Uses of Class
io.grpc.health.v1.HealthCheckResponse.ServingStatus
-
Packages that use HealthCheckResponse.ServingStatus 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. -
-
Uses of HealthCheckResponse.ServingStatus in io.grpc.health.v1
Methods in io.grpc.health.v1 that return HealthCheckResponse.ServingStatus Modifier and Type Method Description static HealthCheckResponse.ServingStatusHealthCheckResponse.ServingStatus. forNumber(int value)HealthCheckResponse.ServingStatusHealthCheckResponse.Builder. getStatus().grpc.health.v1.HealthCheckResponse.ServingStatus status = 1;HealthCheckResponse.ServingStatusHealthCheckResponse. getStatus().grpc.health.v1.HealthCheckResponse.ServingStatus status = 1;HealthCheckResponse.ServingStatusHealthCheckResponseOrBuilder. getStatus().grpc.health.v1.HealthCheckResponse.ServingStatus status = 1;static HealthCheckResponse.ServingStatusHealthCheckResponse.ServingStatus. valueOf(int value)Deprecated.static HealthCheckResponse.ServingStatusHealthCheckResponse.ServingStatus. valueOf(Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static HealthCheckResponse.ServingStatusHealthCheckResponse.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.Methods in io.grpc.health.v1 that return types with arguments of type HealthCheckResponse.ServingStatus Modifier and Type Method Description static Internal.EnumLiteMap<HealthCheckResponse.ServingStatus>HealthCheckResponse.ServingStatus. internalGetValueMap()Methods in io.grpc.health.v1 with parameters of type HealthCheckResponse.ServingStatus Modifier and Type Method Description HealthCheckResponse.BuilderHealthCheckResponse.Builder. setStatus(HealthCheckResponse.ServingStatus value).grpc.health.v1.HealthCheckResponse.ServingStatus status = 1; -
Uses of HealthCheckResponse.ServingStatus in io.grpc.protobuf.services
Methods in io.grpc.protobuf.services with parameters of type HealthCheckResponse.ServingStatus Modifier and Type Method Description voidHealthStatusManager. setStatus(String service, HealthCheckResponse.ServingStatus status)Updates the status of the server. -
Uses of HealthCheckResponse.ServingStatus in io.grpc.services
Methods in io.grpc.services with parameters of type HealthCheckResponse.ServingStatus Modifier and Type Method Description voidHealthStatusManager. setStatus(String service, HealthCheckResponse.ServingStatus status)Deprecated.Updates the status of the server.
-