ListPackagesRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use listPackagesRequestDescriptor instead')
const ListPackagesRequest$json = {
  '1': 'ListPackagesRequest',
  '2': [
    {'1': 'organization_id', '3': 1, '4': 1, '5': 9, '10': 'organizationId'},
    {'1': 'name', '3': 2, '4': 1, '5': 9, '9': 0, '10': 'name', '17': true},
    {'1': 'version', '3': 3, '4': 1, '5': 9, '9': 1, '10': 'version', '17': true},
    {'1': 'type', '3': 4, '4': 1, '5': 14, '6': '.viam.app.packages.v1.PackageType', '9': 2, '10': 'type', '17': true},
    {'1': 'include_url', '3': 5, '4': 1, '5': 8, '9': 3, '10': 'includeUrl', '17': true},
  ],
  '8': [
    {'1': '_name'},
    {'1': '_version'},
    {'1': '_type'},
    {'1': '_include_url'},
  ],
};