Video Stitcher v1 API - Class GetCdnKeyRequest (3.1.0)

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.

Inheritance

object > GetCdnKeyRequest

Namespace

Google.Cloud.Video.Stitcher.V1

Assembly

Google.Cloud.Video.Stitcher.V1.dll

Constructors

GetCdnKeyRequest()

public GetCdnKeyRequest()

GetCdnKeyRequest(GetCdnKeyRequest)

public GetCdnKeyRequest(GetCdnKeyRequest other)
Parameter
NameDescription
otherGetCdnKeyRequest

Properties

CdnKeyName

public CdnKeyName CdnKeyName { get; set; }

CdnKeyName-typed view over the Name resource name property.

Property Value
TypeDescription
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
TypeDescription
string