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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |