Home
last modified time | relevance | path

Searched refs:datafeedId (Results 1 – 6 of 6) sorted by path

/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DShoppingContent.php923 'path' => '{merchantId}/datafeeds/{datafeedId}',
931 'datafeedId' => [
938 'path' => '{merchantId}/datafeeds/{datafeedId}/fetchNow',
946 'datafeedId' => [
953 'path' => '{merchantId}/datafeeds/{datafeedId}',
961 'datafeedId' => [
996 'path' => '{merchantId}/datafeeds/{datafeedId}',
1004 'datafeedId' => [
1025 'path' => '{merchantId}/datafeedstatuses/{datafeedId}',
1033 'datafeedId' => [
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DDatafeedStatus.php30 public $datafeedId; variable in Google\\Service\\ShoppingContent\\DatafeedStatus
77 public function setDatafeedId($datafeedId) argument
79 $this->datafeedId = $datafeedId;
86 return $this->datafeedId;
H A DDatafeedsCustomBatchRequestEntry.php31 public $datafeedId; variable in Google\\Service\\ShoppingContent\\DatafeedsCustomBatchRequestEntry
72 public function setDatafeedId($datafeedId) argument
74 $this->datafeedId = $datafeedId;
81 return $this->datafeedId;
H A DDatafeedstatusesCustomBatchRequestEntry.php33 public $datafeedId; variable in Google\\Service\\ShoppingContent\\DatafeedstatusesCustomBatchRequestEntry
78 public function setDatafeedId($datafeedId) argument
80 $this->datafeedId = $datafeedId;
87 return $this->datafeedId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/Resource/
H A DDatafeeds.php56 * @param string $datafeedId The ID of the datafeed.
59 public function delete($merchantId, $datafeedId, $optParams = []) argument
61 $params = ['merchantId' => $merchantId, 'datafeedId' => $datafeedId];
72 * @param string $datafeedId The ID of the datafeed to be fetched.
76 public function fetchnow($merchantId, $datafeedId, $optParams = []) argument
78 $params = ['merchantId' => $merchantId, 'datafeedId' => $datafeedId];
88 * @param string $datafeedId The ID of the datafeed.
92 public function get($merchantId, $datafeedId, $optParams = []) argument
94 $params = ['merchantId' => $merchantId, 'datafeedId' => $datafeedId];
139 * @param string $datafeedId The ID of the datafeed.
[all …]
H A DDatafeedstatuses.php55 * @param string $datafeedId The ID of the datafeed.
68 public function get($merchantId, $datafeedId, $optParams = []) argument
70 $params = ['merchantId' => $merchantId, 'datafeedId' => $datafeedId];