Uses of Class
io.milvus.grpc.JSONArray
-
Packages that use JSONArray Package Description io.milvus.grpc -
-
Uses of JSONArray in io.milvus.grpc
Methods in io.milvus.grpc that return JSONArray Modifier and Type Method Description JSONArrayJSONArray.Builder. build()JSONArrayJSONArray.Builder. buildPartial()static JSONArrayJSONArray. getDefaultInstance()JSONArrayJSONArray.Builder. getDefaultInstanceForType()JSONArrayJSONArray. getDefaultInstanceForType()JSONArrayScalarField.Builder. getJsonData().milvus.proto.schema.JSONArray json_data = 9;JSONArrayScalarField. getJsonData().milvus.proto.schema.JSONArray json_data = 9;JSONArrayScalarFieldOrBuilder. getJsonData().milvus.proto.schema.JSONArray json_data = 9;static JSONArrayJSONArray. parseDelimitedFrom(InputStream input)static JSONArrayJSONArray. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JSONArrayJSONArray. parseFrom(byte[] data)static JSONArrayJSONArray. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JSONArrayJSONArray. parseFrom(com.google.protobuf.ByteString data)static JSONArrayJSONArray. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JSONArrayJSONArray. parseFrom(com.google.protobuf.CodedInputStream input)static JSONArrayJSONArray. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JSONArrayJSONArray. parseFrom(InputStream input)static JSONArrayJSONArray. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JSONArrayJSONArray. parseFrom(ByteBuffer data)static JSONArrayJSONArray. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.milvus.grpc that return types with arguments of type JSONArray Modifier and Type Method Description com.google.protobuf.Parser<JSONArray>JSONArray. getParserForType()static com.google.protobuf.Parser<JSONArray>JSONArray. parser()Methods in io.milvus.grpc with parameters of type JSONArray Modifier and Type Method Description JSONArray.BuilderJSONArray.Builder. mergeFrom(JSONArray other)ScalarField.BuilderScalarField.Builder. mergeJsonData(JSONArray value).milvus.proto.schema.JSONArray json_data = 9;static JSONArray.BuilderJSONArray. newBuilder(JSONArray prototype)ScalarField.BuilderScalarField.Builder. setJsonData(JSONArray value).milvus.proto.schema.JSONArray json_data = 9;
-