public interface ListLiveAdTagDetailsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getLiveAdTagDetails(int index)
public abstract LiveAdTagDetail getLiveAdTagDetails(int index)A list of live session ad tag details.
repeated .google.cloud.video.stitcher.v1.LiveAdTagDetail live_ad_tag_details = 1;
| Name | Description |
| index | int |
| Type | Description |
| LiveAdTagDetail |
getLiveAdTagDetailsCount()
public abstract int getLiveAdTagDetailsCount()A list of live session ad tag details.
repeated .google.cloud.video.stitcher.v1.LiveAdTagDetail live_ad_tag_details = 1;
| Type | Description |
| int |
getLiveAdTagDetailsList()
public abstract List<LiveAdTagDetail> getLiveAdTagDetailsList()A list of live session ad tag details.
repeated .google.cloud.video.stitcher.v1.LiveAdTagDetail live_ad_tag_details = 1;
| Type | Description |
| List<LiveAdTagDetail> |
getLiveAdTagDetailsOrBuilder(int index)
public abstract LiveAdTagDetailOrBuilder getLiveAdTagDetailsOrBuilder(int index)A list of live session ad tag details.
repeated .google.cloud.video.stitcher.v1.LiveAdTagDetail live_ad_tag_details = 1;
| Name | Description |
| index | int |
| Type | Description |
| LiveAdTagDetailOrBuilder |
getLiveAdTagDetailsOrBuilderList()
public abstract List<? extends LiveAdTagDetailOrBuilder> getLiveAdTagDetailsOrBuilderList()A list of live session ad tag details.
repeated .google.cloud.video.stitcher.v1.LiveAdTagDetail live_ad_tag_details = 1;
| Type | Description |
| List<? extends com.google.cloud.video.stitcher.v1.LiveAdTagDetailOrBuilder> |
getNextPageToken()
public abstract String getNextPageToken()The pagination token.
string next_page_token = 2;
| Type | Description |
| String | The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()The pagination token.
string next_page_token = 2;
| Type | Description |
| ByteString | The bytes for nextPageToken. |