ProductFeedQuery$json top-level constant

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

Implementation

@$core.Deprecated('Use productFeedQueryDescriptor instead')
const ProductFeedQuery$json = {
  '1': 'ProductFeedQuery',
  '2': [
    {
      '1': 'Continuation',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.ContinuationToken',
      '10': 'Continuation'
    },
    {'1': 'IncludeDisabled', '3': 2, '4': 1, '5': 8, '10': 'IncludeDisabled'},
    {'1': 'IncludeDeleted', '3': 3, '4': 1, '5': 8, '10': 'IncludeDeleted'},
    {
      '1': 'DisplayName',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.StringValue',
      '10': 'DisplayName'
    },
  ],
};