Index$json top-level constant

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

Implementation

@$core.Deprecated('Use indexDescriptor instead')
const Index$json = const {
  '1': 'Index',
  '2': const [
    const {'1': 'name', '3': 1, '4': 1, '5': 9, '10': 'name'},
    const {'1': 'unique', '3': 2, '4': 1, '5': 8, '9': 0, '10': 'unique', '17': true},
    const {'1': 'keys', '3': 3, '4': 3, '5': 11, '6': '.Nuntio.Index.KeysEntry', '10': 'keys'},
    const {'1': 'expires_after_seconds', '3': 4, '4': 1, '5': 5, '9': 1, '10': 'expiresAfterSeconds', '17': true},
    const {'1': 'created_at', '3': 5, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'createdAt'},
    const {'1': 'partial_filter', '3': 6, '4': 3, '5': 11, '6': '.Nuntio.Index.PartialFilterEntry', '10': 'partialFilter'},
    const {'1': 'ttl_enabled', '3': 7, '4': 1, '5': 8, '10': 'ttlEnabled'},
    const {'1': 'compound', '3': 8, '4': 1, '5': 8, '10': 'compound'},
  ],
  '3': const [Index_KeysEntry$json, Index_PartialFilterEntry$json],
  '8': const [
    const {'1': '_unique'},
    const {'1': '_expires_after_seconds'},
  ],
};