Google Cloud Dataform V1beta1 Client - Class CreateTeamFolderRequest (0.10.0)

Reference documentation and code samples for the Google Cloud Dataform V1beta1 Client class CreateTeamFolderRequest.

CreateTeamFolder request message.

Generated from protobuf message google.cloud.dataform.v1beta1.CreateTeamFolderRequest

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 TeamFolder. Must be in the format projects/*/locations/*.

↳ team_folder TeamFolder

Required. The TeamFolder to create.

↳ team_folder_id string

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

getParent

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

Returns
Type Description
string

setParent

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

Parameter
Name Description
var string
Returns
Type Description
$this

getTeamFolder

Required. The TeamFolder to create.

Returns
Type Description
TeamFolder|null

hasTeamFolder

clearTeamFolder

setTeamFolder

Required. The TeamFolder to create.

Parameter
Name Description
var TeamFolder
Returns
Type Description
$this

getTeamFolderId

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

Returns
Type Description
string

setTeamFolderId

The ID to use for the TeamFolder, which will become the final component of the TeamFolder'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 TeamFolder. Must be in the format projects/*/locations/*. Please see DataformClient::locationName() for help formatting this field.

teamFolder TeamFolder

Required. The TeamFolder to create.

Returns
Type Description
CreateTeamFolderRequest