grpcServiceName property
The gRPC service name for the health check.
This field is optional. The value of grpc_service_name has the following meanings by convention:
-
Empty service_name means the overall status of all services at the backend.
-
Non-empty service_name means the health of that gRPC service, as defined by the owner of the service.
The grpc_service_name can only be ASCII.
Implementation
core.String? grpcServiceName;