Video Stitcher v1 API - Class GoogleCdnKey (3.1.0)

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

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

Configuration for a Google Cloud CDN key.

Inheritance

object > GoogleCdnKey

Namespace

Google.Cloud.Video.Stitcher.V1

Assembly

Google.Cloud.Video.Stitcher.V1.dll

Constructors

GoogleCdnKey()

public GoogleCdnKey()

GoogleCdnKey(GoogleCdnKey)

public GoogleCdnKey(GoogleCdnKey other)
Parameter
NameDescription
otherGoogleCdnKey

Properties

KeyName

public string KeyName { get; set; }

The public name of the Google Cloud CDN key.

Property Value
TypeDescription
string

PrivateKey

public ByteString PrivateKey { get; set; }

Input only. Secret for this Google Cloud CDN key.

Property Value
TypeDescription
ByteString