Package io.milvus.grpc
Interface IDsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
IDs,IDs.Builder
public interface IDsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IDs.IdFieldCasegetIdFieldCase()LongArraygetIntId().milvus.proto.schema.LongArray int_id = 1;LongArrayOrBuildergetIntIdOrBuilder().milvus.proto.schema.LongArray int_id = 1;StringArraygetStrId().milvus.proto.schema.StringArray str_id = 2;StringArrayOrBuildergetStrIdOrBuilder().milvus.proto.schema.StringArray str_id = 2;booleanhasIntId().milvus.proto.schema.LongArray int_id = 1;booleanhasStrId().milvus.proto.schema.StringArray str_id = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasIntId
boolean hasIntId()
.milvus.proto.schema.LongArray int_id = 1;- Returns:
- Whether the intId field is set.
-
getIntId
LongArray getIntId()
.milvus.proto.schema.LongArray int_id = 1;- Returns:
- The intId.
-
getIntIdOrBuilder
LongArrayOrBuilder getIntIdOrBuilder()
.milvus.proto.schema.LongArray int_id = 1;
-
hasStrId
boolean hasStrId()
.milvus.proto.schema.StringArray str_id = 2;- Returns:
- Whether the strId field is set.
-
getStrId
StringArray getStrId()
.milvus.proto.schema.StringArray str_id = 2;- Returns:
- The strId.
-
getStrIdOrBuilder
StringArrayOrBuilder getStrIdOrBuilder()
.milvus.proto.schema.StringArray str_id = 2;
-
getIdFieldCase
IDs.IdFieldCase getIdFieldCase()
-
-