public interface FetchResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsVectors(java.lang.String key)
The fetched vectors, in the form of a map between the fetched ids and the fetched vectors
|
java.lang.String |
getNamespace()
The namespace of the vectors.
|
com.google.protobuf.ByteString |
getNamespaceBytes()
The namespace of the vectors.
|
java.util.Map<java.lang.String,Vector> |
getVectors()
Deprecated.
|
int |
getVectorsCount()
The fetched vectors, in the form of a map between the fetched ids and the fetched vectors
|
java.util.Map<java.lang.String,Vector> |
getVectorsMap()
The fetched vectors, in the form of a map between the fetched ids and the fetched vectors
|
Vector |
getVectorsOrDefault(java.lang.String key,
Vector defaultValue)
The fetched vectors, in the form of a map between the fetched ids and the fetched vectors
|
Vector |
getVectorsOrThrow(java.lang.String key)
The fetched vectors, in the form of a map between the fetched ids and the fetched vectors
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getVectorsCount()
The fetched vectors, in the form of a map between the fetched ids and the fetched vectors
map<string, .Vector> vectors = 1;boolean containsVectors(java.lang.String key)
The fetched vectors, in the form of a map between the fetched ids and the fetched vectors
map<string, .Vector> vectors = 1;@Deprecated java.util.Map<java.lang.String,Vector> getVectors()
getVectorsMap() instead.java.util.Map<java.lang.String,Vector> getVectorsMap()
The fetched vectors, in the form of a map between the fetched ids and the fetched vectors
map<string, .Vector> vectors = 1;Vector getVectorsOrDefault(java.lang.String key, Vector defaultValue)
The fetched vectors, in the form of a map between the fetched ids and the fetched vectors
map<string, .Vector> vectors = 1;Vector getVectorsOrThrow(java.lang.String key)
The fetched vectors, in the form of a map between the fetched ids and the fetched vectors
map<string, .Vector> vectors = 1;java.lang.String getNamespace()
The namespace of the vectors.
string namespace = 2 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }com.google.protobuf.ByteString getNamespaceBytes()
The namespace of the vectors.
string namespace = 2 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }