Interface Points.VectorsSelectorOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Points.VectorsSelector,Points.VectorsSelector.Builder
- Enclosing class:
- Points
public static interface Points.VectorsSelectorOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetNames(int index) List of vectors to include into resultcom.google.protobuf.ByteStringgetNamesBytes(int index) List of vectors to include into resultintList of vectors to include into resultList of vectors to include into resultMethods 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
-
getNamesList
List of vectors to include into result
repeated string names = 1;- Returns:
- A list containing the names.
-
getNamesCount
int getNamesCount()List of vectors to include into result
repeated string names = 1;- Returns:
- The count of names.
-
getNames
List of vectors to include into result
repeated string names = 1;- Parameters:
index- The index of the element to return.- Returns:
- The names at the given index.
-
getNamesBytes
com.google.protobuf.ByteString getNamesBytes(int index) List of vectors to include into result
repeated string names = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the names at the given index.
-