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