Class ListVodStitchDetailsResponse (0.41.0)

public final class ListVodStitchDetailsResponse extends GeneratedMessageV3 implements ListVodStitchDetailsResponseOrBuilder

Response message for VideoStitcherService.listVodStitchDetails.

Protobuf type google.cloud.video.stitcher.v1.ListVodStitchDetailsResponse

Static Fields

NEXT_PAGE_TOKEN_FIELD_NUMBER

public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value
TypeDescription
int

VOD_STITCH_DETAILS_FIELD_NUMBER

public static final int VOD_STITCH_DETAILS_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static ListVodStitchDetailsResponse getDefaultInstance()
Returns
TypeDescription
ListVodStitchDetailsResponse

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static ListVodStitchDetailsResponse.Builder newBuilder()
Returns
TypeDescription
ListVodStitchDetailsResponse.Builder

newBuilder(ListVodStitchDetailsResponse prototype)

public static ListVodStitchDetailsResponse.Builder newBuilder(ListVodStitchDetailsResponse prototype)
Parameter
NameDescription
prototypeListVodStitchDetailsResponse
Returns
TypeDescription
ListVodStitchDetailsResponse.Builder

parseDelimitedFrom(InputStream input)

public static ListVodStitchDetailsResponse parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ListVodStitchDetailsResponse
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ListVodStitchDetailsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListVodStitchDetailsResponse
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static ListVodStitchDetailsResponse parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
ListVodStitchDetailsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ListVodStitchDetailsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListVodStitchDetailsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ListVodStitchDetailsResponse parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
ListVodStitchDetailsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ListVodStitchDetailsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListVodStitchDetailsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ListVodStitchDetailsResponse parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
ListVodStitchDetailsResponse
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ListVodStitchDetailsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListVodStitchDetailsResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static ListVodStitchDetailsResponse parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ListVodStitchDetailsResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ListVodStitchDetailsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListVodStitchDetailsResponse
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static ListVodStitchDetailsResponse parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
ListVodStitchDetailsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ListVodStitchDetailsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListVodStitchDetailsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<ListVodStitchDetailsResponse> parser()
Returns
TypeDescription
Parser<ListVodStitchDetailsResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public ListVodStitchDetailsResponse getDefaultInstanceForType()
Returns
TypeDescription
ListVodStitchDetailsResponse

getNextPageToken()

public String getNextPageToken()

The pagination token.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public ByteString getNextPageTokenBytes()

The pagination token.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getParserForType()

public Parser<ListVodStitchDetailsResponse> getParserForType()
Returns
TypeDescription
Parser<ListVodStitchDetailsResponse>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getVodStitchDetails(int index)

public VodStitchDetail getVodStitchDetails(int index)

A List of stitch Details.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
VodStitchDetail

getVodStitchDetailsCount()

public int getVodStitchDetailsCount()

A List of stitch Details.

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

Returns
TypeDescription
int

getVodStitchDetailsList()

public List<VodStitchDetail> getVodStitchDetailsList()

A List of stitch Details.

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

Returns
TypeDescription
List<VodStitchDetail>

getVodStitchDetailsOrBuilder(int index)

public VodStitchDetailOrBuilder getVodStitchDetailsOrBuilder(int index)

A List of stitch Details.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
VodStitchDetailOrBuilder

getVodStitchDetailsOrBuilderList()

public List<? extends VodStitchDetailOrBuilder> getVodStitchDetailsOrBuilderList()

A List of stitch Details.

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

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

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public ListVodStitchDetailsResponse.Builder newBuilderForType()
Returns
TypeDescription
ListVodStitchDetailsResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ListVodStitchDetailsResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
ListVodStitchDetailsResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public ListVodStitchDetailsResponse.Builder toBuilder()
Returns
TypeDescription
ListVodStitchDetailsResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException