Uses of Class
io.milvus.grpc.TemplateArrayValue
Packages that use TemplateArrayValue
-
Uses of TemplateArrayValue in io.milvus.grpc
Methods in io.milvus.grpc that return TemplateArrayValueModifier and TypeMethodDescriptionTemplateArrayValue.Builder.build()TemplateArrayValue.Builder.buildPartial()TemplateValue.Builder.getArrayVal().milvus.proto.schema.TemplateArrayValue array_val = 5;TemplateValue.getArrayVal().milvus.proto.schema.TemplateArrayValue array_val = 5;TemplateValueOrBuilder.getArrayVal().milvus.proto.schema.TemplateArrayValue array_val = 5;TemplateArrayValueArray.Builder.getData(int index) repeated .milvus.proto.schema.TemplateArrayValue data = 1;TemplateArrayValueArray.getData(int index) repeated .milvus.proto.schema.TemplateArrayValue data = 1;TemplateArrayValueArrayOrBuilder.getData(int index) repeated .milvus.proto.schema.TemplateArrayValue data = 1;static TemplateArrayValueTemplateArrayValue.getDefaultInstance()TemplateArrayValue.Builder.getDefaultInstanceForType()TemplateArrayValue.getDefaultInstanceForType()static TemplateArrayValueTemplateArrayValue.parseDelimitedFrom(InputStream input) static TemplateArrayValueTemplateArrayValue.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TemplateArrayValueTemplateArrayValue.parseFrom(byte[] data) static TemplateArrayValueTemplateArrayValue.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TemplateArrayValueTemplateArrayValue.parseFrom(com.google.protobuf.ByteString data) static TemplateArrayValueTemplateArrayValue.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TemplateArrayValueTemplateArrayValue.parseFrom(com.google.protobuf.CodedInputStream input) static TemplateArrayValueTemplateArrayValue.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TemplateArrayValueTemplateArrayValue.parseFrom(InputStream input) static TemplateArrayValueTemplateArrayValue.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TemplateArrayValueTemplateArrayValue.parseFrom(ByteBuffer data) static TemplateArrayValueTemplateArrayValue.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.milvus.grpc that return types with arguments of type TemplateArrayValueModifier and TypeMethodDescriptionTemplateArrayValueArray.Builder.getDataList()repeated .milvus.proto.schema.TemplateArrayValue data = 1;TemplateArrayValueArray.getDataList()repeated .milvus.proto.schema.TemplateArrayValue data = 1;TemplateArrayValueArrayOrBuilder.getDataList()repeated .milvus.proto.schema.TemplateArrayValue data = 1;com.google.protobuf.Parser<TemplateArrayValue> TemplateArrayValue.getParserForType()static com.google.protobuf.Parser<TemplateArrayValue> TemplateArrayValue.parser()Methods in io.milvus.grpc with parameters of type TemplateArrayValueModifier and TypeMethodDescriptionTemplateArrayValueArray.Builder.addData(int index, TemplateArrayValue value) repeated .milvus.proto.schema.TemplateArrayValue data = 1;TemplateArrayValueArray.Builder.addData(TemplateArrayValue value) repeated .milvus.proto.schema.TemplateArrayValue data = 1;TemplateValue.Builder.mergeArrayVal(TemplateArrayValue value) .milvus.proto.schema.TemplateArrayValue array_val = 5;TemplateArrayValue.Builder.mergeFrom(TemplateArrayValue other) static TemplateArrayValue.BuilderTemplateArrayValue.newBuilder(TemplateArrayValue prototype) TemplateValue.Builder.setArrayVal(TemplateArrayValue value) .milvus.proto.schema.TemplateArrayValue array_val = 5;TemplateArrayValueArray.Builder.setData(int index, TemplateArrayValue value) repeated .milvus.proto.schema.TemplateArrayValue data = 1;Method parameters in io.milvus.grpc with type arguments of type TemplateArrayValueModifier and TypeMethodDescriptionTemplateArrayValueArray.Builder.addAllData(Iterable<? extends TemplateArrayValue> values) repeated .milvus.proto.schema.TemplateArrayValue data = 1;