ResourceDescriptor$json top-level constant

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

Implementation

@$core.Deprecated('Use resourceDescriptorDescriptor instead')
const ResourceDescriptor$json = const {
  '1': 'ResourceDescriptor',
  '2': const [
    const {'1': 'type', '3': 1, '4': 1, '5': 9, '10': 'type'},
    const {'1': 'pattern', '3': 2, '4': 3, '5': 9, '10': 'pattern'},
    const {'1': 'name_field', '3': 3, '4': 1, '5': 9, '10': 'nameField'},
    const {'1': 'history', '3': 4, '4': 1, '5': 14, '6': '.google.api.ResourceDescriptor.History', '10': 'history'},
    const {'1': 'plural', '3': 5, '4': 1, '5': 9, '10': 'plural'},
    const {'1': 'singular', '3': 6, '4': 1, '5': 9, '10': 'singular'},
  ],
  '4': const [ResourceDescriptor_History$json],
};