Interface PointsInternalService.UpsertPointsInternalOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PointsInternalService.UpsertPointsInternal,PointsInternalService.UpsertPointsInternal.Builder
- Enclosing class:
PointsInternalService
public static interface PointsInternalService.UpsertPointsInternalOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintoptional uint32 shard_id = 2;.qdrant.UpsertPoints upsert_points = 1;.qdrant.UpsertPoints upsert_points = 1;booleanoptional uint32 shard_id = 2;boolean.qdrant.UpsertPoints upsert_points = 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
-
hasUpsertPoints
boolean hasUpsertPoints().qdrant.UpsertPoints upsert_points = 1;- Returns:
- Whether the upsertPoints field is set.
-
getUpsertPoints
Points.UpsertPoints getUpsertPoints().qdrant.UpsertPoints upsert_points = 1;- Returns:
- The upsertPoints.
-
getUpsertPointsOrBuilder
Points.UpsertPointsOrBuilder getUpsertPointsOrBuilder().qdrant.UpsertPoints upsert_points = 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.
-