Interface Points.LookupLocationOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Points.LookupLocation,Points.LookupLocation.Builder
- Enclosing class:
- Points
public static interface Points.LookupLocationOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring collection_name = 1;com.google.protobuf.ByteStringstring collection_name = 1;Which vector to use for search, if not specified - use default vectorcom.google.protobuf.ByteStringWhich vector to use for search, if not specified - use default vectorbooleanWhich vector to use for search, if not specified - use default vectorMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getCollectionName
String getCollectionName()string collection_name = 1;- Returns:
- The collectionName.
-
getCollectionNameBytes
com.google.protobuf.ByteString getCollectionNameBytes()string collection_name = 1;- Returns:
- The bytes for collectionName.
-
hasVectorName
boolean hasVectorName()Which vector to use for search, if not specified - use default vector
optional string vector_name = 2;- Returns:
- Whether the vectorName field is set.
-
getVectorName
String getVectorName()Which vector to use for search, if not specified - use default vector
optional string vector_name = 2;- Returns:
- The vectorName.
-
getVectorNameBytes
com.google.protobuf.ByteString getVectorNameBytes()Which vector to use for search, if not specified - use default vector
optional string vector_name = 2;- Returns:
- The bytes for vectorName.
-