GrpcServingStatus
此内容尚不支持你的语言。
GrpcServingStatus =
"UNKNOWN"|"SERVING"|"NOT_SERVING"|"SERVICE_UNKNOWN"
Defined in: src/io/broker/GrpcServerActor.ts:394
grpc.health.v1.HealthCheckResponse.ServingStatus. The member names are
the proto enum’s, verbatim: this is an external wire contract, not a
framework vocabulary. Only SERVING / NOT_SERVING are ever produced —
an unknown service name is answered with a NOT_FOUND status code rather
than a SERVICE_UNKNOWN payload, which is what the protocol asks for.
