Reference documentation and code samples for the Google Cloud Dataform V1beta1 Client class CreateFolderRequest.
CreateFolder
request message.
Generated from protobuf message google.cloud.dataform.v1beta1.CreateFolderRequest
Namespace
Google \ Cloud \ Dataform \ V1beta1Methods
__construct
Constructor.
data
mixed
getParent
Required. The location in which to create the Folder. Must be in the format projects/*/locations/*
.
string
setParent
Required. The location in which to create the Folder. Must be in the format projects/*/locations/*
.
var
string
$this
getFolder
Required. The Folder to create.
hasFolder
clearFolder
setFolder
Required. The Folder to create.
$this
getFolderId
The ID to use for the Folder, which will become the final component of the Folder's resource name.
string
setFolderId
The ID to use for the Folder, which will become the final component of the Folder's resource name.
var
string
$this
static::build
parent
string
Required. The location in which to create the Folder. Must be in the format projects/*/locations/*
. Please see DataformClient::locationName()
for help formatting this field.
folder

