Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
H A DProductSearchParams.php32 public $productCategories; variable in Google\\Service\\Vision\\ProductSearchParams
69 public function setProductCategories($productCategories) argument
71 $this->productCategories = $productCategories;
78 return $this->productCategories;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/
H A DCreative.php52 public $productCategories; variable in Google\\Service\\AdExchangeBuyer\\Creative
263 public function setProductCategories($productCategories) argument
265 $this->productCategories = $productCategories;
269 return $this->productCategories;
/plugin/authgoogle/google/contrib/
H A DGoogle_AdexchangebuyerService.php387 public $productCategories; variable in Google_Creative
463 public function setProductCategories(/* array(Google_int) */ $productCategories) { argument
464 $this->assertIsArray($productCategories, 'Google_int', __METHOD__);
465 $this->productCategories = $productCategories;
468 return $this->productCategories;