Uses of Class
io.milvus.grpc.DescribeCollectionResponse
-
Packages that use DescribeCollectionResponse Package Description io.milvus.client io.milvus.grpc io.milvus.response -
-
Uses of DescribeCollectionResponse in io.milvus.client
Methods in io.milvus.client that return types with arguments of type DescribeCollectionResponse Modifier and Type Method Description R<DescribeCollectionResponse>AbstractMilvusGrpcClient. describeCollection(@NonNull DescribeCollectionParam requestParam)R<DescribeCollectionResponse>MilvusClient. describeCollection(DescribeCollectionParam requestParam)Shows the details of a collection, e.g.R<DescribeCollectionResponse>MilvusMultiServiceClient. describeCollection(DescribeCollectionParam requestParam) -
Uses of DescribeCollectionResponse in io.milvus.grpc
Methods in io.milvus.grpc that return DescribeCollectionResponse Modifier and Type Method Description DescribeCollectionResponseDescribeCollectionResponse.Builder. build()DescribeCollectionResponseDescribeCollectionResponse.Builder. buildPartial()DescribeCollectionResponseMilvusServiceGrpc.MilvusServiceBlockingStub. describeCollection(DescribeCollectionRequest request)static DescribeCollectionResponseDescribeCollectionResponse. getDefaultInstance()DescribeCollectionResponseDescribeCollectionResponse.Builder. getDefaultInstanceForType()DescribeCollectionResponseDescribeCollectionResponse. getDefaultInstanceForType()static DescribeCollectionResponseDescribeCollectionResponse. parseDelimitedFrom(InputStream input)static DescribeCollectionResponseDescribeCollectionResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DescribeCollectionResponseDescribeCollectionResponse. parseFrom(byte[] data)static DescribeCollectionResponseDescribeCollectionResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DescribeCollectionResponseDescribeCollectionResponse. parseFrom(com.google.protobuf.ByteString data)static DescribeCollectionResponseDescribeCollectionResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DescribeCollectionResponseDescribeCollectionResponse. parseFrom(com.google.protobuf.CodedInputStream input)static DescribeCollectionResponseDescribeCollectionResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DescribeCollectionResponseDescribeCollectionResponse. parseFrom(InputStream input)static DescribeCollectionResponseDescribeCollectionResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DescribeCollectionResponseDescribeCollectionResponse. parseFrom(ByteBuffer data)static DescribeCollectionResponseDescribeCollectionResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.milvus.grpc that return types with arguments of type DescribeCollectionResponse Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<DescribeCollectionResponse>MilvusServiceGrpc.MilvusServiceFutureStub. describeCollection(DescribeCollectionRequest request)static io.grpc.MethodDescriptor<DescribeCollectionRequest,DescribeCollectionResponse>MilvusServiceGrpc. getDescribeCollectionMethod()com.google.protobuf.Parser<DescribeCollectionResponse>DescribeCollectionResponse. getParserForType()static com.google.protobuf.Parser<DescribeCollectionResponse>DescribeCollectionResponse. parser()Methods in io.milvus.grpc with parameters of type DescribeCollectionResponse Modifier and Type Method Description DescribeCollectionResponse.BuilderDescribeCollectionResponse.Builder. mergeFrom(DescribeCollectionResponse other)static DescribeCollectionResponse.BuilderDescribeCollectionResponse. newBuilder(DescribeCollectionResponse prototype)Method parameters in io.milvus.grpc with type arguments of type DescribeCollectionResponse Modifier and Type Method Description voidMilvusServiceGrpc.MilvusServiceImplBase. describeCollection(DescribeCollectionRequest request, io.grpc.stub.StreamObserver<DescribeCollectionResponse> responseObserver)voidMilvusServiceGrpc.MilvusServiceStub. describeCollection(DescribeCollectionRequest request, io.grpc.stub.StreamObserver<DescribeCollectionResponse> responseObserver) -
Uses of DescribeCollectionResponse in io.milvus.response
Constructors in io.milvus.response with parameters of type DescribeCollectionResponse Constructor Description DescCollResponseWrapper(@NonNull DescribeCollectionResponse response)
-