Moodle PHP Documentation 4.1
Moodle 4.1.11 (Build: 20240610) (c8c84b4af18)
Google_Service_ShoppingContent_Datafeedstatuses_Resource Class Reference

The "datafeedstatuses" collection of methods. More...

Inheritance diagram for Google_Service_ShoppingContent_Datafeedstatuses_Resource:
Google_Service_Resource

Public Member Functions

 call ($name, $arguments, $expected_class=null)
 TODO: This function needs simplifying.
 
 custombatch (Google_Service_ShoppingContent_DatafeedstatusesCustomBatchRequest $postBody, $optParams=array())
 (datafeedstatuses.custombatch)
 
 get ($merchantId, $datafeedId, $optParams=array())
 Retrieves the status of a datafeed from your Merchant Center account.
 
 listDatafeedstatuses ($merchantId, $optParams=array())
 Lists the statuses of the datafeeds in your Merchant Center account.
 

Protected Member Functions

 convertToArrayAndStripNulls ($o)
 

Detailed Description

The "datafeedstatuses" collection of methods.

Typical usage is: $contentService = new Google_Service_ShoppingContent(...); $datafeedstatuses = $contentService->datafeedstatuses;

Member Function Documentation

◆ 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
Google_Exception

◆ custombatch()

Google_Service_ShoppingContent_Datafeedstatuses_Resource::custombatch ( Google_Service_ShoppingContent_DatafeedstatusesCustomBatchRequest $postBody,
$optParams = array() )

(datafeedstatuses.custombatch)

Parameters
Google_DatafeedstatusesCustomBatchRequest$postBody
array$optParamsOptional parameters.
Return values
Google_Service_ShoppingContent_DatafeedstatusesCustomBatchResponse

◆ get()

Google_Service_ShoppingContent_Datafeedstatuses_Resource::get ( $merchantId,
$datafeedId,
$optParams = array() )

Retrieves the status of a datafeed from your Merchant Center account.

(datafeedstatuses.get)

Parameters
string$merchantId
string$datafeedId
array$optParamsOptional parameters.
Return values
Google_Service_ShoppingContent_DatafeedStatus

◆ listDatafeedstatuses()

Google_Service_ShoppingContent_Datafeedstatuses_Resource::listDatafeedstatuses ( $merchantId,
$optParams = array() )

Lists the statuses of the datafeeds in your Merchant Center account.

(datafeedstatuses.listDatafeedstatuses)

Parameters
string$merchantIdThe ID of the managing account.
array$optParamsOptional 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
Google_Service_ShoppingContent_DatafeedstatusesListResponse

The documentation for this class was generated from the following file: