AsyncOperation$json top-level constant

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

Implementation

@$core.Deprecated('Use asyncOperationDescriptor instead')
const AsyncOperation$json = {
  '1': 'AsyncOperation',
  '2': [
    {
      '1': 'RowVersion',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.RowVersion',
      '10': 'RowVersion'
    },
    {'1': 'Id', '3': 2, '4': 1, '5': 11, '6': '.AsyncOperationId', '10': 'Id'},
    {
      '1': 'Created',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '10': 'Created'
    },
    {
      '1': 'ScheduledStart',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '10': 'ScheduledStart'
    },
    {
      '1': 'LastChange',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '10': 'LastChange'
    },
    {
      '1': 'Timeout',
      '3': 6,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '10': 'Timeout'
    },
    {
      '1': 'Status',
      '3': 7,
      '4': 1,
      '5': 14,
      '6': '.AsyncOperation.AsyncStatus',
      '10': 'Status'
    },
    {
      '1': 'CreatedBy',
      '3': 8,
      '4': 1,
      '5': 11,
      '6': '.UserId',
      '10': 'CreatedBy'
    },
    {
      '1': 'Parameters',
      '3': 9,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Any',
      '10': 'Parameters'
    },
    {
      '1': 'TraceId',
      '3': 10,
      '4': 1,
      '5': 11,
      '6': '.TraceIdentifier',
      '10': 'TraceId'
    },
    {'1': 'PartitionCount', '3': 11, '4': 1, '5': 5, '10': 'PartitionCount'},
    {'1': 'ItemCount', '3': 12, '4': 1, '5': 5, '10': 'ItemCount'},
    {
      '1': 'Result',
      '3': 13,
      '4': 1,
      '5': 11,
      '6': '.AsyncOperationResult',
      '10': 'Result'
    },
    {
      '1': 'DisplayName',
      '3': 14,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.StringValue',
      '10': 'DisplayName'
    },
  ],
  '4': [AsyncOperation_AsyncStatus$json],
};