Class ListExamplesResponse (0.161.0)

public final class ListExamplesResponse extends GeneratedMessageV3 implements ListExamplesResponseOrBuilder

Results of listing Examples in and annotated dataset.

Protobuf type google.cloud.datalabeling.v1beta1.ListExamplesResponse

Static Fields

EXAMPLES_FIELD_NUMBER

public static final int EXAMPLES_FIELD_NUMBER
Field Value
TypeDescription
int

NEXT_PAGE_TOKEN_FIELD_NUMBER

public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static ListExamplesResponse getDefaultInstance()
Returns
TypeDescription
ListExamplesResponse

getDescriptor()

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

newBuilder()

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

newBuilder(ListExamplesResponse prototype)

public static ListExamplesResponse.Builder newBuilder(ListExamplesResponse prototype)
Parameter
NameDescription
prototypeListExamplesResponse
Returns
TypeDescription
ListExamplesResponse.Builder

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public ListExamplesResponse getDefaultInstanceForType()
Returns
TypeDescription
ListExamplesResponse

getExamples(int index)

public Example getExamples(int index)

The list of examples to return.

repeated .google.cloud.datalabeling.v1beta1.Example examples = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Example

getExamplesCount()

public int getExamplesCount()

The list of examples to return.

repeated .google.cloud.datalabeling.v1beta1.Example examples = 1;

Returns
TypeDescription
int

getExamplesList()

public List<Example> getExamplesList()

The list of examples to return.

repeated .google.cloud.datalabeling.v1beta1.Example examples = 1;

Returns
TypeDescription
List<Example>

getExamplesOrBuilder(int index)

public ExampleOrBuilder getExamplesOrBuilder(int index)

The list of examples to return.

repeated .google.cloud.datalabeling.v1beta1.Example examples = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ExampleOrBuilder

getExamplesOrBuilderList()

public List<? extends ExampleOrBuilder> getExamplesOrBuilderList()

The list of examples to return.

repeated .google.cloud.datalabeling.v1beta1.Example examples = 1;

Returns
TypeDescription
List<? extends com.google.cloud.datalabeling.v1beta1.ExampleOrBuilder>

getNextPageToken()

public String getNextPageToken()

A token to retrieve next page of results.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public ByteString getNextPageTokenBytes()

A token to retrieve next page of results.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

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 ListExamplesResponse.Builder newBuilderForType()
Returns
TypeDescription
ListExamplesResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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