Class SearchExampleComparisonsResponse (0.161.0)

public final class SearchExampleComparisonsResponse extends GeneratedMessageV3 implements SearchExampleComparisonsResponseOrBuilder

Results of searching example comparisons.

Protobuf type google.cloud.datalabeling.v1beta1.SearchExampleComparisonsResponse

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > SearchExampleComparisonsResponse

Static Fields

EXAMPLE_COMPARISONS_FIELD_NUMBER

public static final int EXAMPLE_COMPARISONS_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 SearchExampleComparisonsResponse getDefaultInstance()
Returns
TypeDescription
SearchExampleComparisonsResponse

getDescriptor()

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

newBuilder()

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

newBuilder(SearchExampleComparisonsResponse prototype)

public static SearchExampleComparisonsResponse.Builder newBuilder(SearchExampleComparisonsResponse prototype)
Parameter
NameDescription
prototypeSearchExampleComparisonsResponse
Returns
TypeDescription
SearchExampleComparisonsResponse.Builder

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public SearchExampleComparisonsResponse getDefaultInstanceForType()
Returns
TypeDescription
SearchExampleComparisonsResponse

getExampleComparisons(int index)

public SearchExampleComparisonsResponse.ExampleComparison getExampleComparisons(int index)

A list of example comparisons matching the search criteria.

repeated .google.cloud.datalabeling.v1beta1.SearchExampleComparisonsResponse.ExampleComparison example_comparisons = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
SearchExampleComparisonsResponse.ExampleComparison

getExampleComparisonsCount()

public int getExampleComparisonsCount()

A list of example comparisons matching the search criteria.

repeated .google.cloud.datalabeling.v1beta1.SearchExampleComparisonsResponse.ExampleComparison example_comparisons = 1;

Returns
TypeDescription
int

getExampleComparisonsList()

public List<SearchExampleComparisonsResponse.ExampleComparison> getExampleComparisonsList()

A list of example comparisons matching the search criteria.

repeated .google.cloud.datalabeling.v1beta1.SearchExampleComparisonsResponse.ExampleComparison example_comparisons = 1;

Returns
TypeDescription
List<ExampleComparison>

getExampleComparisonsOrBuilder(int index)

public SearchExampleComparisonsResponse.ExampleComparisonOrBuilder getExampleComparisonsOrBuilder(int index)

A list of example comparisons matching the search criteria.

repeated .google.cloud.datalabeling.v1beta1.SearchExampleComparisonsResponse.ExampleComparison example_comparisons = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
SearchExampleComparisonsResponse.ExampleComparisonOrBuilder

getExampleComparisonsOrBuilderList()

public List<? extends SearchExampleComparisonsResponse.ExampleComparisonOrBuilder> getExampleComparisonsOrBuilderList()

A list of example comparisons matching the search criteria.

repeated .google.cloud.datalabeling.v1beta1.SearchExampleComparisonsResponse.ExampleComparison example_comparisons = 1;

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

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<SearchExampleComparisonsResponse> getParserForType()
Returns
TypeDescription
Parser<SearchExampleComparisonsResponse>
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 SearchExampleComparisonsResponse.Builder newBuilderForType()
Returns
TypeDescription
SearchExampleComparisonsResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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