public interface UpsertRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getNamespace()
This is the namespace name where you upsert vectors.
|
com.google.protobuf.ByteString |
getNamespaceBytes()
This is the namespace name where you upsert vectors.
|
Vector |
getVectors(int index)
This is the actual array data.
|
int |
getVectorsCount()
This is the actual array data.
|
java.util.List<Vector> |
getVectorsList()
This is the actual array data.
|
VectorOrBuilder |
getVectorsOrBuilder(int index)
This is the actual array data.
|
java.util.List<? extends VectorOrBuilder> |
getVectorsOrBuilderList()
This is the actual array data.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.util.List<Vector> getVectorsList()
This is the actual array data.
repeated .Vector vectors = 1;Vector getVectors(int index)
This is the actual array data.
repeated .Vector vectors = 1;int getVectorsCount()
This is the actual array data.
repeated .Vector vectors = 1;java.util.List<? extends VectorOrBuilder> getVectorsOrBuilderList()
This is the actual array data.
repeated .Vector vectors = 1;VectorOrBuilder getVectorsOrBuilder(int index)
This is the actual array data.
repeated .Vector vectors = 1;java.lang.String getNamespace()
This is the namespace name where you upsert vectors.
string namespace = 2;com.google.protobuf.ByteString getNamespaceBytes()
This is the namespace name where you upsert vectors.
string namespace = 2;