CreateIndexRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use createIndexRequestDescriptor instead')
const CreateIndexRequest$json = {
  '1': 'CreateIndexRequest',
  '2': [
    {'1': 'organization_id', '3': 1, '4': 1, '5': 9, '10': 'organizationId'},
    {'1': 'collection_type', '3': 2, '4': 1, '5': 14, '6': '.viam.app.data.v1.IndexableCollection', '10': 'collectionType'},
    {'1': 'pipeline_name', '3': 3, '4': 1, '5': 9, '9': 0, '10': 'pipelineName', '17': true},
    {'1': 'index_spec', '3': 4, '4': 3, '5': 12, '10': 'indexSpec'},
  ],
  '8': [
    {'1': '_pipeline_name'},
  ],
};