Reference documentation and code samples for the Google Cloud Video Stitcher V1 Client class UpdateVodConfigRequest.
Request message for VideoStitcherService.updateVodConfig.
Generated from protobuf message google.cloud.video.stitcher.v1.UpdateVodConfigRequest
Namespace
Google \ Cloud \ Video \ Stitcher \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ vod_config
Google\Cloud\Video\Stitcher\V1\VodConfig
Required. The VOD config resource which replaces the resource on the server.
↳ update_mask
Google\Protobuf\FieldMask
Required. The update mask applies to the resource. For the FieldMask
definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
getVodConfig
Required. The VOD config resource which replaces the resource on the server.
hasVodConfig
clearVodConfig
setVodConfig
Required. The VOD config resource which replaces the resource on the server.
$this
getUpdateMask
Required. The update mask applies to the resource.
For the FieldMask
definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
hasUpdateMask
clearUpdateMask
setUpdateMask
Required. The update mask applies to the resource.
For the FieldMask
definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
$this
static::build
vodConfig
Google\Cloud\Video\Stitcher\V1\VodConfig
Required. The VOD config resource which replaces the resource on the server.
updateMask
Google\Protobuf\FieldMask
Required. The update mask applies to the resource.
For the FieldMask
definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask

