Uses of Class
io.milvus.grpc.BytesArray
-
Packages that use BytesArray Package Description io.milvus.grpc -
-
Uses of BytesArray in io.milvus.grpc
Methods in io.milvus.grpc that return BytesArray Modifier and Type Method Description BytesArrayBytesArray.Builder. build()BytesArrayBytesArray.Builder. buildPartial()BytesArrayScalarField.Builder. getBytesData().milvus.proto.schema.BytesArray bytes_data = 7;BytesArrayScalarField. getBytesData().milvus.proto.schema.BytesArray bytes_data = 7;BytesArrayScalarFieldOrBuilder. getBytesData().milvus.proto.schema.BytesArray bytes_data = 7;static BytesArrayBytesArray. getDefaultInstance()BytesArrayBytesArray.Builder. getDefaultInstanceForType()BytesArrayBytesArray. 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 BytesArray Modifier and Type Method Description com.google.protobuf.Parser<BytesArray>BytesArray. getParserForType()static com.google.protobuf.Parser<BytesArray>BytesArray. parser()Methods in io.milvus.grpc with parameters of type BytesArray Modifier and Type Method Description ScalarField.BuilderScalarField.Builder. mergeBytesData(BytesArray value).milvus.proto.schema.BytesArray bytes_data = 7;BytesArray.BuilderBytesArray.Builder. mergeFrom(BytesArray other)static BytesArray.BuilderBytesArray. newBuilder(BytesArray prototype)ScalarField.BuilderScalarField.Builder. setBytesData(BytesArray value).milvus.proto.schema.BytesArray bytes_data = 7;
-