CompareAndSwapRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use compareAndSwapRequestDescriptor instead')
const CompareAndSwapRequest$json = const {
  '1': 'CompareAndSwapRequest',
  '2': const [
    const {'1': 'store_key', '3': 1, '4': 1, '5': 9, '10': 'storeKey'},
    const {'1': 'record_key', '3': 2, '4': 1, '5': 9, '10': 'recordKey'},
    const {'1': 'property_name', '3': 3, '4': 1, '5': 9, '10': 'propertyName'},
    const {
      '1': 'value',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.opensaves.Property',
      '10': 'value'
    },
    const {
      '1': 'old_value',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.opensaves.Property',
      '10': 'oldValue'
    },
    const {
      '1': 'hint',
      '3': 6,
      '4': 1,
      '5': 11,
      '6': '.opensaves.Hint',
      '10': 'hint'
    },
  ],
};