Interface PointsInternalService.UpdateVectorsInternalOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PointsInternalService.UpdateVectorsInternal,PointsInternalService.UpdateVectorsInternal.Builder
- Enclosing class:
PointsInternalService
public static interface PointsInternalService.UpdateVectorsInternalOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintoptional uint32 shard_id = 2;.qdrant.UpdatePointVectors update_vectors = 1;.qdrant.UpdatePointVectors update_vectors = 1;booleanoptional uint32 shard_id = 2;boolean.qdrant.UpdatePointVectors update_vectors = 1;Methods 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
-
hasUpdateVectors
boolean hasUpdateVectors().qdrant.UpdatePointVectors update_vectors = 1;- Returns:
- Whether the updateVectors field is set.
-
getUpdateVectors
Points.UpdatePointVectors getUpdateVectors().qdrant.UpdatePointVectors update_vectors = 1;- Returns:
- The updateVectors.
-
getUpdateVectorsOrBuilder
Points.UpdatePointVectorsOrBuilder getUpdateVectorsOrBuilder().qdrant.UpdatePointVectors update_vectors = 1; -
hasShardId
boolean hasShardId()optional uint32 shard_id = 2;- Returns:
- Whether the shardId field is set.
-
getShardId
int getShardId()optional uint32 shard_id = 2;- Returns:
- The shardId.
-