Reference documentation and code samples for the Google Cloud Dataform V1beta1 Client class UpdateTeamFolderRequest.
UpdateTeamFolder
request message.
Generated from protobuf message google.cloud.dataform.v1beta1.UpdateTeamFolderRequest
Namespace
Google \ Cloud \ Dataform \ V1beta1Methods
__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 will be updated.
↳ team_folder
getUpdateMask
Optional. Specifies the fields to be updated in the Folder. If left unset, all fields will be updated.
hasUpdateMask
clearUpdateMask
setUpdateMask
Optional. Specifies the fields to be updated in the Folder. If left unset, all fields will be updated.
$this
getTeamFolder
Required. The updated TeamFolder.
hasTeamFolder
clearTeamFolder
setTeamFolder
Required. The updated TeamFolder.
$this
static::build
teamFolder
updateMask
Google\Protobuf\FieldMask
Optional. Specifies the fields to be updated in the Folder. If left unset, all fields will be updated.

