Interface ShowSegmentsResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ShowSegmentsResponse, ShowSegmentsResponse.Builder

public interface ShowSegmentsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    getSegmentIDs(int index)
    repeated int64 segmentIDs = 2;
    int
    repeated int64 segmentIDs = 2;
    repeated int64 segmentIDs = 2;
    .milvus.proto.common.Status status = 1;
    .milvus.proto.common.Status status = 1;
    boolean
    .milvus.proto.common.Status status = 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

    • hasStatus

      boolean hasStatus()
      .milvus.proto.common.Status status = 1;
      Returns:
      Whether the status field is set.
    • getStatus

      Status getStatus()
      .milvus.proto.common.Status status = 1;
      Returns:
      The status.
    • getStatusOrBuilder

      StatusOrBuilder getStatusOrBuilder()
      .milvus.proto.common.Status status = 1;
    • getSegmentIDsList

      List<Long> getSegmentIDsList()
      repeated int64 segmentIDs = 2;
      Returns:
      A list containing the segmentIDs.
    • getSegmentIDsCount

      int getSegmentIDsCount()
      repeated int64 segmentIDs = 2;
      Returns:
      The count of segmentIDs.
    • getSegmentIDs

      long getSegmentIDs(int index)
      repeated int64 segmentIDs = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The segmentIDs at the given index.