![JAR search and dependency download from the Maven repository](/logo.png)
io.milvus.grpc.DescribeSegmentRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: milvus.proto
package io.milvus.grpc;
public interface DescribeSegmentRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:milvus.proto.milvus.DescribeSegmentRequest)
com.google.protobuf.MessageOrBuilder {
/**
* .milvus.proto.common.MsgBase base = 1;
* @return Whether the base field is set.
*/
boolean hasBase();
/**
* .milvus.proto.common.MsgBase base = 1;
* @return The base.
*/
io.milvus.grpc.MsgBase getBase();
/**
* .milvus.proto.common.MsgBase base = 1;
*/
io.milvus.grpc.MsgBaseOrBuilder getBaseOrBuilder();
/**
* int64 collectionID = 2;
* @return The collectionID.
*/
long getCollectionID();
/**
* int64 segmentID = 3;
* @return The segmentID.
*/
long getSegmentID();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy