Google Cloud Dataform V1beta1 Client - Class CreateFolderRequest (0.10.0)

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 \ V1beta1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The location in which to create the Folder. Must be in the format projects/*/locations/*.

↳ folder Folder

Required. The Folder to create.

↳ folder_id string

The ID to use for the Folder, which will become the final component of the Folder's resource name.

getParent

Required. The location in which to create the Folder. Must be in the format projects/*/locations/*.

Returns
Type Description
string

setParent

Required. The location in which to create the Folder. Must be in the format projects/*/locations/*.

Parameter
Name Description
var string
Returns
Type Description
$this

getFolder

Required. The Folder to create.

Returns
Type Description
Folder|null

hasFolder

clearFolder

setFolder

Required. The Folder to create.

Parameter
Name Description
var Folder
Returns
Type Description
$this

getFolderId

The ID to use for the Folder, which will become the final component of the Folder's resource name.

Returns
Type Description
string

setFolderId

The ID to use for the Folder, which will become the final component of the Folder's resource name.

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameters
Name Description
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 Folder

Required. The Folder to create.

Returns
Type Description
CreateFolderRequest