Reference documentation and code samples for the Google Cloud Video Stitcher V1 Client class UpdateSlateRequest.
Request message for VideoStitcherService.updateSlate.
Generated from protobuf message google.cloud.video.stitcher.v1.UpdateSlateRequest
Namespace
Google \ Cloud \ Video \ Stitcher \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ slate |
Google\Cloud\Video\Stitcher\V1\Slate
Required. The resource with updated fields. |
↳ update_mask |
Google\Protobuf\FieldMask
Required. The update mask which specifies fields which should be updated. |
getSlate
Required. The resource with updated fields.
Returns | |
---|---|
Type | Description |
Google\Cloud\Video\Stitcher\V1\Slate|null |
hasSlate
clearSlate
setSlate
Required. The resource with updated fields.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Video\Stitcher\V1\Slate
|
Returns | |
---|---|
Type | Description |
$this |
getUpdateMask
Required. The update mask which specifies fields which should be updated.
Returns | |
---|---|
Type | Description |
Google\Protobuf\FieldMask|null |
hasUpdateMask
clearUpdateMask
setUpdateMask
Required. The update mask which specifies fields which should be updated.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\FieldMask
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
slate |
Google\Cloud\Video\Stitcher\V1\Slate
Required. The resource with updated fields. |
updateMask |
Google\Protobuf\FieldMask
Required. The update mask which specifies fields which should be updated. |
Returns | |
---|---|
Type | Description |
Google\Cloud\Video\Stitcher\V1\UpdateSlateRequest |