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