public sealed class GamLiveConfig : IMessage<GamLiveConfig>, IEquatable<GamLiveConfig>, IDeepCloneable<GamLiveConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Video Stitcher v1 API class GamLiveConfig.
Metadata used to register a live stream with Google Ad Manager (GAM)
Implements
IMessageGamLiveConfig, IEquatableGamLiveConfig, IDeepCloneableGamLiveConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Video.Stitcher.V1Assembly
Google.Cloud.Video.Stitcher.V1.dll
Constructors
GamLiveConfig()
public GamLiveConfig()
GamLiveConfig(GamLiveConfig)
public GamLiveConfig(GamLiveConfig other)
Parameter | |
---|---|
Name | Description |
other |
GamLiveConfig |
Properties
AssetKey
public string AssetKey { get; set; }
Output only. The asset key identifier generated for the live config.
Property Value | |
---|---|
Type | Description |
string |
CustomAssetKey
public string CustomAssetKey { get; set; }
Output only. The custom asset key identifier generated for the live config.
Property Value | |
---|---|
Type | Description |
string |
NetworkCode
public string NetworkCode { get; set; }
Required. Ad Manager network code to associate with the live config.
Property Value | |
---|---|
Type | Description |
string |