Uses of Class
api.Health.HealthCheckResponse
-
Packages that use Health.HealthCheckResponse Package Description api -
-
Uses of Health.HealthCheckResponse in api
Methods in api that return Health.HealthCheckResponse Modifier and Type Method Description Health.HealthCheckResponseHealth.HealthCheckResponse.Builder. build()Health.HealthCheckResponseHealth.HealthCheckResponse.Builder. buildPartial()static Health.HealthCheckResponseHealth.HealthCheckResponse. getDefaultInstance()Health.HealthCheckResponseHealth.HealthCheckResponse.Builder. getDefaultInstanceForType()Health.HealthCheckResponseHealth.HealthCheckResponse. getDefaultInstanceForType()Health.HealthCheckResponseEventGrpc.EventBlockingStub. health(com.google.protobuf.Empty request)Health.HealthCheckResponseSubmitGrpc.SubmitBlockingStub. health(com.google.protobuf.Empty request)static Health.HealthCheckResponseHealth.HealthCheckResponse. parseDelimitedFrom(InputStream input)static Health.HealthCheckResponseHealth.HealthCheckResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Health.HealthCheckResponseHealth.HealthCheckResponse. parseFrom(byte[] data)static Health.HealthCheckResponseHealth.HealthCheckResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Health.HealthCheckResponseHealth.HealthCheckResponse. parseFrom(com.google.protobuf.ByteString data)static Health.HealthCheckResponseHealth.HealthCheckResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Health.HealthCheckResponseHealth.HealthCheckResponse. parseFrom(com.google.protobuf.CodedInputStream input)static Health.HealthCheckResponseHealth.HealthCheckResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Health.HealthCheckResponseHealth.HealthCheckResponse. parseFrom(InputStream input)static Health.HealthCheckResponseHealth.HealthCheckResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Health.HealthCheckResponseHealth.HealthCheckResponse. parseFrom(ByteBuffer data)static Health.HealthCheckResponseHealth.HealthCheckResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in api that return types with arguments of type Health.HealthCheckResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<com.google.protobuf.Empty,Health.HealthCheckResponse>EventGrpc. getHealthMethod()static io.grpc.MethodDescriptor<com.google.protobuf.Empty,Health.HealthCheckResponse>SubmitGrpc. getHealthMethod()com.google.protobuf.Parser<Health.HealthCheckResponse>Health.HealthCheckResponse. getParserForType()com.google.common.util.concurrent.ListenableFuture<Health.HealthCheckResponse>EventGrpc.EventFutureStub. health(com.google.protobuf.Empty request)com.google.common.util.concurrent.ListenableFuture<Health.HealthCheckResponse>SubmitGrpc.SubmitFutureStub. health(com.google.protobuf.Empty request)static com.google.protobuf.Parser<Health.HealthCheckResponse>Health.HealthCheckResponse. parser()Methods in api with parameters of type Health.HealthCheckResponse Modifier and Type Method Description Health.HealthCheckResponse.BuilderHealth.HealthCheckResponse.Builder. mergeFrom(Health.HealthCheckResponse other)static Health.HealthCheckResponse.BuilderHealth.HealthCheckResponse. newBuilder(Health.HealthCheckResponse prototype)Method parameters in api with type arguments of type Health.HealthCheckResponse Modifier and Type Method Description default voidEventGrpc.AsyncService. health(com.google.protobuf.Empty request, io.grpc.stub.StreamObserver<Health.HealthCheckResponse> responseObserver)voidEventGrpc.EventStub. health(com.google.protobuf.Empty request, io.grpc.stub.StreamObserver<Health.HealthCheckResponse> responseObserver)default voidSubmitGrpc.AsyncService. health(com.google.protobuf.Empty request, io.grpc.stub.StreamObserver<Health.HealthCheckResponse> responseObserver)voidSubmitGrpc.SubmitStub. health(com.google.protobuf.Empty request, io.grpc.stub.StreamObserver<Health.HealthCheckResponse> responseObserver)
-