Uses of Class
grpc.health.v1.HealthCheck.HealthCheckResponse
-
Packages that use HealthCheck.HealthCheckResponse Package Description grpc.health.v1 -
-
Uses of HealthCheck.HealthCheckResponse in grpc.health.v1
Methods in grpc.health.v1 that return HealthCheck.HealthCheckResponse Modifier and Type Method Description HealthCheck.HealthCheckResponse
HealthCheck.HealthCheckResponse.Builder. build()
HealthCheck.HealthCheckResponse
HealthCheck.HealthCheckResponse.Builder. buildPartial()
HealthCheck.HealthCheckResponse
HealthGrpc.HealthBlockingStub. check(HealthCheck.HealthCheckRequest request)
static HealthCheck.HealthCheckResponse
HealthCheck.HealthCheckResponse. getDefaultInstance()
HealthCheck.HealthCheckResponse
HealthCheck.HealthCheckResponse.Builder. getDefaultInstanceForType()
HealthCheck.HealthCheckResponse
HealthCheck.HealthCheckResponse. getDefaultInstanceForType()
static HealthCheck.HealthCheckResponse
HealthCheck.HealthCheckResponse. parseDelimitedFrom(InputStream input)
static HealthCheck.HealthCheckResponse
HealthCheck.HealthCheckResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HealthCheck.HealthCheckResponse
HealthCheck.HealthCheckResponse. parseFrom(byte[] data)
static HealthCheck.HealthCheckResponse
HealthCheck.HealthCheckResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HealthCheck.HealthCheckResponse
HealthCheck.HealthCheckResponse. parseFrom(com.google.protobuf.ByteString data)
static HealthCheck.HealthCheckResponse
HealthCheck.HealthCheckResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HealthCheck.HealthCheckResponse
HealthCheck.HealthCheckResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static HealthCheck.HealthCheckResponse
HealthCheck.HealthCheckResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HealthCheck.HealthCheckResponse
HealthCheck.HealthCheckResponse. parseFrom(InputStream input)
static HealthCheck.HealthCheckResponse
HealthCheck.HealthCheckResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HealthCheck.HealthCheckResponse
HealthCheck.HealthCheckResponse. parseFrom(ByteBuffer data)
static HealthCheck.HealthCheckResponse
HealthCheck.HealthCheckResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in grpc.health.v1 that return types with arguments of type HealthCheck.HealthCheckResponse Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<HealthCheck.HealthCheckResponse>
HealthGrpc.HealthFutureStub. check(HealthCheck.HealthCheckRequest request)
static io.grpc.MethodDescriptor<HealthCheck.HealthCheckRequest,HealthCheck.HealthCheckResponse>
HealthGrpc. getCheckMethod()
com.google.protobuf.Parser<HealthCheck.HealthCheckResponse>
HealthCheck.HealthCheckResponse. getParserForType()
static io.grpc.MethodDescriptor<HealthCheck.HealthCheckRequest,HealthCheck.HealthCheckResponse>
HealthGrpc. getWatchMethod()
static com.google.protobuf.Parser<HealthCheck.HealthCheckResponse>
HealthCheck.HealthCheckResponse. parser()
Iterator<HealthCheck.HealthCheckResponse>
HealthGrpc.HealthBlockingStub. watch(HealthCheck.HealthCheckRequest request)
Methods in grpc.health.v1 with parameters of type HealthCheck.HealthCheckResponse Modifier and Type Method Description HealthCheck.HealthCheckResponse.Builder
HealthCheck.HealthCheckResponse.Builder. mergeFrom(HealthCheck.HealthCheckResponse other)
static HealthCheck.HealthCheckResponse.Builder
HealthCheck.HealthCheckResponse. newBuilder(HealthCheck.HealthCheckResponse prototype)
Method parameters in grpc.health.v1 with type arguments of type HealthCheck.HealthCheckResponse Modifier and Type Method Description default void
HealthGrpc.AsyncService. check(HealthCheck.HealthCheckRequest request, io.grpc.stub.StreamObserver<HealthCheck.HealthCheckResponse> responseObserver)
void
HealthGrpc.HealthStub. check(HealthCheck.HealthCheckRequest request, io.grpc.stub.StreamObserver<HealthCheck.HealthCheckResponse> responseObserver)
default void
HealthGrpc.AsyncService. watch(HealthCheck.HealthCheckRequest request, io.grpc.stub.StreamObserver<HealthCheck.HealthCheckResponse> responseObserver)
void
HealthGrpc.HealthStub. watch(HealthCheck.HealthCheckRequest request, io.grpc.stub.StreamObserver<HealthCheck.HealthCheckResponse> responseObserver)
-