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.
Implements
IMessage<UpdateCdnKeyRequest>, IEquatable<UpdateCdnKeyRequest>, IDeepCloneable<UpdateCdnKeyRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Video.Stitcher.V1Assembly
Google.Cloud.Video.Stitcher.V1.dll
Constructors
UpdateCdnKeyRequest()
public UpdateCdnKeyRequest()
UpdateCdnKeyRequest(UpdateCdnKeyRequest)
public UpdateCdnKeyRequest(UpdateCdnKeyRequest other)
Parameter | |
---|---|
Name | Description |
other | UpdateCdnKeyRequest |
Properties
CdnKey
public CdnKey CdnKey { get; set; }
Required. The CDN key resource which replaces the resource on the server.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
FieldMask |