Video Stitcher v1 API - Class MediaCdnKey (3.0.0-beta03)

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

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

Configuration for a Media CDN key.

Inheritance

object > MediaCdnKey

Namespace

Google.Cloud.Video.Stitcher.V1

Assembly

Google.Cloud.Video.Stitcher.V1.dll

Constructors

MediaCdnKey()

public MediaCdnKey()

MediaCdnKey(MediaCdnKey)

public MediaCdnKey(MediaCdnKey other)
Parameter
NameDescription
otherMediaCdnKey

Properties

KeyName

public string KeyName { get; set; }

The keyset name of the Media CDN key.

Property Value
TypeDescription
string

PrivateKey

public ByteString PrivateKey { get; set; }

Input only. 64-byte ed25519 private key for this Media CDN key.

Property Value
TypeDescription
ByteString