Uses of Enum
io.grpc.health.v1.HealthCheckResponse.ServingStatus
Packages that use HealthCheckResponse.ServingStatus
Package
Description
Service definitions and utilities with protobuf dependency for the pre-defined gRPC services.
Service definitions and utilities for the pre-defined gRPC services.
-
Uses of HealthCheckResponse.ServingStatus in io.grpc.health.v1
Subclasses with type arguments of type HealthCheckResponse.ServingStatus in io.grpc.health.v1Modifier and TypeClassDescriptionstatic enumProtobuf enumgrpc.health.v1.HealthCheckResponse.ServingStatusMethods in io.grpc.health.v1 that return HealthCheckResponse.ServingStatusModifier and TypeMethodDescriptionHealthCheckResponse.ServingStatus.forNumber(int value) HealthCheckResponse.Builder.getStatus().grpc.health.v1.HealthCheckResponse.ServingStatus status = 1;HealthCheckResponse.getStatus().grpc.health.v1.HealthCheckResponse.ServingStatus status = 1;HealthCheckResponseOrBuilder.getStatus().grpc.health.v1.HealthCheckResponse.ServingStatus status = 1;HealthCheckResponse.ServingStatus.valueOf(int value) Deprecated.HealthCheckResponse.ServingStatus.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified 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.ServingStatusModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<HealthCheckResponse.ServingStatus> HealthCheckResponse.ServingStatus.internalGetValueMap()Methods in io.grpc.health.v1 with parameters of type HealthCheckResponse.ServingStatusModifier and TypeMethodDescriptionHealthCheckResponse.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.ServingStatusModifier and TypeMethodDescriptionvoidHealthStatusManager.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.ServingStatusModifier and TypeMethodDescriptionvoidHealthStatusManager.setStatus(String service, HealthCheckResponse.ServingStatus status) Deprecated.Updates the status of the server.