Domain$json top-level constant

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

Implementation

@$core.Deprecated('Use domainDescriptor instead')
const Domain$json = {
  '1': 'Domain',
  '2': [
    {'1': 'instance_id', '3': 1, '4': 1, '5': 9, '10': 'instanceId'},
    {
      '1': 'creation_date',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '8': {},
      '10': 'creationDate'
    },
    {'1': 'domain', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'domain'},
    {'1': 'primary', '3': 4, '4': 1, '5': 8, '10': 'primary'},
    {'1': 'generated', '3': 5, '4': 1, '5': 8, '10': 'generated'},
  ],
};