Interface PointsInternalService.ScrollPointsInternalOrBuilder

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

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

    Modifier and Type
    Method
    Description
    .qdrant.ScrollPoints scroll_points = 1;
    .qdrant.ScrollPoints scroll_points = 1;
    int
    uint32 shard_id = 2;
    boolean
    .qdrant.ScrollPoints scroll_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

    • hasScrollPoints

      boolean hasScrollPoints()
      .qdrant.ScrollPoints scroll_points = 1;
      Returns:
      Whether the scrollPoints field is set.
    • getScrollPoints

      Points.ScrollPoints getScrollPoints()
      .qdrant.ScrollPoints scroll_points = 1;
      Returns:
      The scrollPoints.
    • getScrollPointsOrBuilder

      Points.ScrollPointsOrBuilder getScrollPointsOrBuilder()
      .qdrant.ScrollPoints scroll_points = 1;
    • getShardId

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