public sealed class CompanionAds : IMessage<CompanionAds>, IEquatable<CompanionAds>, IDeepCloneable<CompanionAds>, IBufferMessage, IMessageReference documentation and code samples for the Video Stitcher v1 API class CompanionAds.
Metadata for companion ads.
Implements
IMessageCompanionAds, IEquatableCompanionAds, IDeepCloneableCompanionAds, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.VideoGoogle.Cloud.Video.StitcherV1Assembly
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 |
RepeatedFieldCompanion |
|
DisplayRequirement
public CompanionAds.Types.DisplayRequirement DisplayRequirement { get; set; }Indicates how many of the companions should be displayed with the ad.
| Property Value | |
|---|---|
| Type | Description |
CompanionAdsTypesDisplayRequirement |
|