public sealed class LiveAdTagDetail : IMessage<LiveAdTagDetail>, IEquatable<LiveAdTagDetail>, IDeepCloneable<LiveAdTagDetail>, IBufferMessage, IMessage
Reference documentation and code samples for the Video Stitcher v1 API class LiveAdTagDetail.
Information related to the details for one ad tag. This resource is only available for live sessions that do not implement Google Ad Manager ad insertion.
Implements
IMessageLiveAdTagDetail, IEquatableLiveAdTagDetail, IDeepCloneableLiveAdTagDetail, IBufferMessage, IMessageNamespace
Google.Cloud.Video.Stitcher.V1Assembly
Google.Cloud.Video.Stitcher.V1.dll
Constructors
LiveAdTagDetail()
public LiveAdTagDetail()
LiveAdTagDetail(LiveAdTagDetail)
public LiveAdTagDetail(LiveAdTagDetail other)
Parameter | |
---|---|
Name | Description |
other |
LiveAdTagDetail |
Properties
AdRequests
public RepeatedField<AdRequest> AdRequests { get; }
A list of ad requests.
Property Value | |
---|---|
Type | Description |
RepeatedFieldAdRequest |
LiveAdTagDetailName
public LiveAdTagDetailName LiveAdTagDetailName { get; set; }
LiveAdTagDetailName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
LiveAdTagDetailName |
Name
public string Name { get; set; }
The resource name in the form of
projects/{project}/locations/{location}/liveSessions/{live_session}/liveAdTagDetails/{id}
.
Property Value | |
---|---|
Type | Description |
string |