All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.milvus.grpc.GetIndexBuildProgressResponseOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.4.8
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: milvus.proto

package io.milvus.grpc;

public interface GetIndexBuildProgressResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:milvus.proto.milvus.GetIndexBuildProgressResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .milvus.proto.common.Status status = 1;
   * @return Whether the status field is set.
   */
  boolean hasStatus();
  /**
   * .milvus.proto.common.Status status = 1;
   * @return The status.
   */
  io.milvus.grpc.Status getStatus();
  /**
   * .milvus.proto.common.Status status = 1;
   */
  io.milvus.grpc.StatusOrBuilder getStatusOrBuilder();

  /**
   * int64 indexed_rows = 2;
   * @return The indexedRows.
   */
  long getIndexedRows();

  /**
   * int64 total_rows = 3;
   * @return The totalRows.
   */
  long getTotalRows();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy