public final class SearchExamplesResponse extends GeneratedMessage implements SearchExamplesResponseOrBuilderResponse message for ExampleStoreService.SearchExamples.
Protobuf type google.cloud.aiplatform.v1beta1.SearchExamplesResponse
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > SearchExamplesResponseImplements
SearchExamplesResponseOrBuilderStatic Fields
RESULTS_FIELD_NUMBER
public static final int RESULTS_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static SearchExamplesResponse getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
SearchExamplesResponse |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static SearchExamplesResponse.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
SearchExamplesResponse.Builder |
|
newBuilder(SearchExamplesResponse prototype)
public static SearchExamplesResponse.Builder newBuilder(SearchExamplesResponse prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
SearchExamplesResponse |
| Returns | |
|---|---|
| Type | Description |
SearchExamplesResponse.Builder |
|
parseDelimitedFrom(InputStream input)
public static SearchExamplesResponse parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
SearchExamplesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static SearchExamplesResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SearchExamplesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static SearchExamplesResponse parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
SearchExamplesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static SearchExamplesResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SearchExamplesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static SearchExamplesResponse parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
SearchExamplesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SearchExamplesResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SearchExamplesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static SearchExamplesResponse parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
SearchExamplesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static SearchExamplesResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SearchExamplesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static SearchExamplesResponse parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
SearchExamplesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static SearchExamplesResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SearchExamplesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static SearchExamplesResponse parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
SearchExamplesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static SearchExamplesResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SearchExamplesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<SearchExamplesResponse> parser()| Returns | |
|---|---|
| Type | Description |
Parser<SearchExamplesResponse> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public SearchExamplesResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
SearchExamplesResponse |
|
getParserForType()
public Parser<SearchExamplesResponse> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<SearchExamplesResponse> |
|
getResults(int index)
public SearchExamplesResponse.SimilarExample getResults(int index)The results of searching for similar examples.
repeated .google.cloud.aiplatform.v1beta1.SearchExamplesResponse.SimilarExample results = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
SearchExamplesResponse.SimilarExample |
|
getResultsCount()
public int getResultsCount()The results of searching for similar examples.
repeated .google.cloud.aiplatform.v1beta1.SearchExamplesResponse.SimilarExample results = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getResultsList()
public List<SearchExamplesResponse.SimilarExample> getResultsList()The results of searching for similar examples.
repeated .google.cloud.aiplatform.v1beta1.SearchExamplesResponse.SimilarExample results = 1;
| Returns | |
|---|---|
| Type | Description |
List<SimilarExample> |
|
getResultsOrBuilder(int index)
public SearchExamplesResponse.SimilarExampleOrBuilder getResultsOrBuilder(int index)The results of searching for similar examples.
repeated .google.cloud.aiplatform.v1beta1.SearchExamplesResponse.SimilarExample results = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
SearchExamplesResponse.SimilarExampleOrBuilder |
|
getResultsOrBuilderList()
public List<? extends SearchExamplesResponse.SimilarExampleOrBuilder> getResultsOrBuilderList()The results of searching for similar examples.
repeated .google.cloud.aiplatform.v1beta1.SearchExamplesResponse.SimilarExample results = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.aiplatform.v1beta1.SearchExamplesResponse.SimilarExampleOrBuilder> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public SearchExamplesResponse.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
SearchExamplesResponse.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected SearchExamplesResponse.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
SearchExamplesResponse.Builder |
|
toBuilder()
public SearchExamplesResponse.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
SearchExamplesResponse.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|