Interface VodStitchDetailOrBuilder (0.41.0)

public interface VodStitchDetailOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAdStitchDetails(int index)

public abstract AdStitchDetail getAdStitchDetails(int index)

A list of ad processing details for the fetched ad playlist.

repeated .google.cloud.video.stitcher.v1.AdStitchDetail ad_stitch_details = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
AdStitchDetail

getAdStitchDetailsCount()

public abstract int getAdStitchDetailsCount()

A list of ad processing details for the fetched ad playlist.

repeated .google.cloud.video.stitcher.v1.AdStitchDetail ad_stitch_details = 3;

Returns
TypeDescription
int

getAdStitchDetailsList()

public abstract List<AdStitchDetail> getAdStitchDetailsList()

A list of ad processing details for the fetched ad playlist.

repeated .google.cloud.video.stitcher.v1.AdStitchDetail ad_stitch_details = 3;

Returns
TypeDescription
List<AdStitchDetail>

getAdStitchDetailsOrBuilder(int index)

public abstract AdStitchDetailOrBuilder getAdStitchDetailsOrBuilder(int index)

A list of ad processing details for the fetched ad playlist.

repeated .google.cloud.video.stitcher.v1.AdStitchDetail ad_stitch_details = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
AdStitchDetailOrBuilder

getAdStitchDetailsOrBuilderList()

public abstract List<? extends AdStitchDetailOrBuilder> getAdStitchDetailsOrBuilderList()

A list of ad processing details for the fetched ad playlist.

repeated .google.cloud.video.stitcher.v1.AdStitchDetail ad_stitch_details = 3;

Returns
TypeDescription
List<? extends com.google.cloud.video.stitcher.v1.AdStitchDetailOrBuilder>

getName()

public abstract String getName()

The name of the stitch detail in the specified VOD session, in the form of projects/{project}/locations/{location}/vodSessions/{vod_session_id}/vodStitchDetails/{id}.

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

The name of the stitch detail in the specified VOD session, in the form of projects/{project}/locations/{location}/vodSessions/{vod_session_id}/vodStitchDetails/{id}.

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.