OperationState$json top-level constant

  1. @Deprecated('Use operationStateDescriptor instead')
Map<String, Object> const OperationState$json

Implementation

@$core.Deprecated('Use operationStateDescriptor instead')
const OperationState$json = {
  '1': 'OperationState',
  '2': [
    {'1': 'OPERATION_STATE_UNSPECIFIED', '2': 0},
    {'1': 'OPERATION_STATE_SCHEDULED', '2': 1},
    {'1': 'OPERATION_STATE_WAITING_FOR_PERMISSIONS', '2': 2},
    {'1': 'OPERATION_STATE_RUNNING', '2': 3},
    {'1': 'OPERATION_STATE_SUCCEEDED', '2': 4},
    {'1': 'OPERATION_STATE_FAILED', '2': 5},
    {'1': 'OPERATION_STATE_CANCELLED', '2': 6},
  ],
};