Uses of Class
io.milvus.grpc.CollectionInfo
-
Packages that use CollectionInfo Package Description io.milvus.grpc -
-
Uses of CollectionInfo in io.milvus.grpc
Methods in io.milvus.grpc that return CollectionInfo Modifier and Type Method Description CollectionInfoCollectionInfo.Builder. build()CollectionInfoCollectionInfo.Builder. buildPartial()static CollectionInfoCollectionInfo. getDefaultInstance()CollectionInfoCollectionInfo.Builder. getDefaultInstanceForType()CollectionInfoCollectionInfo. getDefaultInstanceForType()static CollectionInfoCollectionInfo. parseDelimitedFrom(InputStream input)static CollectionInfoCollectionInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CollectionInfoCollectionInfo. parseFrom(byte[] data)static CollectionInfoCollectionInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CollectionInfoCollectionInfo. parseFrom(com.google.protobuf.ByteString data)static CollectionInfoCollectionInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CollectionInfoCollectionInfo. parseFrom(com.google.protobuf.CodedInputStream input)static CollectionInfoCollectionInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CollectionInfoCollectionInfo. parseFrom(InputStream input)static CollectionInfoCollectionInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CollectionInfoCollectionInfo. parseFrom(ByteBuffer data)static CollectionInfoCollectionInfo. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)CollectionInfoMilvusServiceGrpc.MilvusServiceBlockingStub. showCollectionInfo(CollectionName request)@brief This method is used to get collection detail information.Methods in io.milvus.grpc that return types with arguments of type CollectionInfo Modifier and Type Method Description com.google.protobuf.Parser<CollectionInfo>CollectionInfo. getParserForType()static io.grpc.MethodDescriptor<CollectionName,CollectionInfo>MilvusServiceGrpc. getShowCollectionInfoMethod()static com.google.protobuf.Parser<CollectionInfo>CollectionInfo. parser()com.google.common.util.concurrent.ListenableFuture<CollectionInfo>MilvusServiceGrpc.MilvusServiceFutureStub. showCollectionInfo(CollectionName request)@brief This method is used to get collection detail information.Methods in io.milvus.grpc with parameters of type CollectionInfo Modifier and Type Method Description CollectionInfo.BuilderCollectionInfo.Builder. mergeFrom(CollectionInfo other)static CollectionInfo.BuilderCollectionInfo. newBuilder(CollectionInfo prototype)Method parameters in io.milvus.grpc with type arguments of type CollectionInfo Modifier and Type Method Description voidMilvusServiceGrpc.MilvusServiceImplBase. showCollectionInfo(CollectionName request, io.grpc.stub.StreamObserver<CollectionInfo> responseObserver)@brief This method is used to get collection detail information.voidMilvusServiceGrpc.MilvusServiceStub. showCollectionInfo(CollectionName request, io.grpc.stub.StreamObserver<CollectionInfo> responseObserver)@brief This method is used to get collection detail information.
-