| Package | Description |
|---|---|
| io.grpc.health.v1 | |
| io.grpc.protobuf.services |
Service definitions and utilities with protobuf dependency for the pre-defined gRPC services.
|
| io.grpc.services |
Service definitions and utilities for the pre-defined gRPC services.
|
| Modifier and Type | Method and Description |
|---|---|
static HealthCheckResponse.ServingStatus |
HealthCheckResponse.ServingStatus.forNumber(int value) |
HealthCheckResponse.ServingStatus |
HealthCheckResponseOrBuilder.getStatus()
.grpc.health.v1.HealthCheckResponse.ServingStatus status = 1; |
HealthCheckResponse.ServingStatus |
HealthCheckResponse.getStatus()
.grpc.health.v1.HealthCheckResponse.ServingStatus status = 1; |
HealthCheckResponse.ServingStatus |
HealthCheckResponse.Builder.getStatus()
.grpc.health.v1.HealthCheckResponse.ServingStatus status = 1; |
static HealthCheckResponse.ServingStatus |
HealthCheckResponse.ServingStatus.valueOf(Descriptors.EnumValueDescriptor desc) |
static HealthCheckResponse.ServingStatus |
HealthCheckResponse.ServingStatus.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static HealthCheckResponse.ServingStatus |
HealthCheckResponse.ServingStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HealthCheckResponse.ServingStatus[] |
HealthCheckResponse.ServingStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Internal.EnumLiteMap<HealthCheckResponse.ServingStatus> |
HealthCheckResponse.ServingStatus.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
HealthCheckResponse.Builder |
HealthCheckResponse.Builder.setStatus(HealthCheckResponse.ServingStatus value)
.grpc.health.v1.HealthCheckResponse.ServingStatus status = 1; |
| Modifier and Type | Method and Description |
|---|---|
void |
HealthStatusManager.setStatus(String service,
HealthCheckResponse.ServingStatus status)
Updates the status of the server.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HealthStatusManager.setStatus(String service,
HealthCheckResponse.ServingStatus status)
Deprecated.
Updates the status of the server.
|