Uses of Class
io.milvus.grpc.CheckHealthRequest
Packages that use CheckHealthRequest
-
Uses of CheckHealthRequest in io.milvus.grpc
Methods in io.milvus.grpc that return CheckHealthRequestModifier and TypeMethodDescriptionCheckHealthRequest.Builder.build()CheckHealthRequest.Builder.buildPartial()static CheckHealthRequestCheckHealthRequest.getDefaultInstance()CheckHealthRequest.Builder.getDefaultInstanceForType()CheckHealthRequest.getDefaultInstanceForType()static CheckHealthRequestCheckHealthRequest.parseDelimitedFrom(InputStream input) static CheckHealthRequestCheckHealthRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CheckHealthRequestCheckHealthRequest.parseFrom(byte[] data) static CheckHealthRequestCheckHealthRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CheckHealthRequestCheckHealthRequest.parseFrom(com.google.protobuf.ByteString data) static CheckHealthRequestCheckHealthRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CheckHealthRequestCheckHealthRequest.parseFrom(com.google.protobuf.CodedInputStream input) static CheckHealthRequestCheckHealthRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CheckHealthRequestCheckHealthRequest.parseFrom(InputStream input) static CheckHealthRequestCheckHealthRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CheckHealthRequestCheckHealthRequest.parseFrom(ByteBuffer data) static CheckHealthRequestCheckHealthRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.milvus.grpc that return types with arguments of type CheckHealthRequestModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<CheckHealthRequest, CheckHealthResponse> MilvusServiceGrpc.getCheckHealthMethod()com.google.protobuf.Parser<CheckHealthRequest> CheckHealthRequest.getParserForType()static com.google.protobuf.Parser<CheckHealthRequest> CheckHealthRequest.parser()Methods in io.milvus.grpc with parameters of type CheckHealthRequestModifier and TypeMethodDescriptiondefault voidMilvusServiceGrpc.AsyncService.checkHealth(CheckHealthRequest request, io.grpc.stub.StreamObserver<CheckHealthResponse> responseObserver) MilvusServiceGrpc.MilvusServiceBlockingStub.checkHealth(CheckHealthRequest request) com.google.common.util.concurrent.ListenableFuture<CheckHealthResponse> MilvusServiceGrpc.MilvusServiceFutureStub.checkHealth(CheckHealthRequest request) voidMilvusServiceGrpc.MilvusServiceStub.checkHealth(CheckHealthRequest request, io.grpc.stub.StreamObserver<CheckHealthResponse> responseObserver) CheckHealthRequest.Builder.mergeFrom(CheckHealthRequest other) static CheckHealthRequest.BuilderCheckHealthRequest.newBuilder(CheckHealthRequest prototype)