| Package | Description |
|---|---|
| io.grpc.health.v1 |
| Modifier and Type | Method and Description |
|---|---|
static HealthProto.HealthCheckResponse.ServingStatus |
HealthProto.HealthCheckResponse.ServingStatus.forNumber(int value) |
HealthProto.HealthCheckResponse.ServingStatus |
HealthProto.HealthCheckResponseOrBuilder.getStatus()
.grpc.health.v1.HealthCheckResponse.ServingStatus status = 1; |
HealthProto.HealthCheckResponse.ServingStatus |
HealthProto.HealthCheckResponse.getStatus()
.grpc.health.v1.HealthCheckResponse.ServingStatus status = 1; |
HealthProto.HealthCheckResponse.ServingStatus |
HealthProto.HealthCheckResponse.Builder.getStatus()
.grpc.health.v1.HealthCheckResponse.ServingStatus status = 1; |
static HealthProto.HealthCheckResponse.ServingStatus |
HealthProto.HealthCheckResponse.ServingStatus.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static HealthProto.HealthCheckResponse.ServingStatus |
HealthProto.HealthCheckResponse.ServingStatus.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static HealthProto.HealthCheckResponse.ServingStatus |
HealthProto.HealthCheckResponse.ServingStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HealthProto.HealthCheckResponse.ServingStatus[] |
HealthProto.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 com.google.protobuf.Internal.EnumLiteMap<HealthProto.HealthCheckResponse.ServingStatus> |
HealthProto.HealthCheckResponse.ServingStatus.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
HealthProto.HealthCheckResponse.Builder |
HealthProto.HealthCheckResponse.Builder.setStatus(HealthProto.HealthCheckResponse.ServingStatus value)
.grpc.health.v1.HealthCheckResponse.ServingStatus status = 1; |
Copyright © 2020 Gojek. All rights reserved.