class Resource(__builtin__.object)
    A class for interacting with a resource.
 
  Methods defined here:
__init__(self)
get = method(self, **kwargs)
Returns a single product
 
Args:
  debug_searchResponse: boolean, Google Internal
  taxonomy: string, Merchant taxonomy
  recommendations_useGcsConfig: boolean, This parameter is currently ignored
  productFields: string, Google Internal
  accountId: integer, Merchant center account id (required)
  source: string, Query source (required)
  recommendations_include: string, Recommendation specification
  debug_enabled: boolean, Google Internal
  location: string, Location used to determine tax and shipping
  debug_searchRequest: boolean, Google Internal
  productId: string, Id of product (required)
  productIdType: string, Type of productId (required)
  debug_enableLogging: boolean, Google Internal
  recommendations_enabled: boolean, Whether to return recommendation information
  categories_enabled: boolean, Whether to return category information
  attributeFilter: string, Comma separated list of attributes to return
  categories_useGcsConfig: boolean, This parameter is currently ignored
  thumbnails: string, Thumbnail specification
  categories_include: string, Category specification
list = method(self, **kwargs)
Returns a list of products and content modules
 
Args:
  facets_enabled: boolean, Whether to return facet information
  debug_geocodeRequest: boolean, Google Internal
  debug_searchResponse: boolean, Google Internal
  debug_rdcRequest: boolean, Google Internal
  taxonomy: string, Taxonomy name
  promotions_enabled: boolean, Whether to return promotion information
  shelfSpaceAds_enabled: boolean, Whether to return shelf space ads
  debug_rdcResponse: boolean, Google Internal
  productFields: string, Google Internal
  channels: string, Channels specification
  facets_discover: string, Facets to discover
  startIndex: integer, Index (1-based) of first product to return
  attributeFilter: string, Comma separated list of attributes to return
  crowdBy: string, Crowding specification
  spelling_enabled: boolean, Whether to return spelling suggestions
  debug_enabled: boolean, Google Internal
  spelling_useGcsConfig: boolean, This parameter is currently ignored
  source: string, Query source (required)
  useCase: string, One of CommerceSearchUseCase, ShoppingApiUseCase
  debug_geocodeResponse: boolean, Google Internal
  location: string, Location used to determine tax and shipping
  categories_include: string, Category specification
  debug_searchRequest: boolean, Google Internal
  relatedQueries_enabled: boolean, Whether to return related queries
  facets_useGcsConfig: boolean, Whether to return facet information as configured in the GCS account
  safe: boolean, Whether safe search is enabled. Default: true
  boostBy: string, Boosting specification
  debug_enableLogging: boolean, Google Internal
  maxResults: integer, Maximum number of results to return
  categories_enabled: boolean, Whether to return category information
  shelfSpaceAds_useGcsConfig: boolean, This parameter is currently ignored
  shelfSpaceAds_maxResults: integer, The maximum number of shelf space ads to return
  categories_useGcsConfig: boolean, This parameter is currently ignored
  promotions_useGcsConfig: boolean, Whether to return promotion information as configured in the GCS account
  facets_include: string, Facets to include (applies when useGcsConfig == false)
  thumbnails: string, Image thumbnails specification
  language: string, Language restriction (BCP 47)
  currency: string, Currency restriction (ISO 4217)
  sayt_enabled: boolean, Google Internal
  rankBy: string, Ranking specification
  redirects_enabled: boolean, Whether to return redirect information
  restrictBy: string, Restriction specification
  q: string, Search query
  redirects_useGcsConfig: boolean, Whether to return redirect information as configured in the GCS account
  sayt_useGcsConfig: boolean, Google Internal
  country: string, Country restriction (ISO 3166)
  relatedQueries_useGcsConfig: boolean, This parameter is currently ignored
  minAvailability: string, A parameter
    Allowed values
      inStock - Only in stcok prodicts will be returned
      limited - Limited availability and in stock products will be returned
      outOfStock - Out of stock, limited availability and in stock products will be returned
      unknown - All products will be returned

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)