Interface PointsInternalService.CountPointsInternalOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
PointsInternalService.CountPointsInternal, PointsInternalService.CountPointsInternal.Builder
Enclosing class:
PointsInternalService

public static interface PointsInternalService.CountPointsInternalOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .qdrant.CountPoints count_points = 1;
    .qdrant.CountPoints count_points = 1;
    int
    uint32 shard_id = 2;
    boolean
    .qdrant.CountPoints count_points = 1;

    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

    • hasCountPoints

      boolean hasCountPoints()
      .qdrant.CountPoints count_points = 1;
      Returns:
      Whether the countPoints field is set.
    • getCountPoints

      Points.CountPoints getCountPoints()
      .qdrant.CountPoints count_points = 1;
      Returns:
      The countPoints.
    • getCountPointsOrBuilder

      Points.CountPointsOrBuilder getCountPointsOrBuilder()
      .qdrant.CountPoints count_points = 1;
    • getShardId

      int getShardId()
      uint32 shard_id = 2;
      Returns:
      The shardId.