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.
Implements
IMessageGoogleCdnKey, IEquatableGoogleCdnKey, IDeepCloneableGoogleCdnKey, IBufferMessage, IMessageNamespace
Google.Cloud.Video.Stitcher.V1Assembly
Google.Cloud.Video.Stitcher.V1.dll
Constructors
GoogleCdnKey()
public GoogleCdnKey()
GoogleCdnKey(GoogleCdnKey)
public GoogleCdnKey(GoogleCdnKey other)
Parameter | |
---|---|
Name | Description |
other |
GoogleCdnKey |
Properties
KeyName
public string KeyName { get; set; }
The public name of the Google Cloud CDN key.
Property Value | |
---|---|
Type | Description |
string |
PrivateKey
public ByteString PrivateKey { get; set; }
Input only. Secret for this Google Cloud CDN key.
Property Value | |
---|---|
Type | Description |
ByteString |