Uses of Class
io.milvus.grpc.ShowCollectionsRequest
Packages that use ShowCollectionsRequest
-
Uses of ShowCollectionsRequest in io.milvus.grpc
Methods in io.milvus.grpc that return ShowCollectionsRequestModifier and TypeMethodDescriptionShowCollectionsRequest.Builder.build()ShowCollectionsRequest.Builder.buildPartial()static ShowCollectionsRequestShowCollectionsRequest.getDefaultInstance()ShowCollectionsRequest.Builder.getDefaultInstanceForType()ShowCollectionsRequest.getDefaultInstanceForType()static ShowCollectionsRequestShowCollectionsRequest.parseDelimitedFrom(InputStream input) static ShowCollectionsRequestShowCollectionsRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ShowCollectionsRequestShowCollectionsRequest.parseFrom(byte[] data) static ShowCollectionsRequestShowCollectionsRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ShowCollectionsRequestShowCollectionsRequest.parseFrom(com.google.protobuf.ByteString data) static ShowCollectionsRequestShowCollectionsRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ShowCollectionsRequestShowCollectionsRequest.parseFrom(com.google.protobuf.CodedInputStream input) static ShowCollectionsRequestShowCollectionsRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ShowCollectionsRequestShowCollectionsRequest.parseFrom(InputStream input) static ShowCollectionsRequestShowCollectionsRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ShowCollectionsRequestShowCollectionsRequest.parseFrom(ByteBuffer data) static ShowCollectionsRequestShowCollectionsRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.milvus.grpc that return types with arguments of type ShowCollectionsRequestModifier and TypeMethodDescriptioncom.google.protobuf.Parser<ShowCollectionsRequest> ShowCollectionsRequest.getParserForType()static io.grpc.MethodDescriptor<ShowCollectionsRequest, ShowCollectionsResponse> MilvusServiceGrpc.getShowCollectionsMethod()static com.google.protobuf.Parser<ShowCollectionsRequest> ShowCollectionsRequest.parser()Methods in io.milvus.grpc with parameters of type ShowCollectionsRequestModifier and TypeMethodDescriptionShowCollectionsRequest.Builder.mergeFrom(ShowCollectionsRequest other) ShowCollectionsRequest.newBuilder(ShowCollectionsRequest prototype) default voidMilvusServiceGrpc.AsyncService.showCollections(ShowCollectionsRequest request, io.grpc.stub.StreamObserver<ShowCollectionsResponse> responseObserver) MilvusServiceGrpc.MilvusServiceBlockingStub.showCollections(ShowCollectionsRequest request) com.google.common.util.concurrent.ListenableFuture<ShowCollectionsResponse> MilvusServiceGrpc.MilvusServiceFutureStub.showCollections(ShowCollectionsRequest request) voidMilvusServiceGrpc.MilvusServiceStub.showCollections(ShowCollectionsRequest request, io.grpc.stub.StreamObserver<ShowCollectionsResponse> responseObserver)