[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

/lib/google/Google/Service/ -> ShoppingContent.php (summary)

(no description)

File Size: 4592 lines (104 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 74 classes

Google_Service_ShoppingContent:: (1 method):
  __construct()

Google_Service_ShoppingContent_Accounts_Resource:: (7 methods):
  custombatch()
  delete()
  get()
  insert()
  listAccounts()
  patch()
  update()

Google_Service_ShoppingContent_Accountstatuses_Resource:: (3 methods):
  custombatch()
  get()
  listAccountstatuses()

Google_Service_ShoppingContent_Datafeeds_Resource:: (7 methods):
  custombatch()
  delete()
  get()
  insert()
  listDatafeeds()
  patch()
  update()

Google_Service_ShoppingContent_Datafeedstatuses_Resource:: (3 methods):
  custombatch()
  get()
  listDatafeedstatuses()

Google_Service_ShoppingContent_Inventory_Resource:: (2 methods):
  custombatch()
  set()

Google_Service_ShoppingContent_Products_Resource:: (5 methods):
  custombatch()
  delete()
  get()
  insert()
  listProducts()

Google_Service_ShoppingContent_Productstatuses_Resource:: (3 methods):
  custombatch()
  get()
  listProductstatuses()

Google_Service_ShoppingContent_Account:: (18 methods):
  setAdultContent()
  getAdultContent()
  setAdwordsLinks()
  getAdwordsLinks()
  setId()
  getId()
  setKind()
  getKind()
  setName()
  getName()
  setReviewsUrl()
  getReviewsUrl()
  setSellerId()
  getSellerId()
  setUsers()
  getUsers()
  setWebsiteUrl()
  getWebsiteUrl()

Google_Service_ShoppingContent_AccountAdwordsLink:: (4 methods):
  setAdwordsId()
  getAdwordsId()
  setStatus()
  getStatus()

Google_Service_ShoppingContent_AccountStatus:: (6 methods):
  setAccountId()
  getAccountId()
  setDataQualityIssues()
  getDataQualityIssues()
  setKind()
  getKind()

Google_Service_ShoppingContent_AccountStatusDataQualityIssue:: (16 methods):
  setCountry()
  getCountry()
  setDisplayedValue()
  getDisplayedValue()
  setExampleItems()
  getExampleItems()
  setId()
  getId()
  setLastChecked()
  getLastChecked()
  setNumItems()
  getNumItems()
  setSeverity()
  getSeverity()
  setSubmittedValue()
  getSubmittedValue()

Google_Service_ShoppingContent_AccountStatusExampleItem:: (10 methods):
  setItemId()
  getItemId()
  setLink()
  getLink()
  setSubmittedValue()
  getSubmittedValue()
  setTitle()
  getTitle()
  setValueOnLandingPage()
  getValueOnLandingPage()

Google_Service_ShoppingContent_AccountUser:: (4 methods):
  setAdmin()
  getAdmin()
  setEmailAddress()
  getEmailAddress()

Google_Service_ShoppingContent_AccountsCustomBatchRequest:: (2 methods):
  setEntries()
  getEntries()

Google_Service_ShoppingContent_AccountsCustomBatchRequestEntry:: (10 methods):
  setAccount()
  getAccount()
  setAccountId()
  getAccountId()
  setBatchId()
  getBatchId()
  setMerchantId()
  getMerchantId()
  setMethod()
  getMethod()

Google_Service_ShoppingContent_AccountsCustomBatchResponse:: (4 methods):
  setEntries()
  getEntries()
  setKind()
  getKind()

Google_Service_ShoppingContent_AccountsCustomBatchResponseEntry:: (8 methods):
  setAccount()
  getAccount()
  setBatchId()
  getBatchId()
  setErrors()
  getErrors()
  setKind()
  getKind()

Google_Service_ShoppingContent_AccountsListResponse:: (6 methods):
  setKind()
  getKind()
  setNextPageToken()
  getNextPageToken()
  setResources()
  getResources()

Google_Service_ShoppingContent_AccountstatusesCustomBatchRequest:: (2 methods):
  setEntries()
  getEntries()

Google_Service_ShoppingContent_AccountstatusesCustomBatchRequestEntry:: (8 methods):
  setAccountId()
  getAccountId()
  setBatchId()
  getBatchId()
  setMerchantId()
  getMerchantId()
  setMethod()
  getMethod()

Google_Service_ShoppingContent_AccountstatusesCustomBatchResponse:: (4 methods):
  setEntries()
  getEntries()
  setKind()
  getKind()

Google_Service_ShoppingContent_AccountstatusesCustomBatchResponseEntry:: (6 methods):
  setAccountStatus()
  getAccountStatus()
  setBatchId()
  getBatchId()
  setErrors()
  getErrors()

Google_Service_ShoppingContent_AccountstatusesListResponse:: (6 methods):
  setKind()
  getKind()
  setNextPageToken()
  getNextPageToken()
  setResources()
  getResources()

Google_Service_ShoppingContent_Datafeed:: (22 methods):
  setAttributeLanguage()
  getAttributeLanguage()
  setContentLanguage()
  getContentLanguage()
  setContentType()
  getContentType()
  setFetchSchedule()
  getFetchSchedule()
  setFileName()
  getFileName()
  setFormat()
  getFormat()
  setId()
  getId()
  setIntendedDestinations()
  getIntendedDestinations()
  setKind()
  getKind()
  setName()
  getName()
  setTargetCountry()
  getTargetCountry()

Google_Service_ShoppingContent_DatafeedFetchSchedule:: (14 methods):
  setDayOfMonth()
  getDayOfMonth()
  setFetchUrl()
  getFetchUrl()
  setHour()
  getHour()
  setPassword()
  getPassword()
  setTimeZone()
  getTimeZone()
  setUsername()
  getUsername()
  setWeekday()
  getWeekday()

Google_Service_ShoppingContent_DatafeedFormat:: (6 methods):
  setColumnDelimiter()
  getColumnDelimiter()
  setFileEncoding()
  getFileEncoding()
  setQuotingMode()
  getQuotingMode()

Google_Service_ShoppingContent_DatafeedStatus:: (14 methods):
  setDatafeedId()
  getDatafeedId()
  setErrors()
  getErrors()
  setItemsTotal()
  getItemsTotal()
  setItemsValid()
  getItemsValid()
  setKind()
  getKind()
  setProcessingStatus()
  getProcessingStatus()
  setWarnings()
  getWarnings()

Google_Service_ShoppingContent_DatafeedStatusError:: (8 methods):
  setCode()
  getCode()
  setCount()
  getCount()
  setExamples()
  getExamples()
  setMessage()
  getMessage()

Google_Service_ShoppingContent_DatafeedStatusExample:: (6 methods):
  setItemId()
  getItemId()
  setLineNumber()
  getLineNumber()
  setValue()
  getValue()

Google_Service_ShoppingContent_DatafeedsCustomBatchRequest:: (2 methods):
  setEntries()
  getEntries()

Google_Service_ShoppingContent_DatafeedsCustomBatchRequestEntry:: (10 methods):
  setBatchId()
  getBatchId()
  setDatafeed()
  getDatafeed()
  setDatafeedId()
  getDatafeedId()
  setMerchantId()
  getMerchantId()
  setMethod()
  getMethod()

Google_Service_ShoppingContent_DatafeedsCustomBatchResponse:: (4 methods):
  setEntries()
  getEntries()
  setKind()
  getKind()

Google_Service_ShoppingContent_DatafeedsCustomBatchResponseEntry:: (6 methods):
  setBatchId()
  getBatchId()
  setDatafeed()
  getDatafeed()
  setErrors()
  getErrors()

Google_Service_ShoppingContent_DatafeedsListResponse:: (4 methods):
  setKind()
  getKind()
  setResources()
  getResources()

Google_Service_ShoppingContent_DatafeedstatusesCustomBatchRequest:: (2 methods):
  setEntries()
  getEntries()

Google_Service_ShoppingContent_DatafeedstatusesCustomBatchRequestEntry:: (8 methods):
  setBatchId()
  getBatchId()
  setDatafeedId()
  getDatafeedId()
  setMerchantId()
  getMerchantId()
  setMethod()
  getMethod()

Google_Service_ShoppingContent_DatafeedstatusesCustomBatchResponse:: (4 methods):
  setEntries()
  getEntries()
  setKind()
  getKind()

Google_Service_ShoppingContent_DatafeedstatusesCustomBatchResponseEntry:: (6 methods):
  setBatchId()
  getBatchId()
  setDatafeedStatus()
  getDatafeedStatus()
  setErrors()
  getErrors()

Google_Service_ShoppingContent_DatafeedstatusesListResponse:: (4 methods):
  setKind()
  getKind()
  setResources()
  getResources()

Google_Service_ShoppingContent_Error:: (6 methods):
  setDomain()
  getDomain()
  setMessage()
  getMessage()
  setReason()
  getReason()

Google_Service_ShoppingContent_Errors:: (6 methods):
  setCode()
  getCode()
  setErrors()
  getErrors()
  setMessage()
  getMessage()

Google_Service_ShoppingContent_Inventory:: (12 methods):
  setAvailability()
  getAvailability()
  setKind()
  getKind()
  setPrice()
  getPrice()
  setQuantity()
  getQuantity()
  setSalePrice()
  getSalePrice()
  setSalePriceEffectiveDate()
  getSalePriceEffectiveDate()

Google_Service_ShoppingContent_InventoryCustomBatchRequest:: (2 methods):
  setEntries()
  getEntries()

Google_Service_ShoppingContent_InventoryCustomBatchRequestEntry:: (10 methods):
  setBatchId()
  getBatchId()
  setInventory()
  getInventory()
  setMerchantId()
  getMerchantId()
  setProductId()
  getProductId()
  setStoreCode()
  getStoreCode()

Google_Service_ShoppingContent_InventoryCustomBatchResponse:: (4 methods):
  setEntries()
  getEntries()
  setKind()
  getKind()

Google_Service_ShoppingContent_InventoryCustomBatchResponseEntry:: (6 methods):
  setBatchId()
  getBatchId()
  setErrors()
  getErrors()
  setKind()
  getKind()

Google_Service_ShoppingContent_InventorySetRequest:: (10 methods):
  setAvailability()
  getAvailability()
  setPrice()
  getPrice()
  setQuantity()
  getQuantity()
  setSalePrice()
  getSalePrice()
  setSalePriceEffectiveDate()
  getSalePriceEffectiveDate()

Google_Service_ShoppingContent_InventorySetResponse:: (2 methods):
  setKind()
  getKind()

Google_Service_ShoppingContent_LoyaltyPoints:: (6 methods):
  setName()
  getName()
  setPointsValue()
  getPointsValue()
  setRatio()
  getRatio()

Google_Service_ShoppingContent_Price:: (4 methods):
  setCurrency()
  getCurrency()
  setValue()
  getValue()

Google_Service_ShoppingContent_Product:: (120 methods):
  setAdditionalImageLinks()
  getAdditionalImageLinks()
  setAdult()
  getAdult()
  setAdwordsGrouping()
  getAdwordsGrouping()
  setAdwordsLabels()
  getAdwordsLabels()
  setAdwordsRedirect()
  getAdwordsRedirect()
  setAgeGroup()
  getAgeGroup()
  setAvailability()
  getAvailability()
  setAvailabilityDate()
  getAvailabilityDate()
  setBrand()
  getBrand()
  setChannel()
  getChannel()
  setColor()
  getColor()
  setCondition()
  getCondition()
  setContentLanguage()
  getContentLanguage()
  setCustomAttributes()
  getCustomAttributes()
  setCustomGroups()
  getCustomGroups()
  setCustomLabel0()
  getCustomLabel0()
  setCustomLabel1()
  getCustomLabel1()
  setCustomLabel2()
  getCustomLabel2()
  setCustomLabel3()
  getCustomLabel3()
  setCustomLabel4()
  getCustomLabel4()
  setDescription()
  getDescription()
  setDestinations()
  getDestinations()
  setEnergyEfficiencyClass()
  getEnergyEfficiencyClass()
  setExpirationDate()
  getExpirationDate()
  setGender()
  getGender()
  setGoogleProductCategory()
  getGoogleProductCategory()
  setGtin()
  getGtin()
  setId()
  getId()
  setIdentifierExists()
  getIdentifierExists()
  setImageLink()
  getImageLink()
  setInstallment()
  getInstallment()
  setIsBundle()
  getIsBundle()
  setItemGroupId()
  getItemGroupId()
  setKind()
  getKind()
  setLink()
  getLink()
  setLoyaltyPoints()
  getLoyaltyPoints()
  setMaterial()
  getMaterial()
  setMobileLink()
  getMobileLink()
  setMpn()
  getMpn()
  setMultipack()
  getMultipack()
  setOfferId()
  getOfferId()
  setOnlineOnly()
  getOnlineOnly()
  setPattern()
  getPattern()
  setPrice()
  getPrice()
  setProductType()
  getProductType()
  setSalePrice()
  getSalePrice()
  setSalePriceEffectiveDate()
  getSalePriceEffectiveDate()
  setShipping()
  getShipping()
  setShippingLabel()
  getShippingLabel()
  setShippingWeight()
  getShippingWeight()
  setSizeSystem()
  getSizeSystem()
  setSizeType()
  getSizeType()
  setSizes()
  getSizes()
  setTargetCountry()
  getTargetCountry()
  setTaxes()
  getTaxes()
  setTitle()
  getTitle()
  setUnitPricingBaseMeasure()
  getUnitPricingBaseMeasure()
  setUnitPricingMeasure()
  getUnitPricingMeasure()
  setValidatedDestinations()
  getValidatedDestinations()
  setWarnings()
  getWarnings()

Google_Service_ShoppingContent_ProductCustomAttribute:: (8 methods):
  setName()
  getName()
  setType()
  getType()
  setUnit()
  getUnit()
  setValue()
  getValue()

Google_Service_ShoppingContent_ProductCustomGroup:: (4 methods):
  setAttributes()
  getAttributes()
  setName()
  getName()

Google_Service_ShoppingContent_ProductDestination:: (4 methods):
  setDestinationName()
  getDestinationName()
  setIntention()
  getIntention()

Google_Service_ShoppingContent_ProductInstallment:: (4 methods):
  setAmount()
  getAmount()
  setMonths()
  getMonths()

Google_Service_ShoppingContent_ProductShipping:: (14 methods):
  setCountry()
  getCountry()
  setLocationGroupName()
  getLocationGroupName()
  setLocationId()
  getLocationId()
  setPostalCode()
  getPostalCode()
  setPrice()
  getPrice()
  setRegion()
  getRegion()
  setService()
  getService()

Google_Service_ShoppingContent_ProductShippingWeight:: (4 methods):
  setUnit()
  getUnit()
  setValue()
  getValue()

Google_Service_ShoppingContent_ProductStatus:: (12 methods):
  setDataQualityIssues()
  getDataQualityIssues()
  setDestinationStatuses()
  getDestinationStatuses()
  setKind()
  getKind()
  setLink()
  getLink()
  setProductId()
  getProductId()
  setTitle()
  getTitle()

Google_Service_ShoppingContent_ProductStatusDataQualityIssue:: (14 methods):
  setDetail()
  getDetail()
  setFetchStatus()
  getFetchStatus()
  setId()
  getId()
  setLocation()
  getLocation()
  setTimestamp()
  getTimestamp()
  setValueOnLandingPage()
  getValueOnLandingPage()
  setValueProvided()
  getValueProvided()

Google_Service_ShoppingContent_ProductStatusDestinationStatus:: (6 methods):
  setApprovalStatus()
  getApprovalStatus()
  setDestination()
  getDestination()
  setIntention()
  getIntention()

Google_Service_ShoppingContent_ProductTax:: (12 methods):
  setCountry()
  getCountry()
  setLocationId()
  getLocationId()
  setPostalCode()
  getPostalCode()
  setRate()
  getRate()
  setRegion()
  getRegion()
  setTaxShip()
  getTaxShip()

Google_Service_ShoppingContent_ProductUnitPricingBaseMeasure:: (4 methods):
  setUnit()
  getUnit()
  setValue()
  getValue()

Google_Service_ShoppingContent_ProductUnitPricingMeasure:: (4 methods):
  setUnit()
  getUnit()
  setValue()
  getValue()

Google_Service_ShoppingContent_ProductsCustomBatchRequest:: (2 methods):
  setEntries()
  getEntries()

Google_Service_ShoppingContent_ProductsCustomBatchRequestEntry:: (10 methods):
  setBatchId()
  getBatchId()
  setMerchantId()
  getMerchantId()
  setMethod()
  getMethod()
  setProduct()
  getProduct()
  setProductId()
  getProductId()

Google_Service_ShoppingContent_ProductsCustomBatchResponse:: (4 methods):
  setEntries()
  getEntries()
  setKind()
  getKind()

Google_Service_ShoppingContent_ProductsCustomBatchResponseEntry:: (8 methods):
  setBatchId()
  getBatchId()
  setErrors()
  getErrors()
  setKind()
  getKind()
  setProduct()
  getProduct()

Google_Service_ShoppingContent_ProductsListResponse:: (6 methods):
  setKind()
  getKind()
  setNextPageToken()
  getNextPageToken()
  setResources()
  getResources()

Google_Service_ShoppingContent_ProductstatusesCustomBatchRequest:: (2 methods):
  setEntries()
  getEntries()

Google_Service_ShoppingContent_ProductstatusesCustomBatchRequestEntry:: (8 methods):
  setBatchId()
  getBatchId()
  setMerchantId()
  getMerchantId()
  setMethod()
  getMethod()
  setProductId()
  getProductId()

Google_Service_ShoppingContent_ProductstatusesCustomBatchResponse:: (4 methods):
  setEntries()
  getEntries()
  setKind()
  getKind()

Google_Service_ShoppingContent_ProductstatusesCustomBatchResponseEntry:: (8 methods):
  setBatchId()
  getBatchId()
  setErrors()
  getErrors()
  setKind()
  getKind()
  setProductStatus()
  getProductStatus()

Google_Service_ShoppingContent_ProductstatusesListResponse:: (6 methods):
  setKind()
  getKind()
  setNextPageToken()
  getNextPageToken()
  setResources()
  getResources()


Class: Google_Service_ShoppingContent  - X-Ref

Service definition for ShoppingContent (v2).

<p>
Manage product items, inventory, and Merchant Center accounts for Google Shopping.
</p>

<p>
For more information about this service, see the API
<a href="https://developers.google.com/shopping-content/v2/" target="_blank">Documentation</a>
</p>

__construct(Google_Client $client)   X-Ref
Constructs the internal representation of the ShoppingContent service.

param: Google_Client $client

Class: Google_Service_ShoppingContent_Accounts_Resource  - X-Ref

The "accounts" collection of methods.
Typical usage is:
<code>
$contentService = new Google_Service_ShoppingContent(...);
$accounts = $contentService->accounts;
</code>

custombatch(Google_Service_ShoppingContent_AccountsCustomBatchRequest $postBody, $optParams = array()   X-Ref
Retrieves, inserts, updates, and deletes multiple Merchant Center
(sub-)accounts in a single request. (accounts.custombatch)

param: Google_AccountsCustomBatchRequest $postBody
param: array $optParams Optional parameters.
return: Google_Service_ShoppingContent_AccountsCustomBatchResponse

delete($merchantId, $accountId, $optParams = array()   X-Ref
Deletes a Merchant Center sub-account. (accounts.delete)

param: string $merchantId
param: string $accountId
param: array $optParams Optional parameters.

get($merchantId, $accountId, $optParams = array()   X-Ref
Retrieves a Merchant Center account. (accounts.get)

param: string $merchantId
param: string $accountId
param: array $optParams Optional parameters.
return: Google_Service_ShoppingContent_Account

insert($merchantId, Google_Service_ShoppingContent_Account $postBody, $optParams = array()   X-Ref
Creates a Merchant Center sub-account. (accounts.insert)

param: string $merchantId
param: Google_Account $postBody
param: array $optParams Optional parameters.
return: Google_Service_ShoppingContent_Account

listAccounts($merchantId, $optParams = array()   X-Ref
Lists the sub-accounts in your Merchant Center account.
(accounts.listAccounts)

param: string $merchantId
param: array $optParams Optional parameters.
return: Google_Service_ShoppingContent_AccountsListResponse

patch($merchantId, $accountId, Google_Service_ShoppingContent_Account $postBody, $optParams = array()   X-Ref
Updates a Merchant Center account. This method supports patch semantics.
(accounts.patch)

param: string $merchantId
param: string $accountId
param: Google_Account $postBody
param: array $optParams Optional parameters.
return: Google_Service_ShoppingContent_Account

update($merchantId, $accountId, Google_Service_ShoppingContent_Account $postBody, $optParams = array()   X-Ref
Updates a Merchant Center account. (accounts.update)

param: string $merchantId
param: string $accountId
param: Google_Account $postBody
param: array $optParams Optional parameters.
return: Google_Service_ShoppingContent_Account

Class: Google_Service_ShoppingContent_Accountstatuses_Resource  - X-Ref

The "accountstatuses" collection of methods.
Typical usage is:
<code>
$contentService = new Google_Service_ShoppingContent(...);
$accountstatuses = $contentService->accountstatuses;
</code>

custombatch(Google_Service_ShoppingContent_AccountstatusesCustomBatchRequest $postBody, $optParams = array()   X-Ref
(accountstatuses.custombatch)

param: Google_AccountstatusesCustomBatchRequest $postBody
param: array $optParams Optional parameters.
return: Google_Service_ShoppingContent_AccountstatusesCustomBatchResponse

get($merchantId, $accountId, $optParams = array()   X-Ref
Retrieves the status of a Merchant Center account. (accountstatuses.get)

param: string $merchantId
param: string $accountId
param: array $optParams Optional parameters.
return: Google_Service_ShoppingContent_AccountStatus

listAccountstatuses($merchantId, $optParams = array()   X-Ref
Lists the statuses of the sub-accounts in your Merchant Center account.
(accountstatuses.listAccountstatuses)

param: string $merchantId
param: array $optParams Optional parameters.
return: Google_Service_ShoppingContent_AccountstatusesListResponse

Class: Google_Service_ShoppingContent_Datafeeds_Resource  - X-Ref

The "datafeeds" collection of methods.
Typical usage is:
<code>
$contentService = new Google_Service_ShoppingContent(...);
$datafeeds = $contentService->datafeeds;
</code>

custombatch(Google_Service_ShoppingContent_DatafeedsCustomBatchRequest $postBody, $optParams = array()   X-Ref
(datafeeds.custombatch)

param: Google_DatafeedsCustomBatchRequest $postBody
param: array $optParams Optional parameters.
return: Google_Service_ShoppingContent_DatafeedsCustomBatchResponse

delete($merchantId, $datafeedId, $optParams = array()   X-Ref
Deletes a datafeed from your Merchant Center account. (datafeeds.delete)

param: string $merchantId
param: string $datafeedId
param: array $optParams Optional parameters.

get($merchantId, $datafeedId, $optParams = array()   X-Ref
Retrieves a datafeed from your Merchant Center account. (datafeeds.get)

param: string $merchantId
param: string $datafeedId
param: array $optParams Optional parameters.
return: Google_Service_ShoppingContent_Datafeed

insert($merchantId, Google_Service_ShoppingContent_Datafeed $postBody, $optParams = array()   X-Ref
Registers a datafeed with your Merchant Center account. (datafeeds.insert)

param: string $merchantId
param: Google_Datafeed $postBody
param: array $optParams Optional parameters.
return: Google_Service_ShoppingContent_Datafeed

listDatafeeds($merchantId, $optParams = array()   X-Ref
Lists the datafeeds in your Merchant Center account.
(datafeeds.listDatafeeds)

param: string $merchantId
param: array $optParams Optional parameters.
return: Google_Service_ShoppingContent_DatafeedsListResponse

patch($merchantId, $datafeedId, Google_Service_ShoppingContent_Datafeed $postBody, $optParams = array()   X-Ref
Updates a datafeed of your Merchant Center account. This method supports
patch semantics. (datafeeds.patch)

param: string $merchantId
param: string $datafeedId
param: Google_Datafeed $postBody
param: array $optParams Optional parameters.
return: Google_Service_ShoppingContent_Datafeed

update($merchantId, $datafeedId, Google_Service_ShoppingContent_Datafeed $postBody, $optParams = array()   X-Ref
Updates a datafeed of your Merchant Center account. (datafeeds.update)

param: string $merchantId
param: string $datafeedId
param: Google_Datafeed $postBody
param: array $optParams Optional parameters.
return: Google_Service_ShoppingContent_Datafeed

Class: Google_Service_ShoppingContent_Datafeedstatuses_Resource  - X-Ref

The "datafeedstatuses" collection of methods.
Typical usage is:
<code>
$contentService = new Google_Service_ShoppingContent(...);
$datafeedstatuses = $contentService->datafeedstatuses;
</code>

custombatch(Google_Service_ShoppingContent_DatafeedstatusesCustomBatchRequest $postBody, $optParams = array()   X-Ref
(datafeedstatuses.custombatch)

param: Google_DatafeedstatusesCustomBatchRequest $postBody
param: array $optParams Optional parameters.
return: Google_Service_ShoppingContent_DatafeedstatusesCustomBatchResponse

get($merchantId, $datafeedId, $optParams = array()   X-Ref
Retrieves the status of a datafeed from your Merchant Center account.
(datafeedstatuses.get)

param: string $merchantId
param: string $datafeedId
param: array $optParams Optional parameters.
return: Google_Service_ShoppingContent_DatafeedStatus

listDatafeedstatuses($merchantId, $optParams = array()   X-Ref
Lists the statuses of the datafeeds in your Merchant Center account.
(datafeedstatuses.listDatafeedstatuses)

param: string $merchantId
param: array $optParams Optional parameters.
return: Google_Service_ShoppingContent_DatafeedstatusesListResponse

Class: Google_Service_ShoppingContent_Inventory_Resource  - X-Ref

The "inventory" collection of methods.
Typical usage is:
<code>
$contentService = new Google_Service_ShoppingContent(...);
$inventory = $contentService->inventory;
</code>

custombatch(Google_Service_ShoppingContent_InventoryCustomBatchRequest $postBody, $optParams = array()   X-Ref
Updates price and availability for multiple products or stores in a single
request. (inventory.custombatch)

param: Google_InventoryCustomBatchRequest $postBody
param: array $optParams Optional parameters.
return: Google_Service_ShoppingContent_InventoryCustomBatchResponse

set($merchantId, $storeCode, $productId, Google_Service_ShoppingContent_InventorySetRequest $postBody, $optParams = array()   X-Ref
Updates price and availability of a product in your Merchant Center account.
(inventory.set)

param: string $merchantId
param: string $storeCode
param: string $productId
param: Google_InventorySetRequest $postBody
param: array $optParams Optional parameters.
return: Google_Service_ShoppingContent_InventorySetResponse

Class: Google_Service_ShoppingContent_Products_Resource  - X-Ref

The "products" collection of methods.
Typical usage is:
<code>
$contentService = new Google_Service_ShoppingContent(...);
$products = $contentService->products;
</code>

custombatch(Google_Service_ShoppingContent_ProductsCustomBatchRequest $postBody, $optParams = array()   X-Ref
Retrieves, inserts, and deletes multiple products in a single request.
(products.custombatch)

param: Google_ProductsCustomBatchRequest $postBody
param: array $optParams Optional parameters.
return: Google_Service_ShoppingContent_ProductsCustomBatchResponse

delete($merchantId, $productId, $optParams = array()   X-Ref
Deletes a product from your Merchant Center account. (products.delete)

param: string $merchantId
param: string $productId
param: array $optParams Optional parameters.

get($merchantId, $productId, $optParams = array()   X-Ref
Retrieves a product from your Merchant Center account. (products.get)

param: string $merchantId
param: string $productId
param: array $optParams Optional parameters.
return: Google_Service_ShoppingContent_Product

insert($merchantId, Google_Service_ShoppingContent_Product $postBody, $optParams = array()   X-Ref
Uploads a product to your Merchant Center account. (products.insert)

param: string $merchantId
param: Google_Product $postBody
param: array $optParams Optional parameters.
return: Google_Service_ShoppingContent_Product

listProducts($merchantId, $optParams = array()   X-Ref
Lists the products in your Merchant Center account. (products.listProducts)

param: string $merchantId
param: array $optParams Optional parameters.
return: Google_Service_ShoppingContent_ProductsListResponse

Class: Google_Service_ShoppingContent_Productstatuses_Resource  - X-Ref

The "productstatuses" collection of methods.
Typical usage is:
<code>
$contentService = new Google_Service_ShoppingContent(...);
$productstatuses = $contentService->productstatuses;
</code>

custombatch(Google_Service_ShoppingContent_ProductstatusesCustomBatchRequest $postBody, $optParams = array()   X-Ref
Gets the statuses of multiple products in a single request.
(productstatuses.custombatch)

param: Google_ProductstatusesCustomBatchRequest $postBody
param: array $optParams Optional parameters.
return: Google_Service_ShoppingContent_ProductstatusesCustomBatchResponse

get($merchantId, $productId, $optParams = array()   X-Ref
Gets the status of a product from your Merchant Center account.
(productstatuses.get)

param: string $merchantId
param: string $productId
param: array $optParams Optional parameters.
return: Google_Service_ShoppingContent_ProductStatus

listProductstatuses($merchantId, $optParams = array()   X-Ref
Lists the statuses of the products in your Merchant Center account.
(productstatuses.listProductstatuses)

param: string $merchantId
param: array $optParams Optional parameters.
return: Google_Service_ShoppingContent_ProductstatusesListResponse

Class: Google_Service_ShoppingContent_Account  - X-Ref

setAdultContent($adultContent)   X-Ref
No description

getAdultContent()   X-Ref
No description

setAdwordsLinks($adwordsLinks)   X-Ref
No description

getAdwordsLinks()   X-Ref
No description

setId($id)   X-Ref
No description

getId()   X-Ref
No description

setKind($kind)   X-Ref
No description

getKind()   X-Ref
No description

setName($name)   X-Ref
No description

getName()   X-Ref
No description

setReviewsUrl($reviewsUrl)   X-Ref
No description

getReviewsUrl()   X-Ref
No description

setSellerId($sellerId)   X-Ref
No description

getSellerId()   X-Ref
No description

setUsers($users)   X-Ref
No description

getUsers()   X-Ref
No description

setWebsiteUrl($websiteUrl)   X-Ref
No description

getWebsiteUrl()   X-Ref
No description

Class: Google_Service_ShoppingContent_AccountAdwordsLink  - X-Ref

setAdwordsId($adwordsId)   X-Ref
No description

getAdwordsId()   X-Ref
No description

setStatus($status)   X-Ref
No description

getStatus()   X-Ref
No description

Class: Google_Service_ShoppingContent_AccountStatus  - X-Ref

setAccountId($accountId)   X-Ref
No description

getAccountId()   X-Ref
No description

setDataQualityIssues($dataQualityIssues)   X-Ref
No description

getDataQualityIssues()   X-Ref
No description

setKind($kind)   X-Ref
No description

getKind()   X-Ref
No description

Class: Google_Service_ShoppingContent_AccountStatusDataQualityIssue  - X-Ref

setCountry($country)   X-Ref
No description

getCountry()   X-Ref
No description

setDisplayedValue($displayedValue)   X-Ref
No description

getDisplayedValue()   X-Ref
No description

setExampleItems($exampleItems)   X-Ref
No description

getExampleItems()   X-Ref
No description

setId($id)   X-Ref
No description

getId()   X-Ref
No description

setLastChecked($lastChecked)   X-Ref
No description

getLastChecked()   X-Ref
No description

setNumItems($numItems)   X-Ref
No description

getNumItems()   X-Ref
No description

setSeverity($severity)   X-Ref
No description

getSeverity()   X-Ref
No description

setSubmittedValue($submittedValue)   X-Ref
No description

getSubmittedValue()   X-Ref
No description

Class: Google_Service_ShoppingContent_AccountStatusExampleItem  - X-Ref

setItemId($itemId)   X-Ref
No description

getItemId()   X-Ref
No description

setLink($link)   X-Ref
No description

getLink()   X-Ref
No description

setSubmittedValue($submittedValue)   X-Ref
No description

getSubmittedValue()   X-Ref
No description

setTitle($title)   X-Ref
No description

getTitle()   X-Ref
No description

setValueOnLandingPage($valueOnLandingPage)   X-Ref
No description

getValueOnLandingPage()   X-Ref
No description

Class: Google_Service_ShoppingContent_AccountUser  - X-Ref

setAdmin($admin)   X-Ref
No description

getAdmin()   X-Ref
No description

setEmailAddress($emailAddress)   X-Ref
No description

getEmailAddress()   X-Ref
No description

Class: Google_Service_ShoppingContent_AccountsCustomBatchRequest  - X-Ref

setEntries($entries)   X-Ref
No description

getEntries()   X-Ref
No description

Class: Google_Service_ShoppingContent_AccountsCustomBatchRequestEntry  - X-Ref

setAccount(Google_Service_ShoppingContent_Account $account)   X-Ref
No description

getAccount()   X-Ref
No description

setAccountId($accountId)   X-Ref
No description

getAccountId()   X-Ref
No description

setBatchId($batchId)   X-Ref
No description

getBatchId()   X-Ref
No description

setMerchantId($merchantId)   X-Ref
No description

getMerchantId()   X-Ref
No description

setMethod($method)   X-Ref
No description

getMethod()   X-Ref
No description

Class: Google_Service_ShoppingContent_AccountsCustomBatchResponse  - X-Ref

setEntries($entries)   X-Ref
No description

getEntries()   X-Ref
No description

setKind($kind)   X-Ref
No description

getKind()   X-Ref
No description

Class: Google_Service_ShoppingContent_AccountsCustomBatchResponseEntry  - X-Ref

setAccount(Google_Service_ShoppingContent_Account $account)   X-Ref
No description

getAccount()   X-Ref
No description

setBatchId($batchId)   X-Ref
No description

getBatchId()   X-Ref
No description

setErrors(Google_Service_ShoppingContent_Errors $errors)   X-Ref
No description

getErrors()   X-Ref
No description

setKind($kind)   X-Ref
No description

getKind()   X-Ref
No description

Class: Google_Service_ShoppingContent_AccountsListResponse  - X-Ref

setKind($kind)   X-Ref
No description

getKind()   X-Ref
No description

setNextPageToken($nextPageToken)   X-Ref
No description

getNextPageToken()   X-Ref
No description

setResources($resources)   X-Ref
No description

getResources()   X-Ref
No description

Class: Google_Service_ShoppingContent_AccountstatusesCustomBatchRequest  - X-Ref

setEntries($entries)   X-Ref
No description

getEntries()   X-Ref
No description

Class: Google_Service_ShoppingContent_AccountstatusesCustomBatchRequestEntry  - X-Ref

setAccountId($accountId)   X-Ref
No description

getAccountId()   X-Ref
No description

setBatchId($batchId)   X-Ref
No description

getBatchId()   X-Ref
No description

setMerchantId($merchantId)   X-Ref
No description

getMerchantId()   X-Ref
No description

setMethod($method)   X-Ref
No description

getMethod()   X-Ref
No description

Class: Google_Service_ShoppingContent_AccountstatusesCustomBatchResponse  - X-Ref

setEntries($entries)   X-Ref
No description

getEntries()   X-Ref
No description

setKind($kind)   X-Ref
No description

getKind()   X-Ref
No description

Class: Google_Service_ShoppingContent_AccountstatusesCustomBatchResponseEntry  - X-Ref

setAccountStatus(Google_Service_ShoppingContent_AccountStatus $accountStatus)   X-Ref
No description

getAccountStatus()   X-Ref
No description

setBatchId($batchId)   X-Ref
No description

getBatchId()   X-Ref
No description

setErrors(Google_Service_ShoppingContent_Errors $errors)   X-Ref
No description

getErrors()   X-Ref
No description

Class: Google_Service_ShoppingContent_AccountstatusesListResponse  - X-Ref

setKind($kind)   X-Ref
No description

getKind()   X-Ref
No description

setNextPageToken($nextPageToken)   X-Ref
No description

getNextPageToken()   X-Ref
No description

setResources($resources)   X-Ref
No description

getResources()   X-Ref
No description

Class: Google_Service_ShoppingContent_Datafeed  - X-Ref

setAttributeLanguage($attributeLanguage)   X-Ref
No description

getAttributeLanguage()   X-Ref
No description

setContentLanguage($contentLanguage)   X-Ref
No description

getContentLanguage()   X-Ref
No description

setContentType($contentType)   X-Ref
No description

getContentType()   X-Ref
No description

setFetchSchedule(Google_Service_ShoppingContent_DatafeedFetchSchedule $fetchSchedule)   X-Ref
No description

getFetchSchedule()   X-Ref
No description

setFileName($fileName)   X-Ref
No description

getFileName()   X-Ref
No description

setFormat(Google_Service_ShoppingContent_DatafeedFormat $format)   X-Ref
No description

getFormat()   X-Ref
No description

setId($id)   X-Ref
No description

getId()   X-Ref
No description

setIntendedDestinations($intendedDestinations)   X-Ref
No description

getIntendedDestinations()   X-Ref
No description

setKind($kind)   X-Ref
No description

getKind()   X-Ref
No description

setName($name)   X-Ref
No description

getName()   X-Ref
No description

setTargetCountry($targetCountry)   X-Ref
No description

getTargetCountry()   X-Ref
No description

Class: Google_Service_ShoppingContent_DatafeedFetchSchedule  - X-Ref

setDayOfMonth($dayOfMonth)   X-Ref
No description

getDayOfMonth()   X-Ref
No description

setFetchUrl($fetchUrl)   X-Ref
No description

getFetchUrl()   X-Ref
No description

setHour($hour)   X-Ref
No description

getHour()   X-Ref
No description

setPassword($password)   X-Ref
No description

getPassword()   X-Ref
No description

setTimeZone($timeZone)   X-Ref
No description

getTimeZone()   X-Ref
No description

setUsername($username)   X-Ref
No description

getUsername()   X-Ref
No description

setWeekday($weekday)   X-Ref
No description

getWeekday()   X-Ref
No description

Class: Google_Service_ShoppingContent_DatafeedFormat  - X-Ref

setColumnDelimiter($columnDelimiter)   X-Ref
No description

getColumnDelimiter()   X-Ref
No description

setFileEncoding($fileEncoding)   X-Ref
No description

getFileEncoding()   X-Ref
No description

setQuotingMode($quotingMode)   X-Ref
No description

getQuotingMode()   X-Ref
No description

Class: Google_Service_ShoppingContent_DatafeedStatus  - X-Ref

setDatafeedId($datafeedId)   X-Ref
No description

getDatafeedId()   X-Ref
No description

setErrors($errors)   X-Ref
No description

getErrors()   X-Ref
No description

setItemsTotal($itemsTotal)   X-Ref
No description

getItemsTotal()   X-Ref
No description

setItemsValid($itemsValid)   X-Ref
No description

getItemsValid()   X-Ref
No description

setKind($kind)   X-Ref
No description

getKind()   X-Ref
No description

setProcessingStatus($processingStatus)   X-Ref
No description

getProcessingStatus()   X-Ref
No description

setWarnings($warnings)   X-Ref
No description

getWarnings()   X-Ref
No description

Class: Google_Service_ShoppingContent_DatafeedStatusError  - X-Ref

setCode($code)   X-Ref
No description

getCode()   X-Ref
No description

setCount($count)   X-Ref
No description

getCount()   X-Ref
No description

setExamples($examples)   X-Ref
No description

getExamples()   X-Ref
No description

setMessage($message)   X-Ref
No description

getMessage()   X-Ref
No description

Class: Google_Service_ShoppingContent_DatafeedStatusExample  - X-Ref

setItemId($itemId)   X-Ref
No description

getItemId()   X-Ref
No description

setLineNumber($lineNumber)   X-Ref
No description

getLineNumber()   X-Ref
No description

setValue($value)   X-Ref
No description

getValue()   X-Ref
No description

Class: Google_Service_ShoppingContent_DatafeedsCustomBatchRequest  - X-Ref

setEntries($entries)   X-Ref
No description

getEntries()   X-Ref
No description

Class: Google_Service_ShoppingContent_DatafeedsCustomBatchRequestEntry  - X-Ref

setBatchId($batchId)   X-Ref
No description

getBatchId()   X-Ref
No description

setDatafeed(Google_Service_ShoppingContent_Datafeed $datafeed)   X-Ref
No description

getDatafeed()   X-Ref
No description

setDatafeedId($datafeedId)   X-Ref
No description

getDatafeedId()   X-Ref
No description

setMerchantId($merchantId)   X-Ref
No description

getMerchantId()   X-Ref
No description

setMethod($method)   X-Ref
No description

getMethod()   X-Ref
No description

Class: Google_Service_ShoppingContent_DatafeedsCustomBatchResponse  - X-Ref

setEntries($entries)   X-Ref
No description

getEntries()   X-Ref
No description

setKind($kind)   X-Ref
No description

getKind()   X-Ref
No description

Class: Google_Service_ShoppingContent_DatafeedsCustomBatchResponseEntry  - X-Ref

setBatchId($batchId)   X-Ref
No description

getBatchId()   X-Ref
No description

setDatafeed(Google_Service_ShoppingContent_Datafeed $datafeed)   X-Ref
No description

getDatafeed()   X-Ref
No description

setErrors(Google_Service_ShoppingContent_Errors $errors)   X-Ref
No description

getErrors()   X-Ref
No description

Class: Google_Service_ShoppingContent_DatafeedsListResponse  - X-Ref

setKind($kind)   X-Ref
No description

getKind()   X-Ref
No description

setResources($resources)   X-Ref
No description

getResources()   X-Ref
No description

Class: Google_Service_ShoppingContent_DatafeedstatusesCustomBatchRequest  - X-Ref

setEntries($entries)   X-Ref
No description

getEntries()   X-Ref
No description

Class: Google_Service_ShoppingContent_DatafeedstatusesCustomBatchRequestEntry  - X-Ref

setBatchId($batchId)   X-Ref
No description

getBatchId()   X-Ref
No description

setDatafeedId($datafeedId)   X-Ref
No description

getDatafeedId()   X-Ref
No description

setMerchantId($merchantId)   X-Ref
No description

getMerchantId()   X-Ref
No description

setMethod($method)   X-Ref
No description

getMethod()   X-Ref
No description

Class: Google_Service_ShoppingContent_DatafeedstatusesCustomBatchResponse  - X-Ref

setEntries($entries)   X-Ref
No description

getEntries()   X-Ref
No description

setKind($kind)   X-Ref
No description

getKind()   X-Ref
No description

Class: Google_Service_ShoppingContent_DatafeedstatusesCustomBatchResponseEntry  - X-Ref

setBatchId($batchId)   X-Ref
No description

getBatchId()   X-Ref
No description

setDatafeedStatus(Google_Service_ShoppingContent_DatafeedStatus $datafeedStatus)   X-Ref
No description

getDatafeedStatus()   X-Ref
No description

setErrors(Google_Service_ShoppingContent_Errors $errors)   X-Ref
No description

getErrors()   X-Ref
No description

Class: Google_Service_ShoppingContent_DatafeedstatusesListResponse  - X-Ref

setKind($kind)   X-Ref
No description

getKind()   X-Ref
No description

setResources($resources)   X-Ref
No description

getResources()   X-Ref
No description

Class: Google_Service_ShoppingContent_Error  - X-Ref

setDomain($domain)   X-Ref
No description

getDomain()   X-Ref
No description

setMessage($message)   X-Ref
No description

getMessage()   X-Ref
No description

setReason($reason)   X-Ref
No description

getReason()   X-Ref
No description

Class: Google_Service_ShoppingContent_Errors  - X-Ref

setCode($code)   X-Ref
No description

getCode()   X-Ref
No description

setErrors($errors)   X-Ref
No description

getErrors()   X-Ref
No description

setMessage($message)   X-Ref
No description

getMessage()   X-Ref
No description

Class: Google_Service_ShoppingContent_Inventory  - X-Ref

setAvailability($availability)   X-Ref
No description

getAvailability()   X-Ref
No description

setKind($kind)   X-Ref
No description

getKind()   X-Ref
No description

setPrice(Google_Service_ShoppingContent_Price $price)   X-Ref
No description

getPrice()   X-Ref
No description

setQuantity($quantity)   X-Ref
No description

getQuantity()   X-Ref
No description

setSalePrice(Google_Service_ShoppingContent_Price $salePrice)   X-Ref
No description

getSalePrice()   X-Ref
No description

setSalePriceEffectiveDate($salePriceEffectiveDate)   X-Ref
No description

getSalePriceEffectiveDate()   X-Ref
No description

Class: Google_Service_ShoppingContent_InventoryCustomBatchRequest  - X-Ref

setEntries($entries)   X-Ref
No description

getEntries()   X-Ref
No description

Class: Google_Service_ShoppingContent_InventoryCustomBatchRequestEntry  - X-Ref

setBatchId($batchId)   X-Ref
No description

getBatchId()   X-Ref
No description

setInventory(Google_Service_ShoppingContent_Inventory $inventory)   X-Ref
No description

getInventory()   X-Ref
No description

setMerchantId($merchantId)   X-Ref
No description

getMerchantId()   X-Ref
No description

setProductId($productId)   X-Ref
No description

getProductId()   X-Ref
No description

setStoreCode($storeCode)   X-Ref
No description

getStoreCode()   X-Ref
No description

Class: Google_Service_ShoppingContent_InventoryCustomBatchResponse  - X-Ref

setEntries($entries)   X-Ref
No description

getEntries()   X-Ref
No description

setKind($kind)   X-Ref
No description

getKind()   X-Ref
No description

Class: Google_Service_ShoppingContent_InventoryCustomBatchResponseEntry  - X-Ref

setBatchId($batchId)   X-Ref
No description

getBatchId()   X-Ref
No description

setErrors(Google_Service_ShoppingContent_Errors $errors)   X-Ref
No description

getErrors()   X-Ref
No description

setKind($kind)   X-Ref
No description

getKind()   X-Ref
No description

Class: Google_Service_ShoppingContent_InventorySetRequest  - X-Ref

setAvailability($availability)   X-Ref
No description

getAvailability()   X-Ref
No description

setPrice(Google_Service_ShoppingContent_Price $price)   X-Ref
No description

getPrice()   X-Ref
No description

setQuantity($quantity)   X-Ref
No description

getQuantity()   X-Ref
No description

setSalePrice(Google_Service_ShoppingContent_Price $salePrice)   X-Ref
No description

getSalePrice()   X-Ref
No description

setSalePriceEffectiveDate($salePriceEffectiveDate)   X-Ref
No description

getSalePriceEffectiveDate()   X-Ref
No description

Class: Google_Service_ShoppingContent_InventorySetResponse  - X-Ref

setKind($kind)   X-Ref
No description

getKind()   X-Ref
No description

Class: Google_Service_ShoppingContent_LoyaltyPoints  - X-Ref

setName($name)   X-Ref
No description

getName()   X-Ref
No description

setPointsValue($pointsValue)   X-Ref
No description

getPointsValue()   X-Ref
No description

setRatio($ratio)   X-Ref
No description

getRatio()   X-Ref
No description

Class: Google_Service_ShoppingContent_Price  - X-Ref

setCurrency($currency)   X-Ref
No description

getCurrency()   X-Ref
No description

setValue($value)   X-Ref
No description

getValue()   X-Ref
No description

Class: Google_Service_ShoppingContent_Product  - X-Ref

setAdditionalImageLinks($additionalImageLinks)   X-Ref
No description

getAdditionalImageLinks()   X-Ref
No description

setAdult($adult)   X-Ref
No description

getAdult()   X-Ref
No description

setAdwordsGrouping($adwordsGrouping)   X-Ref
No description

getAdwordsGrouping()   X-Ref
No description

setAdwordsLabels($adwordsLabels)   X-Ref
No description

getAdwordsLabels()   X-Ref
No description

setAdwordsRedirect($adwordsRedirect)   X-Ref
No description

getAdwordsRedirect()   X-Ref
No description

setAgeGroup($ageGroup)   X-Ref
No description

getAgeGroup()   X-Ref
No description

setAvailability($availability)   X-Ref
No description

getAvailability()   X-Ref
No description

setAvailabilityDate($availabilityDate)   X-Ref
No description

getAvailabilityDate()   X-Ref
No description

setBrand($brand)   X-Ref
No description

getBrand()   X-Ref
No description

setChannel($channel)   X-Ref
No description

getChannel()   X-Ref
No description

setColor($color)   X-Ref
No description

getColor()   X-Ref
No description

setCondition($condition)   X-Ref
No description

getCondition()   X-Ref
No description

setContentLanguage($contentLanguage)   X-Ref
No description

getContentLanguage()   X-Ref
No description

setCustomAttributes($customAttributes)   X-Ref
No description

getCustomAttributes()   X-Ref
No description

setCustomGroups($customGroups)   X-Ref
No description

getCustomGroups()   X-Ref
No description

setCustomLabel0($customLabel0)   X-Ref
No description

getCustomLabel0()   X-Ref
No description

setCustomLabel1($customLabel1)   X-Ref
No description

getCustomLabel1()   X-Ref
No description

setCustomLabel2($customLabel2)   X-Ref
No description

getCustomLabel2()   X-Ref
No description

setCustomLabel3($customLabel3)   X-Ref
No description

getCustomLabel3()   X-Ref
No description

setCustomLabel4($customLabel4)   X-Ref
No description

getCustomLabel4()   X-Ref
No description

setDescription($description)   X-Ref
No description

getDescription()   X-Ref
No description

setDestinations($destinations)   X-Ref
No description

getDestinations()   X-Ref
No description

setEnergyEfficiencyClass($energyEfficiencyClass)   X-Ref
No description

getEnergyEfficiencyClass()   X-Ref
No description

setExpirationDate($expirationDate)   X-Ref
No description

getExpirationDate()   X-Ref
No description

setGender($gender)   X-Ref
No description

getGender()   X-Ref
No description

setGoogleProductCategory($googleProductCategory)   X-Ref
No description

getGoogleProductCategory()   X-Ref
No description

setGtin($gtin)   X-Ref
No description

getGtin()   X-Ref
No description

setId($id)   X-Ref
No description

getId()   X-Ref
No description

setIdentifierExists($identifierExists)   X-Ref
No description

getIdentifierExists()   X-Ref
No description

setImageLink($imageLink)   X-Ref
No description

getImageLink()   X-Ref
No description

setInstallment(Google_Service_ShoppingContent_ProductInstallment $installment)   X-Ref
No description

getInstallment()   X-Ref
No description

setIsBundle($isBundle)   X-Ref
No description

getIsBundle()   X-Ref
No description

setItemGroupId($itemGroupId)   X-Ref
No description

getItemGroupId()   X-Ref
No description

setKind($kind)   X-Ref
No description

getKind()   X-Ref
No description

setLink($link)   X-Ref
No description

getLink()   X-Ref
No description

setLoyaltyPoints(Google_Service_ShoppingContent_LoyaltyPoints $loyaltyPoints)   X-Ref
No description

getLoyaltyPoints()   X-Ref
No description

setMaterial($material)   X-Ref
No description

getMaterial()   X-Ref
No description

setMobileLink($mobileLink)   X-Ref
No description

getMobileLink()   X-Ref
No description

setMpn($mpn)   X-Ref
No description

getMpn()   X-Ref
No description

setMultipack($multipack)   X-Ref
No description

getMultipack()   X-Ref
No description

setOfferId($offerId)   X-Ref
No description

getOfferId()   X-Ref
No description

setOnlineOnly($onlineOnly)   X-Ref
No description

getOnlineOnly()   X-Ref
No description

setPattern($pattern)   X-Ref
No description

getPattern()   X-Ref
No description

setPrice(Google_Service_ShoppingContent_Price $price)   X-Ref
No description

getPrice()   X-Ref
No description

setProductType($productType)   X-Ref
No description

getProductType()   X-Ref
No description

setSalePrice(Google_Service_ShoppingContent_Price $salePrice)   X-Ref
No description

getSalePrice()   X-Ref
No description

setSalePriceEffectiveDate($salePriceEffectiveDate)   X-Ref
No description

getSalePriceEffectiveDate()   X-Ref
No description

setShipping($shipping)   X-Ref
No description

getShipping()   X-Ref
No description

setShippingLabel($shippingLabel)   X-Ref
No description

getShippingLabel()   X-Ref
No description

setShippingWeight(Google_Service_ShoppingContent_ProductShippingWeight $shippingWeight)   X-Ref
No description

getShippingWeight()   X-Ref
No description

setSizeSystem($sizeSystem)   X-Ref
No description

getSizeSystem()   X-Ref
No description

setSizeType($sizeType)   X-Ref
No description

getSizeType()   X-Ref
No description

setSizes($sizes)   X-Ref
No description

getSizes()   X-Ref
No description

setTargetCountry($targetCountry)   X-Ref
No description

getTargetCountry()   X-Ref
No description

setTaxes($taxes)   X-Ref
No description

getTaxes()   X-Ref
No description

setTitle($title)   X-Ref
No description

getTitle()   X-Ref
No description

setUnitPricingBaseMeasure(Google_Service_ShoppingContent_ProductUnitPricingBaseMeasure $unitPricingBaseMeasure)   X-Ref
No description

getUnitPricingBaseMeasure()   X-Ref
No description

setUnitPricingMeasure(Google_Service_ShoppingContent_ProductUnitPricingMeasure $unitPricingMeasure)   X-Ref
No description

getUnitPricingMeasure()   X-Ref
No description

setValidatedDestinations($validatedDestinations)   X-Ref
No description

getValidatedDestinations()   X-Ref
No description

setWarnings($warnings)   X-Ref
No description

getWarnings()   X-Ref
No description

Class: Google_Service_ShoppingContent_ProductCustomAttribute  - X-Ref

setName($name)   X-Ref
No description

getName()   X-Ref
No description

setType($type)   X-Ref
No description

getType()   X-Ref
No description

setUnit($unit)   X-Ref
No description

getUnit()   X-Ref
No description

setValue($value)   X-Ref
No description

getValue()   X-Ref
No description

Class: Google_Service_ShoppingContent_ProductCustomGroup  - X-Ref

setAttributes($attributes)   X-Ref
No description

getAttributes()   X-Ref
No description

setName($name)   X-Ref
No description

getName()   X-Ref
No description

Class: Google_Service_ShoppingContent_ProductDestination  - X-Ref

setDestinationName($destinationName)   X-Ref
No description

getDestinationName()   X-Ref
No description

setIntention($intention)   X-Ref
No description

getIntention()   X-Ref
No description

Class: Google_Service_ShoppingContent_ProductInstallment  - X-Ref

setAmount(Google_Service_ShoppingContent_Price $amount)   X-Ref
No description

getAmount()   X-Ref
No description

setMonths($months)   X-Ref
No description

getMonths()   X-Ref
No description

Class: Google_Service_ShoppingContent_ProductShipping  - X-Ref

setCountry($country)   X-Ref
No description

getCountry()   X-Ref
No description

setLocationGroupName($locationGroupName)   X-Ref
No description

getLocationGroupName()   X-Ref
No description

setLocationId($locationId)   X-Ref
No description

getLocationId()   X-Ref
No description

setPostalCode($postalCode)   X-Ref
No description

getPostalCode()   X-Ref
No description

setPrice(Google_Service_ShoppingContent_Price $price)   X-Ref
No description

getPrice()   X-Ref
No description

setRegion($region)   X-Ref
No description

getRegion()   X-Ref
No description

setService($service)   X-Ref
No description

getService()   X-Ref
No description

Class: Google_Service_ShoppingContent_ProductShippingWeight  - X-Ref

setUnit($unit)   X-Ref
No description

getUnit()   X-Ref
No description

setValue($value)   X-Ref
No description

getValue()   X-Ref
No description

Class: Google_Service_ShoppingContent_ProductStatus  - X-Ref

setDataQualityIssues($dataQualityIssues)   X-Ref
No description

getDataQualityIssues()   X-Ref
No description

setDestinationStatuses($destinationStatuses)   X-Ref
No description

getDestinationStatuses()   X-Ref
No description

setKind($kind)   X-Ref
No description

getKind()   X-Ref
No description

setLink($link)   X-Ref
No description

getLink()   X-Ref
No description

setProductId($productId)   X-Ref
No description

getProductId()   X-Ref
No description

setTitle($title)   X-Ref
No description

getTitle()   X-Ref
No description

Class: Google_Service_ShoppingContent_ProductStatusDataQualityIssue  - X-Ref

setDetail($detail)   X-Ref
No description

getDetail()   X-Ref
No description

setFetchStatus($fetchStatus)   X-Ref
No description

getFetchStatus()   X-Ref
No description

setId($id)   X-Ref
No description

getId()   X-Ref
No description

setLocation($location)   X-Ref
No description

getLocation()   X-Ref
No description

setTimestamp($timestamp)   X-Ref
No description

getTimestamp()   X-Ref
No description

setValueOnLandingPage($valueOnLandingPage)   X-Ref
No description

getValueOnLandingPage()   X-Ref
No description

setValueProvided($valueProvided)   X-Ref
No description

getValueProvided()   X-Ref
No description

Class: Google_Service_ShoppingContent_ProductStatusDestinationStatus  - X-Ref

setApprovalStatus($approvalStatus)   X-Ref
No description

getApprovalStatus()   X-Ref
No description

setDestination($destination)   X-Ref
No description

getDestination()   X-Ref
No description

setIntention($intention)   X-Ref
No description

getIntention()   X-Ref
No description

Class: Google_Service_ShoppingContent_ProductTax  - X-Ref

setCountry($country)   X-Ref
No description

getCountry()   X-Ref
No description

setLocationId($locationId)   X-Ref
No description

getLocationId()   X-Ref
No description

setPostalCode($postalCode)   X-Ref
No description

getPostalCode()   X-Ref
No description

setRate($rate)   X-Ref
No description

getRate()   X-Ref
No description

setRegion($region)   X-Ref
No description

getRegion()   X-Ref
No description

setTaxShip($taxShip)   X-Ref
No description

getTaxShip()   X-Ref
No description

Class: Google_Service_ShoppingContent_ProductUnitPricingBaseMeasure  - X-Ref

setUnit($unit)   X-Ref
No description

getUnit()   X-Ref
No description

setValue($value)   X-Ref
No description

getValue()   X-Ref
No description

Class: Google_Service_ShoppingContent_ProductUnitPricingMeasure  - X-Ref

setUnit($unit)   X-Ref
No description

getUnit()   X-Ref
No description

setValue($value)   X-Ref
No description

getValue()   X-Ref
No description

Class: Google_Service_ShoppingContent_ProductsCustomBatchRequest  - X-Ref

setEntries($entries)   X-Ref
No description

getEntries()   X-Ref
No description

Class: Google_Service_ShoppingContent_ProductsCustomBatchRequestEntry  - X-Ref

setBatchId($batchId)   X-Ref
No description

getBatchId()   X-Ref
No description

setMerchantId($merchantId)   X-Ref
No description

getMerchantId()   X-Ref
No description

setMethod($method)   X-Ref
No description

getMethod()   X-Ref
No description

setProduct(Google_Service_ShoppingContent_Product $product)   X-Ref
No description

getProduct()   X-Ref
No description

setProductId($productId)   X-Ref
No description

getProductId()   X-Ref
No description

Class: Google_Service_ShoppingContent_ProductsCustomBatchResponse  - X-Ref

setEntries($entries)   X-Ref
No description

getEntries()   X-Ref
No description

setKind($kind)   X-Ref
No description

getKind()   X-Ref
No description

Class: Google_Service_ShoppingContent_ProductsCustomBatchResponseEntry  - X-Ref

setBatchId($batchId)   X-Ref
No description

getBatchId()   X-Ref
No description

setErrors(Google_Service_ShoppingContent_Errors $errors)   X-Ref
No description

getErrors()   X-Ref
No description

setKind($kind)   X-Ref
No description

getKind()   X-Ref
No description

setProduct(Google_Service_ShoppingContent_Product $product)   X-Ref
No description

getProduct()   X-Ref
No description

Class: Google_Service_ShoppingContent_ProductsListResponse  - X-Ref

setKind($kind)   X-Ref
No description

getKind()   X-Ref
No description

setNextPageToken($nextPageToken)   X-Ref
No description

getNextPageToken()   X-Ref
No description

setResources($resources)   X-Ref
No description

getResources()   X-Ref
No description

Class: Google_Service_ShoppingContent_ProductstatusesCustomBatchRequest  - X-Ref

setEntries($entries)   X-Ref
No description

getEntries()   X-Ref
No description

Class: Google_Service_ShoppingContent_ProductstatusesCustomBatchRequestEntry  - X-Ref

setBatchId($batchId)   X-Ref
No description

getBatchId()   X-Ref
No description

setMerchantId($merchantId)   X-Ref
No description

getMerchantId()   X-Ref
No description

setMethod($method)   X-Ref
No description

getMethod()   X-Ref
No description

setProductId($productId)   X-Ref
No description

getProductId()   X-Ref
No description

Class: Google_Service_ShoppingContent_ProductstatusesCustomBatchResponse  - X-Ref

setEntries($entries)   X-Ref
No description

getEntries()   X-Ref
No description

setKind($kind)   X-Ref
No description

getKind()   X-Ref
No description

Class: Google_Service_ShoppingContent_ProductstatusesCustomBatchResponseEntry  - X-Ref

setBatchId($batchId)   X-Ref
No description

getBatchId()   X-Ref
No description

setErrors(Google_Service_ShoppingContent_Errors $errors)   X-Ref
No description

getErrors()   X-Ref
No description

setKind($kind)   X-Ref
No description

getKind()   X-Ref
No description

setProductStatus(Google_Service_ShoppingContent_ProductStatus $productStatus)   X-Ref
No description

getProductStatus()   X-Ref
No description

Class: Google_Service_ShoppingContent_ProductstatusesListResponse  - X-Ref

setKind($kind)   X-Ref
No description

getKind()   X-Ref
No description

setNextPageToken($nextPageToken)   X-Ref
No description

getNextPageToken()   X-Ref
No description

setResources($resources)   X-Ref
No description

getResources()   X-Ref
No description



Generated: Fri Nov 28 20:29:05 2014 Cross-referenced by PHPXref 0.7.1