Reference documentation and code samples for the Google Cloud Dataform V1 Client class UpdateFolderRequest.
UpdateFolder
request message.
Generated from protobuf message google.cloud.dataform.v1.UpdateFolderRequest
Namespace
Google \ Cloud \ Dataform \ V1Methods
__construct
Constructor.
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
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).
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).
$this
getFolder
Required. The updated Folder.
hasFolder
clearFolder
setFolder
Required. The updated Folder.
$this
static::build
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).

