Google Cloud Video Stitcher V1 Client - Class UpdateSlateRequest (0.8.3)

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
Google\Cloud\Video\Stitcher\V1\Slate|null

hasSlate

clearSlate

setSlate

Required. The resource with updated fields.

Parameter
NameDescription
var Google\Cloud\Video\Stitcher\V1\Slate
Returns
TypeDescription
$this

getUpdateMask

Required. The update mask which specifies fields which should be updated.

Returns
TypeDescription
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

Required. The update mask which specifies fields which should be updated.

Parameter
NameDescription
var Google\Protobuf\FieldMask
Returns
TypeDescription
$this

static::build

Parameters
NameDescription
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
TypeDescription
Google\Cloud\Video\Stitcher\V1\UpdateSlateRequest