TableStatus$json top-level constant
Implementation
@$core.Deprecated('Use tableStatusDescriptor instead')
const TableStatus$json = {
'1': 'TableStatus',
'2': [
{'1': 'TABLE_STATUS_UNSPECIFIED', '2': 0},
{'1': 'TABLE_STATUS_OPEN', '2': 1},
{'1': 'TABLE_STATUS_CLOSED', '2': 2},
{'1': 'TABLE_STATUS_REOPENED', '2': 3},
{'1': 'TABLE_STATUS_BATCHED', '2': 4},
],
};