ResponseFormat$json top-level constant

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

Implementation

@$core.Deprecated('Use responseFormatDescriptor instead')
const ResponseFormat$json = const {
  '1': 'ResponseFormat',
  '2': const [
    const {'1': 'field_mask', '3': 1, '4': 1, '5': 11, '6': '.google.protobuf.FieldMask', '10': 'fieldMask'},
    const {'1': 'order_by', '3': 2, '4': 1, '5': 11, '6': '.spine.client.OrderBy', '8': const {}, '10': 'orderBy'},
    const {'1': 'limit', '3': 3, '4': 1, '5': 13, '10': 'limit'},
  ],
};