Reference documentation and code samples for the Google Cloud Dataform V1beta1 Client class MoveFolderRequest.
MoveFolder request message.
Generated from protobuf message google.cloud.dataform.v1beta1.MoveFolderRequest
Namespace
Google \ Cloud \ Dataform \ V1beta1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The full resource name of the Folder to move. |
↳ destination_containing_folder |
string
Optional. The name of the Folder, TeamFolder, or root location to move the Folder to. Can be in the format of: "" to move into the root User folder, |
getName
Required. The full resource name of the Folder to move.
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. The full resource name of the Folder to move.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDestinationContainingFolder
Optional. The name of the Folder, TeamFolder, or root location to move the
Folder to. Can be in the format of: "" to move into the root User folder,
projects/*/locations/*/folders/*, projects/*/locations/*/teamFolders/*
| Returns | |
|---|---|
| Type | Description |
string |
|
hasDestinationContainingFolder
clearDestinationContainingFolder
setDestinationContainingFolder
Optional. The name of the Folder, TeamFolder, or root location to move the
Folder to. Can be in the format of: "" to move into the root User folder,
projects/*/locations/*/folders/*, projects/*/locations/*/teamFolders/*
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameters | |
|---|---|
| Name | Description |
name |
string
Required. The full resource name of the Folder to move. Please see DataformClient::folderName() for help formatting this field. |
destinationContainingFolder |
string
Optional. The name of the Folder, TeamFolder, or root location to move the
Folder to. Can be in the format of: "" to move into the root User folder,
|
| Returns | |
|---|---|
| Type | Description |
MoveFolderRequest |
|