Uses of Class
io.milvus.grpc.BytesArray
Packages that use BytesArray
-
Uses of BytesArray in io.milvus.grpc
Methods in io.milvus.grpc that return BytesArrayModifier and TypeMethodDescriptionBytesArray.Builder.build()BytesArray.Builder.buildPartial()ScalarField.Builder.getBytesData().milvus.proto.schema.BytesArray bytes_data = 7;ScalarField.getBytesData().milvus.proto.schema.BytesArray bytes_data = 7;ScalarFieldOrBuilder.getBytesData().milvus.proto.schema.BytesArray bytes_data = 7;static BytesArrayBytesArray.getDefaultInstance()BytesArray.Builder.getDefaultInstanceForType()BytesArray.getDefaultInstanceForType()static BytesArrayBytesArray.parseDelimitedFrom(InputStream input) static BytesArrayBytesArray.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BytesArrayBytesArray.parseFrom(byte[] data) static BytesArrayBytesArray.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BytesArrayBytesArray.parseFrom(com.google.protobuf.ByteString data) static BytesArrayBytesArray.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BytesArrayBytesArray.parseFrom(com.google.protobuf.CodedInputStream input) static BytesArrayBytesArray.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BytesArrayBytesArray.parseFrom(InputStream input) static BytesArrayBytesArray.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BytesArrayBytesArray.parseFrom(ByteBuffer data) static BytesArrayBytesArray.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.milvus.grpc that return types with arguments of type BytesArrayModifier and TypeMethodDescriptioncom.google.protobuf.Parser<BytesArray> BytesArray.getParserForType()static com.google.protobuf.Parser<BytesArray> BytesArray.parser()Methods in io.milvus.grpc with parameters of type BytesArrayModifier and TypeMethodDescriptionScalarField.Builder.mergeBytesData(BytesArray value) .milvus.proto.schema.BytesArray bytes_data = 7;BytesArray.Builder.mergeFrom(BytesArray other) static BytesArray.BuilderBytesArray.newBuilder(BytesArray prototype) ScalarField.Builder.setBytesData(BytesArray value) .milvus.proto.schema.BytesArray bytes_data = 7;