Home
last modified time | relevance | path

Searched refs:regionId (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/Resource/
H A DRegions.php56 * @param string $regionId Required. The id of the region to delete.
59 public function delete($merchantId, $regionId, $optParams = []) argument
61 $params = ['merchantId' => $merchantId, 'regionId' => $regionId];
70 * @param string $regionId Required. The id of the region to retrieve.
74 public function get($merchantId, $regionId, $optParams = []) argument
76 $params = ['merchantId' => $merchantId, 'regionId' => $regionId];
108 * @param string $regionId Required. The id of the region to update.
117 public function patch($merchantId, $regionId, Region $postBody, $optParams = []) argument
119 $params = ['merchantId' => $merchantId, 'regionId' => $regionId, 'postBody' => $postBody];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DRegion.php37 public $regionId; variable in Google\\Service\\ShoppingContent\\Region
106 public function setRegionId($regionId) argument
108 $this->regionId = $regionId;
115 return $this->regionId;
H A DRegionalInventory.php38 public $regionId; variable in Google\\Service\\ShoppingContent\\RegionalInventory
105 public function setRegionId($regionId) argument
107 $this->regionId = $regionId;
114 return $this->regionId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DShoppingContent.php2425 'regionId' => [
2431 'path' => '{merchantId}/regions/{regionId}',
2439 'regionId' => [
2446 'path' => '{merchantId}/regions/{regionId}',
2454 'regionId' => [
2479 'path' => '{merchantId}/regions/{regionId}',
2487 'regionId' => [