Uses of Class
io.milvus.grpc.ValueField
-
Packages that use ValueField Package Description io.milvus.grpc -
-
Uses of ValueField in io.milvus.grpc
Methods in io.milvus.grpc that return ValueField Modifier and Type Method Description ValueFieldValueField.Builder. build()ValueFieldValueField.Builder. buildPartial()static ValueFieldValueField. getDefaultInstance()ValueFieldValueField.Builder. getDefaultInstanceForType()ValueFieldValueField. getDefaultInstanceForType()ValueFieldFieldSchema.Builder. getDefaultValue()default_value only support scalars except array and json for nowValueFieldFieldSchema. getDefaultValue()default_value only support scalars except array and json for nowValueFieldFieldSchemaOrBuilder. getDefaultValue()default_value only support scalars except array and json for nowstatic ValueFieldValueField. parseDelimitedFrom(InputStream input)static ValueFieldValueField. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ValueFieldValueField. parseFrom(byte[] data)static ValueFieldValueField. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ValueFieldValueField. parseFrom(com.google.protobuf.ByteString data)static ValueFieldValueField. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ValueFieldValueField. parseFrom(com.google.protobuf.CodedInputStream input)static ValueFieldValueField. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ValueFieldValueField. parseFrom(InputStream input)static ValueFieldValueField. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ValueFieldValueField. parseFrom(ByteBuffer data)static ValueFieldValueField. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.milvus.grpc that return types with arguments of type ValueField Modifier and Type Method Description com.google.protobuf.Parser<ValueField>ValueField. getParserForType()static com.google.protobuf.Parser<ValueField>ValueField. parser()Methods in io.milvus.grpc with parameters of type ValueField Modifier and Type Method Description FieldSchema.BuilderFieldSchema.Builder. mergeDefaultValue(ValueField value)default_value only support scalars except array and json for nowValueField.BuilderValueField.Builder. mergeFrom(ValueField other)static ValueField.BuilderValueField. newBuilder(ValueField prototype)FieldSchema.BuilderFieldSchema.Builder. setDefaultValue(ValueField value)default_value only support scalars except array and json for now
-