io.milvus.grpc.GetFlushStateRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of milvus-sdk-java Show documentation
Show all versions of milvus-sdk-java Show documentation
Java SDK for Milvus, a distributed high-performance vector search engine.
update grpc to 1.42.1
update protobuf to 3.19.1
// 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);
}