Google Cloud Dataform V1beta1 Client - Class UpdateFolderRequest (0.10.0)

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

UpdateFolder request message.

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

Namespace

Google \ Cloud \ Dataform \ V1beta1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ update_mask Google\Protobuf\FieldMask

Optional. Specifies the fields to be updated in the Folder. If left unset, all fields that can be updated, will be updated. A few fields cannot be updated and will be ignored if specified in the update_mask (e.g. parent_name, team_folder_name).

↳ folder Folder

Required. The updated Folder.

getUpdateMask

Optional. Specifies the fields to be updated in the Folder. If left unset, all fields that can be updated, will be updated. A few fields cannot be updated and will be ignored if specified in the update_mask (e.g.

parent_name, team_folder_name).

Returns
Type Description
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

Optional. Specifies the fields to be updated in the Folder. If left unset, all fields that can be updated, will be updated. A few fields cannot be updated and will be ignored if specified in the update_mask (e.g.

parent_name, team_folder_name).

Parameter
Name Description
var Google\Protobuf\FieldMask
Returns
Type Description
$this

getFolder

Required. The updated Folder.

Returns
Type Description
Folder|null

hasFolder

clearFolder

setFolder

Required. The updated Folder.

Parameter
Name Description
var Folder
Returns
Type Description
$this

static::build

Parameters
Name Description
folder Folder

Required. The updated Folder.

updateMask Google\Protobuf\FieldMask

Optional. Specifies the fields to be updated in the Folder. If left unset, all fields that can be updated, will be updated. A few fields cannot be updated and will be ignored if specified in the update_mask (e.g. parent_name, team_folder_name).

Returns
Type Description
UpdateFolderRequest