Uses of Class
io.milvus.grpc.CollectionSchema
-
Packages that use CollectionSchema Package Description io.milvus.grpc io.milvus.v2.utils -
-
Uses of CollectionSchema in io.milvus.grpc
Methods in io.milvus.grpc that return CollectionSchema Modifier and Type Method Description CollectionSchemaCollectionSchema.Builder. build()CollectionSchemaCollectionSchema.Builder. buildPartial()static CollectionSchemaCollectionSchema. getDefaultInstance()CollectionSchemaCollectionSchema.Builder. getDefaultInstanceForType()CollectionSchemaCollectionSchema. getDefaultInstanceForType()CollectionSchemaDescribeCollectionResponse.Builder. getSchema()The schema param when you created collection.CollectionSchemaDescribeCollectionResponse. getSchema()The schema param when you created collection.CollectionSchemaDescribeCollectionResponseOrBuilder. getSchema()The schema param when you created collection.static CollectionSchemaCollectionSchema. parseDelimitedFrom(InputStream input)static CollectionSchemaCollectionSchema. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CollectionSchemaCollectionSchema. parseFrom(byte[] data)static CollectionSchemaCollectionSchema. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CollectionSchemaCollectionSchema. parseFrom(com.google.protobuf.ByteString data)static CollectionSchemaCollectionSchema. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CollectionSchemaCollectionSchema. parseFrom(com.google.protobuf.CodedInputStream input)static CollectionSchemaCollectionSchema. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CollectionSchemaCollectionSchema. parseFrom(InputStream input)static CollectionSchemaCollectionSchema. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CollectionSchemaCollectionSchema. parseFrom(ByteBuffer data)static CollectionSchemaCollectionSchema. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.milvus.grpc that return types with arguments of type CollectionSchema Modifier and Type Method Description com.google.protobuf.Parser<CollectionSchema>CollectionSchema. getParserForType()static com.google.protobuf.Parser<CollectionSchema>CollectionSchema. parser()Methods in io.milvus.grpc with parameters of type CollectionSchema Modifier and Type Method Description CollectionSchema.BuilderCollectionSchema.Builder. mergeFrom(CollectionSchema other)DescribeCollectionResponse.BuilderDescribeCollectionResponse.Builder. mergeSchema(CollectionSchema value)The schema param when you created collection.static CollectionSchema.BuilderCollectionSchema. newBuilder(CollectionSchema prototype)DescribeCollectionResponse.BuilderDescribeCollectionResponse.Builder. setSchema(CollectionSchema value)The schema param when you created collection. -
Uses of CollectionSchema in io.milvus.v2.utils
Methods in io.milvus.v2.utils with parameters of type CollectionSchema Modifier and Type Method Description static CreateCollectionReq.CollectionSchemaSchemaUtils. convertFromGrpcCollectionSchema(CollectionSchema schema)
-