Package io.milvus.grpc
Interface TemplateValueOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TemplateValue,TemplateValue.Builder
public interface TemplateValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.milvus.proto.schema.TemplateArrayValue array_val = 6;.milvus.proto.schema.TemplateArrayValue array_val = 6;booleanbool bool_val = 2;doubledouble float_val = 4;longint64 int64_val = 3;string string_val = 5;com.google.protobuf.ByteStringstring string_val = 5;getType().milvus.proto.schema.DataType type = 1;int.milvus.proto.schema.DataType type = 1;boolean.milvus.proto.schema.TemplateArrayValue array_val = 6;booleanbool bool_val = 2;booleandouble float_val = 4;booleanint64 int64_val = 3;booleanstring string_val = 5;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
-
getTypeValue
int getTypeValue().milvus.proto.schema.DataType type = 1;- Returns:
- The enum numeric value on the wire for type.
-
getType
DataType getType().milvus.proto.schema.DataType type = 1;- Returns:
- The type.
-
hasBoolVal
boolean hasBoolVal()bool bool_val = 2;- Returns:
- Whether the boolVal field is set.
-
getBoolVal
boolean getBoolVal()bool bool_val = 2;- Returns:
- The boolVal.
-
hasInt64Val
boolean hasInt64Val()int64 int64_val = 3;- Returns:
- Whether the int64Val field is set.
-
getInt64Val
long getInt64Val()int64 int64_val = 3;- Returns:
- The int64Val.
-
hasFloatVal
boolean hasFloatVal()double float_val = 4;- Returns:
- Whether the floatVal field is set.
-
getFloatVal
double getFloatVal()double float_val = 4;- Returns:
- The floatVal.
-
hasStringVal
boolean hasStringVal()string string_val = 5;- Returns:
- Whether the stringVal field is set.
-
getStringVal
String getStringVal()string string_val = 5;- Returns:
- The stringVal.
-
getStringValBytes
com.google.protobuf.ByteString getStringValBytes()string string_val = 5;- Returns:
- The bytes for stringVal.
-
hasArrayVal
boolean hasArrayVal().milvus.proto.schema.TemplateArrayValue array_val = 6;- Returns:
- Whether the arrayVal field is set.
-
getArrayVal
TemplateArrayValue getArrayVal().milvus.proto.schema.TemplateArrayValue array_val = 6;- Returns:
- The arrayVal.
-
getArrayValOrBuilder
TemplateArrayValueOrBuilder getArrayValOrBuilder().milvus.proto.schema.TemplateArrayValue array_val = 6; -
getValCase
TemplateValue.ValCase getValCase()
-