Home
last modified time | relevance | path

Searched refs:cssGroupId (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/Resource/
H A DCsses.php37 * @param string $cssGroupId Required. The ID of the managing account. If this
45 public function get($cssGroupId, $cssDomainId, $optParams = []) argument
47 $params = ['cssGroupId' => $cssGroupId, 'cssDomainId' => $cssDomainId];
54 * @param string $cssGroupId Required. The CSS group ID of CSS domains to be
68 public function listCsses($cssGroupId, $optParams = []) argument
70 $params = ['cssGroupId' => $cssGroupId];
78 * @param string $cssGroupId Required. The CSS group ID of the updated CSS
85 public function updatelabels($cssGroupId, $cssDomainId, LabelIds $postBody, $optParams = []) argument
87 $params = ['cssGroupId' => $cssGroupId, 'cssDomainId' => $cssDomainId, 'postBody' => $postBody];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DCss.php30 public $cssGroupId; variable in Google\\Service\\ShoppingContent\\Css
65 public function setCssGroupId($cssGroupId) argument
67 $this->cssGroupId = $cssGroupId;
74 return $this->cssGroupId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DShoppingContent.php861 'path' => '{cssGroupId}/csses/{cssDomainId}',
864 'cssGroupId' => [
876 'path' => '{cssGroupId}/csses',
879 'cssGroupId' => [
894 'path' => '{cssGroupId}/csses/{cssDomainId}/updatelabels',
897 'cssGroupId' => [