Uses of Class
io.milvus.grpc.Blob
Packages that use Blob
-
Uses of Blob in io.milvus.grpc
Methods in io.milvus.grpc that return BlobModifier and TypeMethodDescriptionBlob.Builder.build()Blob.Builder.buildPartial()static BlobBlob.getDefaultInstance()Blob.Builder.getDefaultInstanceForType()Blob.getDefaultInstanceForType()static BlobBlob.parseDelimitedFrom(InputStream input) static BlobBlob.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BlobBlob.parseFrom(byte[] data) static BlobBlob.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BlobBlob.parseFrom(com.google.protobuf.ByteString data) static BlobBlob.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BlobBlob.parseFrom(com.google.protobuf.CodedInputStream input) static BlobBlob.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BlobBlob.parseFrom(InputStream input) static BlobBlob.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BlobBlob.parseFrom(ByteBuffer data) static BlobBlob.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.milvus.grpc that return types with arguments of type BlobModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Blob> Blob.getParserForType()static com.google.protobuf.Parser<Blob> Blob.parser()Methods in io.milvus.grpc with parameters of type Blob -
Uses of Blob in milvus.proto.msg
Methods in milvus.proto.msg that return BlobModifier and TypeMethodDescriptionMsg.InsertRequest.Builder.getRowData(int index) row_data was reserved for compatibilityMsg.InsertRequest.getRowData(int index) row_data was reserved for compatibilityMsg.InsertRequestOrBuilder.getRowData(int index) row_data was reserved for compatibilityMethods in milvus.proto.msg that return types with arguments of type BlobModifier and TypeMethodDescriptionMsg.InsertRequest.Builder.getRowDataList()row_data was reserved for compatibilityMsg.InsertRequest.getRowDataList()row_data was reserved for compatibilityMsg.InsertRequestOrBuilder.getRowDataList()row_data was reserved for compatibilityMethods in milvus.proto.msg with parameters of type BlobModifier and TypeMethodDescriptionMsg.InsertRequest.Builder.addRowData(int index, Blob value) row_data was reserved for compatibilityMsg.InsertRequest.Builder.addRowData(Blob value) row_data was reserved for compatibilityMsg.InsertRequest.Builder.setRowData(int index, Blob value) row_data was reserved for compatibilityMethod parameters in milvus.proto.msg with type arguments of type BlobModifier and TypeMethodDescriptionMsg.InsertRequest.Builder.addAllRowData(Iterable<? extends Blob> values) row_data was reserved for compatibility