The "datafeeds" collection of methods.
More...
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| custombatch (Google_Service_ShoppingContent_DatafeedsCustomBatchRequest $postBody, $optParams=array()) |
| (datafeeds.custombatch)
|
|
| delete ($merchantId, $datafeedId, $optParams=array()) |
| Deletes a datafeed from your Merchant Center account.
|
|
| get ($merchantId, $datafeedId, $optParams=array()) |
| Retrieves a datafeed from your Merchant Center account.
|
|
| insert ($merchantId, Google_Service_ShoppingContent_Datafeed $postBody, $optParams=array()) |
| Registers a datafeed with your Merchant Center account.
|
|
| listDatafeeds ($merchantId, $optParams=array()) |
| Lists the datafeeds in your Merchant Center account.
|
|
| patch ($merchantId, $datafeedId, Google_Service_ShoppingContent_Datafeed $postBody, $optParams=array()) |
| Updates a datafeed of your Merchant Center account.
|
|
| update ($merchantId, $datafeedId, Google_Service_ShoppingContent_Datafeed $postBody, $optParams=array()) |
| Updates a datafeed of your Merchant Center account.
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "datafeeds" collection of methods.
Typical usage is: $contentService = new Google_Service_ShoppingContent(...); $datafeeds = $contentService->datafeeds;
◆ call()
Google_Service_Resource::call |
( |
| $name, |
|
|
| $arguments, |
|
|
| $expected_class = null ) |
|
inherited |
TODO: This function needs simplifying.
- Parameters
-
$name | |
$arguments | |
$expected_class | - optional, the expected class name |
- Return values
-
Google_Http_Request|expected_class | |
- Exceptions
-
◆ custombatch()
(datafeeds.custombatch)
- Parameters
-
Google_DatafeedsCustomBatchRequest | $postBody | |
array | $optParams | Optional parameters. |
@opt_param bool dryRun Flag to run the request in dry-run mode.
- Return values
-
◆ delete()
Google_Service_ShoppingContent_Datafeeds_Resource::delete |
( |
| $merchantId, |
|
|
| $datafeedId, |
|
|
| $optParams = array() ) |
Deletes a datafeed from your Merchant Center account.
(datafeeds.delete)
- Parameters
-
string | $merchantId | |
string | $datafeedId | |
array | $optParams | Optional parameters. |
@opt_param bool dryRun Flag to run the request in dry-run mode.
◆ get()
Google_Service_ShoppingContent_Datafeeds_Resource::get |
( |
| $merchantId, |
|
|
| $datafeedId, |
|
|
| $optParams = array() ) |
Retrieves a datafeed from your Merchant Center account.
(datafeeds.get)
- Parameters
-
string | $merchantId | |
string | $datafeedId | |
array | $optParams | Optional parameters. |
- Return values
-
◆ insert()
Registers a datafeed with your Merchant Center account.
(datafeeds.insert)
- Parameters
-
string | $merchantId | |
Google_Datafeed | $postBody | |
array | $optParams | Optional parameters. |
@opt_param bool dryRun Flag to run the request in dry-run mode.
- Return values
-
◆ listDatafeeds()
Google_Service_ShoppingContent_Datafeeds_Resource::listDatafeeds |
( |
| $merchantId, |
|
|
| $optParams = array() ) |
Lists the datafeeds in your Merchant Center account.
(datafeeds.listDatafeeds)
- Parameters
-
string | $merchantId | The ID of the managing account. |
array | $optParams | Optional parameters. |
@opt_param string pageToken The token returned by the previous request. @opt_param string maxResults The maximum number of products to return in the response, used for paging.
- Return values
-
◆ patch()
Updates a datafeed of your Merchant Center account.
This method supports patch semantics. (datafeeds.patch)
- Parameters
-
string | $merchantId | |
string | $datafeedId | |
Google_Datafeed | $postBody | |
array | $optParams | Optional parameters. |
@opt_param bool dryRun Flag to run the request in dry-run mode.
- Return values
-
◆ update()
Updates a datafeed of your Merchant Center account.
(datafeeds.update)
- Parameters
-
string | $merchantId | |
string | $datafeedId | |
Google_Datafeed | $postBody | |
array | $optParams | Optional parameters. |
@opt_param bool dryRun Flag to run the request in dry-run mode.
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/ShoppingContent.php