Home
last modified time | relevance | path

Searched refs:GoogleCloudRetailV2Product (Results 1 – 7 of 7) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/Resource/
H A DProjectsLocationsCatalogsBranchesProducts.php24 use Google\Service\CloudRetail\GoogleCloudRetailV2Product; alias
99 * @param GoogleCloudRetailV2Product $postBody
109 * @return GoogleCloudRetailV2Product
111 public function create($parent, GoogleCloudRetailV2Product $postBody, $optParams = [])
115 return $this->call('create', [$params], GoogleCloudRetailV2Product::class);
148 * @return GoogleCloudRetailV2Product
154 return $this->call('get', [$params], GoogleCloudRetailV2Product::class);
230 * @param GoogleCloudRetailV2Product $postBody
243 * @return GoogleCloudRetailV2Product
245 public function patch($name, GoogleCloudRetailV2Product $postBody, $optParams = [])
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/
H A DGoogleCloudRetailV2ProductDetail.php22 protected $productType = GoogleCloudRetailV2Product::class;
30 * @param GoogleCloudRetailV2Product
32 public function setProduct(GoogleCloudRetailV2Product $product)
37 * @return GoogleCloudRetailV2Product
H A DGoogleCloudRetailV2SetInventoryRequest.php26 protected $inventoryType = GoogleCloudRetailV2Product::class;
52 * @param GoogleCloudRetailV2Product
54 public function setInventory(GoogleCloudRetailV2Product $inventory)
59 * @return GoogleCloudRetailV2Product
H A DGoogleCloudRetailV2SearchResponseSearchResult.php34 protected $productType = GoogleCloudRetailV2Product::class;
84 * @param GoogleCloudRetailV2Product
86 public function setProduct(GoogleCloudRetailV2Product $product)
91 * @return GoogleCloudRetailV2Product
H A DGoogleCloudRetailV2ProductInlineSource.php23 protected $productsType = GoogleCloudRetailV2Product::class;
27 * @param GoogleCloudRetailV2Product[]
34 * @return GoogleCloudRetailV2Product[]
H A DGoogleCloudRetailV2ListProductsResponse.php27 protected $productsType = GoogleCloudRetailV2Product::class;
45 * @param GoogleCloudRetailV2Product[]
52 * @return GoogleCloudRetailV2Product[]
H A DGoogleCloudRetailV2Product.php20 class GoogleCloudRetailV2Product extends \Google\Collection class
135 protected $variantsType = GoogleCloudRetailV2Product::class;
587 * @param GoogleCloudRetailV2Product[]
594 * @return GoogleCloudRetailV2Product[]
603 class_alias(GoogleCloudRetailV2Product::class, 'Google_Service_CloudRetail_GoogleCloudRetailV2Produ…