public interface VodAdTagDetailOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAdRequests(int index)
public abstract AdRequest getAdRequests(int index)A list of ad requests for one ad tag.
repeated .google.cloud.video.stitcher.v1.AdRequest ad_requests = 2;
| Name | Description |
| index | int |
| Type | Description |
| AdRequest |
getAdRequestsCount()
public abstract int getAdRequestsCount()A list of ad requests for one ad tag.
repeated .google.cloud.video.stitcher.v1.AdRequest ad_requests = 2;
| Type | Description |
| int |
getAdRequestsList()
public abstract List<AdRequest> getAdRequestsList()A list of ad requests for one ad tag.
repeated .google.cloud.video.stitcher.v1.AdRequest ad_requests = 2;
| Type | Description |
| List<AdRequest> |
getAdRequestsOrBuilder(int index)
public abstract AdRequestOrBuilder getAdRequestsOrBuilder(int index)A list of ad requests for one ad tag.
repeated .google.cloud.video.stitcher.v1.AdRequest ad_requests = 2;
| Name | Description |
| index | int |
| Type | Description |
| AdRequestOrBuilder |
getAdRequestsOrBuilderList()
public abstract List<? extends AdRequestOrBuilder> getAdRequestsOrBuilderList()A list of ad requests for one ad tag.
repeated .google.cloud.video.stitcher.v1.AdRequest ad_requests = 2;
| Type | Description |
| List<? extends com.google.cloud.video.stitcher.v1.AdRequestOrBuilder> |
getName()
public abstract String getName() The name of the ad tag detail for the specified VOD session, in the form of
projects/{project}/locations/{location}/vodSessions/{vod_session_id}/vodAdTagDetails/{id}.
string name = 1;
| Type | Description |
| String | The name. |
getNameBytes()
public abstract ByteString getNameBytes() The name of the ad tag detail for the specified VOD session, in the form of
projects/{project}/locations/{location}/vodSessions/{vod_session_id}/vodAdTagDetails/{id}.
string name = 1;
| Type | Description |
| ByteString | The bytes for name. |