Package io.milvus.grpc
Interface TemplateArrayValueOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TemplateArrayValue,TemplateArrayValue.Builder
public interface TemplateArrayValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetArray(int index) repeated .milvus.proto.schema.TemplateValue array = 1;intrepeated .milvus.proto.schema.TemplateValue array = 1;repeated .milvus.proto.schema.TemplateValue array = 1;getArrayOrBuilder(int index) repeated .milvus.proto.schema.TemplateValue array = 1;List<? extends TemplateValueOrBuilder> repeated .milvus.proto.schema.TemplateValue array = 1;.milvus.proto.schema.DataType element_type = 3;int.milvus.proto.schema.DataType element_type = 3;booleanbool same_type = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getArrayList
List<TemplateValue> getArrayList()repeated .milvus.proto.schema.TemplateValue array = 1; -
getArray
repeated .milvus.proto.schema.TemplateValue array = 1; -
getArrayCount
int getArrayCount()repeated .milvus.proto.schema.TemplateValue array = 1; -
getArrayOrBuilderList
List<? extends TemplateValueOrBuilder> getArrayOrBuilderList()repeated .milvus.proto.schema.TemplateValue array = 1; -
getArrayOrBuilder
repeated .milvus.proto.schema.TemplateValue array = 1; -
getSameType
boolean getSameType()bool same_type = 2;- Returns:
- The sameType.
-
getElementTypeValue
int getElementTypeValue().milvus.proto.schema.DataType element_type = 3;- Returns:
- The enum numeric value on the wire for elementType.
-
getElementType
DataType getElementType().milvus.proto.schema.DataType element_type = 3;- Returns:
- The elementType.
-