Package io.grpc.health.v1
Interface HealthProto.HealthCheckResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HealthProto.HealthCheckResponse,HealthProto.HealthCheckResponse.Builder
- Enclosing class:
- HealthProto
public static interface HealthProto.HealthCheckResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HealthProto.ServingStatusgetStatus().grpc.health.v1.ServingStatus status = 1;intgetStatusValue().grpc.health.v1.ServingStatus status = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getStatusValue
int getStatusValue()
.grpc.health.v1.ServingStatus status = 1;- Returns:
- The enum numeric value on the wire for status.
-
getStatus
HealthProto.ServingStatus getStatus()
.grpc.health.v1.ServingStatus status = 1;- Returns:
- The status.
-
-