Interface GetIndexBuildProgressResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    long
    int64 indexed_rows = 2;
    .milvus.proto.common.Status status = 1;
    .milvus.proto.common.Status status = 1;
    long
    int64 total_rows = 3;
    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;
    • getIndexedRows

      long getIndexedRows()
      int64 indexed_rows = 2;
      Returns:
      The indexedRows.
    • getTotalRows

      long getTotalRows()
      int64 total_rows = 3;
      Returns:
      The totalRows.