ListRegistryItemsRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use listRegistryItemsRequestDescriptor instead')
const ListRegistryItemsRequest$json = {
  '1': 'ListRegistryItemsRequest',
  '2': [
    {'1': 'organization_id', '3': 1, '4': 1, '5': 9, '9': 0, '10': 'organizationId', '17': true},
    {'1': 'types', '3': 2, '4': 3, '5': 14, '6': '.viam.app.packages.v1.PackageType', '10': 'types'},
    {'1': 'visibilities', '3': 3, '4': 3, '5': 14, '6': '.viam.app.v1.Visibility', '10': 'visibilities'},
    {'1': 'platforms', '3': 4, '4': 3, '5': 9, '10': 'platforms'},
    {'1': 'statuses', '3': 5, '4': 3, '5': 14, '6': '.viam.app.v1.RegistryItemStatus', '10': 'statuses'},
    {'1': 'search_term', '3': 6, '4': 1, '5': 9, '9': 1, '10': 'searchTerm', '17': true},
    {'1': 'page_token', '3': 7, '4': 1, '5': 9, '9': 2, '10': 'pageToken', '17': true},
    {'1': 'public_namespaces', '3': 8, '4': 3, '5': 9, '10': 'publicNamespaces'},
  ],
  '8': [
    {'1': '_organization_id'},
    {'1': '_search_term'},
    {'1': '_page_token'},
  ],
};