Reference documentation and code samples for the Google Cloud Video Stitcher V1 Client class UpdateLiveConfigRequest.
Request message for VideoStitcherService.updateLiveConfig.
Generated from protobuf message google.cloud.video.stitcher.v1.UpdateLiveConfigRequest
Namespace
Google \ Cloud \ Video \ Stitcher \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ live_config |
Google\Cloud\Video\Stitcher\V1\LiveConfig
Required. The LiveConfig resource which replaces the resource on the server. |
↳ update_mask |
Google\Protobuf\FieldMask
Required. The update mask applies to the resource. For the |
getLiveConfig
Required. The LiveConfig resource which replaces the resource on the server.
Returns | |
---|---|
Type | Description |
Google\Cloud\Video\Stitcher\V1\LiveConfig|null |
hasLiveConfig
clearLiveConfig
setLiveConfig
Required. The LiveConfig resource which replaces the resource on the server.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Video\Stitcher\V1\LiveConfig
|
Returns | |
---|---|
Type | Description |
$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
Returns | |
---|---|
Type | Description |
Google\Protobuf\FieldMask|null |
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
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\FieldMask
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
liveConfig |
Google\Cloud\Video\Stitcher\V1\LiveConfig
Required. The LiveConfig resource which replaces the resource on the server. |
updateMask |
Google\Protobuf\FieldMask
Required. The update mask applies to the resource.
For the |
Returns | |
---|---|
Type | Description |
Google\Cloud\Video\Stitcher\V1\UpdateLiveConfigRequest |