Package io.qdrant.client.grpc
Interface Points.UpdateBatchPointsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Points.UpdateBatchPoints
,Points.UpdateBatchPoints.Builder
- Enclosing class:
- Points
public static interface Points.UpdateBatchPointsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionname of the collectioncom.google.protobuf.ByteString
name of the collectiongetOperations
(int index) repeated .qdrant.PointsUpdateOperation operations = 3;
int
repeated .qdrant.PointsUpdateOperation operations = 3;
repeated .qdrant.PointsUpdateOperation operations = 3;
getOperationsOrBuilder
(int index) repeated .qdrant.PointsUpdateOperation operations = 3;
List<? extends Points.PointsUpdateOperationOrBuilder>
repeated .qdrant.PointsUpdateOperation operations = 3;
Write ordering guaranteesWrite ordering guaranteesboolean
getWait()
Wait until the changes have been applied?boolean
Write ordering guaranteesboolean
hasWait()
Wait until the changes have been applied?Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getCollectionName
String getCollectionName()name of the collection
string collection_name = 1;
- Returns:
- The collectionName.
-
getCollectionNameBytes
com.google.protobuf.ByteString getCollectionNameBytes()name of the collection
string collection_name = 1;
- Returns:
- The bytes for collectionName.
-
hasWait
boolean hasWait()Wait until the changes have been applied?
optional bool wait = 2;
- Returns:
- Whether the wait field is set.
-
getWait
boolean getWait()Wait until the changes have been applied?
optional bool wait = 2;
- Returns:
- The wait.
-
getOperationsList
List<Points.PointsUpdateOperation> getOperationsList()repeated .qdrant.PointsUpdateOperation operations = 3;
-
getOperations
repeated .qdrant.PointsUpdateOperation operations = 3;
-
getOperationsCount
int getOperationsCount()repeated .qdrant.PointsUpdateOperation operations = 3;
-
getOperationsOrBuilderList
List<? extends Points.PointsUpdateOperationOrBuilder> getOperationsOrBuilderList()repeated .qdrant.PointsUpdateOperation operations = 3;
-
getOperationsOrBuilder
repeated .qdrant.PointsUpdateOperation operations = 3;
-
hasOrdering
boolean hasOrdering()Write ordering guarantees
optional .qdrant.WriteOrdering ordering = 4;
- Returns:
- Whether the ordering field is set.
-
getOrdering
Points.WriteOrdering getOrdering()Write ordering guarantees
optional .qdrant.WriteOrdering ordering = 4;
- Returns:
- The ordering.
-
getOrderingOrBuilder
Points.WriteOrderingOrBuilder getOrderingOrBuilder()Write ordering guarantees
optional .qdrant.WriteOrdering ordering = 4;
-