Uses of Class
io.milvus.grpc.CollectionSchema
-
Packages that use CollectionSchema Package Description io.milvus.grpc -
-
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()CollectionSchemaMilvusServiceGrpc.MilvusServiceBlockingStub. describeCollection(CollectionName request)@brief This method is used to get collection schema.static CollectionSchemaCollectionSchema. getDefaultInstance()CollectionSchemaCollectionSchema.Builder. getDefaultInstanceForType()CollectionSchemaCollectionSchema. getDefaultInstanceForType()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.common.util.concurrent.ListenableFuture<CollectionSchema>MilvusServiceGrpc.MilvusServiceFutureStub. describeCollection(CollectionName request)@brief This method is used to get collection schema.static io.grpc.MethodDescriptor<CollectionSchema,Status>MilvusServiceGrpc. getCreateCollectionMethod()static io.grpc.MethodDescriptor<CollectionName,CollectionSchema>MilvusServiceGrpc. getDescribeCollectionMethod()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 StatusMilvusServiceGrpc.MilvusServiceBlockingStub. createCollection(CollectionSchema request)@brief This method is used to create collection @param CollectionSchema, use to provide collection information to be created.com.google.common.util.concurrent.ListenableFuture<Status>MilvusServiceGrpc.MilvusServiceFutureStub. createCollection(CollectionSchema request)@brief This method is used to create collection @param CollectionSchema, use to provide collection information to be created.voidMilvusServiceGrpc.MilvusServiceImplBase. createCollection(CollectionSchema request, io.grpc.stub.StreamObserver<Status> responseObserver)@brief This method is used to create collection @param CollectionSchema, use to provide collection information to be created.voidMilvusServiceGrpc.MilvusServiceStub. createCollection(CollectionSchema request, io.grpc.stub.StreamObserver<Status> responseObserver)@brief This method is used to create collection @param CollectionSchema, use to provide collection information to be created.CollectionSchema.BuilderCollectionSchema.Builder. mergeFrom(CollectionSchema other)static CollectionSchema.BuilderCollectionSchema. newBuilder(CollectionSchema prototype)Method parameters in io.milvus.grpc with type arguments of type CollectionSchema Modifier and Type Method Description voidMilvusServiceGrpc.MilvusServiceImplBase. describeCollection(CollectionName request, io.grpc.stub.StreamObserver<CollectionSchema> responseObserver)@brief This method is used to get collection schema.voidMilvusServiceGrpc.MilvusServiceStub. describeCollection(CollectionName request, io.grpc.stub.StreamObserver<CollectionSchema> responseObserver)@brief This method is used to get collection schema.
-