public sealed class CompanionAds : IMessage<CompanionAds>, IEquatable<CompanionAds>, IDeepCloneable<CompanionAds>, IBufferMessage, IMessage
Reference documentation and code samples for the Video Stitcher v1 API class CompanionAds.
Metadata for companion ads.
Implements
IMessage<CompanionAds>, IEquatable<CompanionAds>, IDeepCloneable<CompanionAds>, IBufferMessage, IMessageNamespace
Google.Cloud.Video.Stitcher.V1Assembly
Google.Cloud.Video.Stitcher.V1.dll
Constructors
CompanionAds()
public CompanionAds()
CompanionAds(CompanionAds)
public CompanionAds(CompanionAds other)
Parameter | |
---|---|
Name | Description |
other | CompanionAds |
Properties
Companions
public RepeatedField<Companion> Companions { get; }
List of companion ads.
Property Value | |
---|---|
Type | Description |
RepeatedField<Companion> |
DisplayRequirement
public CompanionAds.Types.DisplayRequirement DisplayRequirement { get; set; }
Indicates how many of the companions should be displayed with the ad.
Property Value | |
---|---|
Type | Description |
CompanionAds.Types.DisplayRequirement |