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

Reference documentation and code samples for the Google Cloud Video Stitcher V1 Client class UpdateCdnKeyRequest.

Request message for VideoStitcherService.updateCdnKey.

Generated from protobuf message google.cloud.video.stitcher.v1.UpdateCdnKeyRequest

Namespace

Google \ Cloud \ Video \ Stitcher \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ cdn_key Google\Cloud\Video\Stitcher\V1\CdnKey

Required. The CDN key 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

getCdnKey

Required. The CDN key resource which replaces the resource on the server.

Returns
TypeDescription
Google\Cloud\Video\Stitcher\V1\CdnKey|null

hasCdnKey

clearCdnKey

setCdnKey

Required. The CDN key resource which replaces the resource on the server.

Parameter
NameDescription
var Google\Cloud\Video\Stitcher\V1\CdnKey
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var Google\Protobuf\FieldMask
Returns
TypeDescription
$this

static::build

Parameters
NameDescription
cdnKey Google\Cloud\Video\Stitcher\V1\CdnKey

Required. The CDN key 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

Returns
TypeDescription
Google\Cloud\Video\Stitcher\V1\UpdateCdnKeyRequest