Video Stitcher v1 API - Class UpdateCdnKeyRequest (3.1.0)

public sealed class UpdateCdnKeyRequest : IMessage<UpdateCdnKeyRequest>, IEquatable<UpdateCdnKeyRequest>, IDeepCloneable<UpdateCdnKeyRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Video Stitcher v1 API class UpdateCdnKeyRequest.

Request message for VideoStitcherService.updateCdnKey.

Inheritance

object > UpdateCdnKeyRequest

Namespace

Google.Cloud.Video.Stitcher.V1

Assembly

Google.Cloud.Video.Stitcher.V1.dll

Constructors

UpdateCdnKeyRequest()

public UpdateCdnKeyRequest()

UpdateCdnKeyRequest(UpdateCdnKeyRequest)

public UpdateCdnKeyRequest(UpdateCdnKeyRequest other)
Parameter
NameDescription
otherUpdateCdnKeyRequest

Properties

CdnKey

public CdnKey CdnKey { get; set; }

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

Property Value
TypeDescription
CdnKey

UpdateMask

public FieldMask UpdateMask { get; set; }

Required. The update mask applies to the resource. For the FieldMask definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask

Property Value
TypeDescription
FieldMask