![JAR search and dependency download from the Maven repository](/logo.png)
io.milvus.grpc.IDsOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: schema.proto
package io.milvus.grpc;
public interface IDsOrBuilder extends
// @@protoc_insertion_point(interface_extends:milvus.proto.schema.IDs)
com.google.protobuf.MessageOrBuilder {
/**
* .milvus.proto.schema.LongArray int_id = 1;
* @return Whether the intId field is set.
*/
boolean hasIntId();
/**
* .milvus.proto.schema.LongArray int_id = 1;
* @return The intId.
*/
io.milvus.grpc.LongArray getIntId();
/**
* .milvus.proto.schema.LongArray int_id = 1;
*/
io.milvus.grpc.LongArrayOrBuilder getIntIdOrBuilder();
/**
* .milvus.proto.schema.StringArray str_id = 2;
* @return Whether the strId field is set.
*/
boolean hasStrId();
/**
* .milvus.proto.schema.StringArray str_id = 2;
* @return The strId.
*/
io.milvus.grpc.StringArray getStrId();
/**
* .milvus.proto.schema.StringArray str_id = 2;
*/
io.milvus.grpc.StringArrayOrBuilder getStrIdOrBuilder();
io.milvus.grpc.IDs.IdFieldCase getIdFieldCase();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy