Interface VodAdTagDetailOrBuilder (0.12.0)

public interface VodAdTagDetailOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for name.