HealthCheckResponse_ServingStatus$json top-level constant
- @Deprecated('Use healthCheckResponseDescriptor instead')
Implementation
@$core.Deprecated('Use healthCheckResponseDescriptor instead')
const HealthCheckResponse_ServingStatus$json = {
'1': 'ServingStatus',
'2': [
{'1': 'UNKNOWN', '2': 0},
{'1': 'SERVING', '2': 1},
{'1': 'NOT_SERVING', '2': 2},
{'1': 'SERVICE_UNKNOWN', '2': 3},
],
};