State$json top-level constant
Implementation
@$core.Deprecated('Use stateDescriptor instead')
const State$json = {
'1': 'State',
'2': [
{'1': 'STATE_UNSPECIFIED', '2': 0},
{'1': 'STATE_CREATING', '2': 1},
{'1': 'STATE_RUNNING', '2': 2},
{'1': 'STATE_STOPPING', '2': 3},
{'1': 'STATE_STOPPED', '2': 4},
],
};