Reference documentation and code samples for the Google Cloud Dataform V1 Client class MoveFolderRequest.
MoveFolder
request message.
Generated from protobuf message google.cloud.dataform.v1.MoveFolderRequest
Namespace
Google \ Cloud \ Dataform \ V1Methods
__construct
Constructor.
data
mixed
getName
Required. The full resource name of the Folder to move.
string
setName
Required. The full resource name of the Folder to move.
var
string
$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/*
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/*
var
string
$this
static::build
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, projects/*/locations/*/folders/*
, projects/*/locations/*/teamFolders/*

