FieldOperationMetadata_IndexConfigDelta$json top-level constant

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

Implementation

@$core.Deprecated('Use fieldOperationMetadataDescriptor instead')
const FieldOperationMetadata_IndexConfigDelta$json = const {
  '1': 'IndexConfigDelta',
  '2': const [
    const {'1': 'change_type', '3': 1, '4': 1, '5': 14, '6': '.google.firestore.admin.v1.FieldOperationMetadata.IndexConfigDelta.ChangeType', '10': 'changeType'},
    const {'1': 'index', '3': 2, '4': 1, '5': 11, '6': '.google.firestore.admin.v1.Index', '10': 'index'},
  ],
  '4': const [FieldOperationMetadata_IndexConfigDelta_ChangeType$json],
};