public interface FetchRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getIds(int index)
The vector IDs to fetch.
|
com.google.protobuf.ByteString |
getIdsBytes(int index)
The vector IDs to fetch.
|
int |
getIdsCount()
The vector IDs to fetch.
|
java.util.List<java.lang.String> |
getIdsList()
The vector IDs to fetch.
|
java.lang.String |
getNamespace()
string namespace = 2; |
com.google.protobuf.ByteString |
getNamespaceBytes()
string namespace = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.util.List<java.lang.String> getIdsList()
The vector IDs to fetch. Does not accept values containing spaces.
repeated string ids = 1 [(.google.api.field_behavior) = REQUIRED];int getIdsCount()
The vector IDs to fetch. Does not accept values containing spaces.
repeated string ids = 1 [(.google.api.field_behavior) = REQUIRED];java.lang.String getIds(int index)
The vector IDs to fetch. Does not accept values containing spaces.
repeated string ids = 1 [(.google.api.field_behavior) = REQUIRED];index - The index of the element to return.com.google.protobuf.ByteString getIdsBytes(int index)
The vector IDs to fetch. Does not accept values containing spaces.
repeated string ids = 1 [(.google.api.field_behavior) = REQUIRED];index - The index of the value to return.java.lang.String getNamespace()
string namespace = 2;com.google.protobuf.ByteString getNamespaceBytes()
string namespace = 2;