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:
  productIdType: string, Type of productId (required)
  categories_include: string, Category specification
  debug_searchResponse: boolean, Google Internal
  debug_useGcsConfig: boolean, Google Internal
  taxonomy: string, Merchant taxonomy
  recommendations_include: string, Recommendation specification
  debug_enableLogging: boolean, Google Internal
  recommendations_enabled: boolean, Whether to return recommendation information
  debug_enabled: boolean, Google Internal
  source: string, Query source (required)
  debug_searchRequest: boolean, Google Internal
  categories_enabled: boolean, Whether to return category information
  recommendations_useGcsConfig: boolean, This parameter is currently ignored
  productId: string, Id of product (required)
  categories_useGcsConfig: boolean, This parameter is currently ignored
  accountId: string, Merchant center account id (required)
  thumbnails: string, Thumbnail specification
list = method(self, **kwargs)
Returns a list of products and content modules
 
Args:
  facets_enabled: boolean, Whether to return facet information
  rankBy: string, Ranking specification
  debug_searchResponse: boolean, Google Internal
  taxonomy: string, Taxonomy name
  promotions_enabled: boolean, Whether to return promotion information
  facets_discover: string, Facets to discover
  startIndex: integer, Index (1-based) of first product to return
  redirects_useGcsConfig: boolean, Whether to return redirect information as configured in the GCS account
  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, ProductSearchUseCase
  debug_searchRequest: boolean, Google Internal
  facets_useGcsConfig: boolean, Whether to return facet information as configured in the GCS account
  boostBy: string, Boosting specification
  debug_useGcsConfig: boolean, Google Internal
  debug_enableLogging: boolean, Google Internal
  maxResults: integer, Maximum number of results to return
  categories_enabled: boolean, Whether to return category information
  categories_useGcsConfig: boolean, This parameter is currently ignored
  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)
  country: string, Country restriction (ISO 3166)
  categories_include: string, Category specification
  redirects_enabled: boolean, Whether to return redirect information
  restrictBy: string, Restriction specification
  q: string, Search query
  promotions_useGcsConfig: boolean, Whether to return promotion information as configured in the GCS account

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