Interface ListVodStitchDetailsResponseOrBuilder (0.44.0)

public interface ListVodStitchDetailsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract String getNextPageToken()

The pagination token.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

The pagination token.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.

getVodStitchDetails(int index)

public abstract VodStitchDetail getVodStitchDetails(int index)

A List of stitch Details.

repeated .google.cloud.video.stitcher.v1.VodStitchDetail vod_stitch_details = 1;

Parameter
Name Description
index int
Returns
Type Description
VodStitchDetail

getVodStitchDetailsCount()

public abstract int getVodStitchDetailsCount()

A List of stitch Details.

repeated .google.cloud.video.stitcher.v1.VodStitchDetail vod_stitch_details = 1;

Returns
Type Description
int

getVodStitchDetailsList()

public abstract List<VodStitchDetail> getVodStitchDetailsList()

A List of stitch Details.

repeated .google.cloud.video.stitcher.v1.VodStitchDetail vod_stitch_details = 1;

Returns
Type Description
List<VodStitchDetail>

getVodStitchDetailsOrBuilder(int index)

public abstract VodStitchDetailOrBuilder getVodStitchDetailsOrBuilder(int index)

A List of stitch Details.

repeated .google.cloud.video.stitcher.v1.VodStitchDetail vod_stitch_details = 1;

Parameter
Name Description
index int
Returns
Type Description
VodStitchDetailOrBuilder

getVodStitchDetailsOrBuilderList()

public abstract List<? extends VodStitchDetailOrBuilder> getVodStitchDetailsOrBuilderList()

A List of stitch Details.

repeated .google.cloud.video.stitcher.v1.VodStitchDetail vod_stitch_details = 1;

Returns
Type Description
List<? extends com.google.cloud.video.stitcher.v1.VodStitchDetailOrBuilder>