IndexOptions$json top-level constant

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

Implementation

@$core.Deprecated('Use indexOptionsDescriptor instead')
const IndexOptions$json = const {
  '1': 'IndexOptions',
  '2': const [
    const {'1': 'background', '3': 1, '4': 1, '5': 11, '6': '.google.protobuf.BoolValue', '10': 'background'},
    const {'1': 'expireAfterSeconds', '3': 2, '4': 1, '5': 11, '6': '.google.protobuf.Int32Value', '10': 'expireAfterSeconds'},
    const {'1': 'name', '3': 3, '4': 1, '5': 11, '6': '.google.protobuf.StringValue', '10': 'name'},
    const {'1': 'sparse', '3': 4, '4': 1, '5': 11, '6': '.google.protobuf.BoolValue', '10': 'sparse'},
    const {'1': 'storageEngine', '3': 5, '4': 1, '5': 12, '10': 'storageEngine'},
    const {'1': 'unique', '3': 6, '4': 1, '5': 11, '6': '.google.protobuf.BoolValue', '10': 'unique'},
    const {'1': 'version', '3': 7, '4': 1, '5': 11, '6': '.google.protobuf.Int32Value', '10': 'version'},
    const {'1': 'defaultLanguage', '3': 8, '4': 1, '5': 11, '6': '.google.protobuf.StringValue', '10': 'defaultLanguage'},
    const {'1': 'languageOverride', '3': 9, '4': 1, '5': 11, '6': '.google.protobuf.StringValue', '10': 'languageOverride'},
    const {'1': 'textVersion', '3': 10, '4': 1, '5': 11, '6': '.google.protobuf.Int32Value', '10': 'textVersion'},
    const {'1': 'weights', '3': 11, '4': 1, '5': 12, '10': 'weights'},
    const {'1': 'sphereVersion', '3': 12, '4': 1, '5': 11, '6': '.google.protobuf.Int32Value', '10': 'sphereVersion'},
    const {'1': 'bits', '3': 13, '4': 1, '5': 11, '6': '.google.protobuf.Int32Value', '10': 'bits'},
    const {'1': 'max', '3': 14, '4': 1, '5': 11, '6': '.google.protobuf.DoubleValue', '10': 'max'},
    const {'1': 'min', '3': 15, '4': 1, '5': 11, '6': '.google.protobuf.DoubleValue', '10': 'min'},
    const {'1': 'bucketSize', '3': 16, '4': 1, '5': 11, '6': '.google.protobuf.Int32Value', '10': 'bucketSize'},
    const {'1': 'partialFilterExpression', '3': 17, '4': 1, '5': 12, '10': 'partialFilterExpression'},
    const {'1': 'collation', '3': 18, '4': 1, '5': 12, '10': 'collation'},
    const {'1': 'wildcardProjection', '3': 19, '4': 1, '5': 12, '10': 'wildcardProjection'},
    const {'1': 'hidden', '3': 20, '4': 1, '5': 11, '6': '.google.protobuf.BoolValue', '10': 'hidden'},
  ],
};