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

io.milvus.grpc.GetFlushStateRequestOrBuilder 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 GetFlushStateRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:milvus.proto.milvus.GetFlushStateRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * repeated int64 segmentIDs = 1;
   * @return A list containing the segmentIDs.
   */
  java.util.List getSegmentIDsList();
  /**
   * repeated int64 segmentIDs = 1;
   * @return The count of segmentIDs.
   */
  int getSegmentIDsCount();
  /**
   * repeated int64 segmentIDs = 1;
   * @param index The index of the element to return.
   * @return The segmentIDs at the given index.
   */
  long getSegmentIDs(int index);

  /**
   * uint64 flush_ts = 2;
   * @return The flushTs.
   */
  long getFlushTs();

  /**
   * string db_name = 3;
   * @return The dbName.
   */
  java.lang.String getDbName();
  /**
   * string db_name = 3;
   * @return The bytes for dbName.
   */
  com.google.protobuf.ByteString
      getDbNameBytes();

  /**
   * string collection_name = 4;
   * @return The collectionName.
   */
  java.lang.String getCollectionName();
  /**
   * string collection_name = 4;
   * @return The bytes for collectionName.
   */
  com.google.protobuf.ByteString
      getCollectionNameBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy