RecoverShardSnapshotRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use recoverShardSnapshotRequestDescriptor instead')
const RecoverShardSnapshotRequest$json = {
  '1': 'RecoverShardSnapshotRequest',
  '2': [
    {'1': 'collection_name', '3': 1, '4': 1, '5': 9, '10': 'collectionName'},
    {'1': 'shard_id', '3': 2, '4': 1, '5': 13, '10': 'shardId'},
    {'1': 'snapshot_location', '3': 3, '4': 1, '5': 11, '6': '.qdrant.ShardSnapshotLocation', '10': 'snapshotLocation'},
    {'1': 'snapshot_priority', '3': 4, '4': 1, '5': 14, '6': '.qdrant.ShardSnapshotPriority', '10': 'snapshotPriority'},
    {'1': 'checksum', '3': 5, '4': 1, '5': 9, '9': 0, '10': 'checksum', '17': true},
    {'1': 'api_key', '3': 6, '4': 1, '5': 9, '9': 1, '10': 'apiKey', '17': true},
  ],
  '8': [
    {'1': '_checksum'},
    {'1': '_api_key'},
  ],
};