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.
| 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 will be updated. |
↳ team_folder |
TeamFolder
Required. The updated TeamFolder. |
getUpdateMask
Optional. Specifies the fields to be updated in the Folder. If left unset, all fields will be updated.
| 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 will be updated.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\FieldMask
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getTeamFolder
Required. The updated TeamFolder.
| Returns | |
|---|---|
| Type | Description |
TeamFolder|null |
|
hasTeamFolder
clearTeamFolder
setTeamFolder
Required. The updated TeamFolder.
| Parameter | |
|---|---|
| Name | Description |
var |
TeamFolder
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameters | |
|---|---|
| Name | Description |
teamFolder |
TeamFolder
Required. The updated TeamFolder. |
updateMask |
Google\Protobuf\FieldMask
Optional. Specifies the fields to be updated in the Folder. If left unset, all fields will be updated. |
| Returns | |
|---|---|
| Type | Description |
UpdateTeamFolderRequest |
|