public sealed class GetCdnKeyRequest : IMessage<GetCdnKeyRequest>, IEquatable<GetCdnKeyRequest>, IDeepCloneable<GetCdnKeyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Video Stitcher v1 API class GetCdnKeyRequest.
Request message for VideoStitcherService.getCdnKey.
Implements
IMessageGetCdnKeyRequest, IEquatableGetCdnKeyRequest, IDeepCloneableGetCdnKeyRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Video.Stitcher.V1Assembly
Google.Cloud.Video.Stitcher.V1.dll
Constructors
GetCdnKeyRequest()
public GetCdnKeyRequest()
GetCdnKeyRequest(GetCdnKeyRequest)
public GetCdnKeyRequest(GetCdnKeyRequest other)
Parameter | |
---|---|
Name | Description |
other |
GetCdnKeyRequest |
Properties
CdnKeyName
public CdnKeyName CdnKeyName { get; set; }
CdnKeyName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
CdnKeyName |
Name
public string Name { get; set; }
Required. The name of the CDN key to be retrieved, in the form of
projects/{project}/locations/{location}/cdnKeys/{id}
.
Property Value | |
---|---|
Type | Description |
string |