Lines Matching refs:postBody

56    * @param GoogleCloudRetailV2AddFulfillmentPlacesRequest $postBody
60 …fillmentPlaces($product, GoogleCloudRetailV2AddFulfillmentPlacesRequest $postBody, $optParams = []) argument
62 $params = ['product' => $product, 'postBody' => $postBody];
84 * @param GoogleCloudRetailV2AddLocalInventoriesRequest $postBody
88 …ocalInventories($product, GoogleCloudRetailV2AddLocalInventoriesRequest $postBody, $optParams = []) argument
90 $params = ['product' => $product, 'postBody' => $postBody];
99 * @param GoogleCloudRetailV2Product $postBody
111 public function create($parent, GoogleCloudRetailV2Product $postBody, $optParams = []) argument
113 $params = ['parent' => $parent, 'postBody' => $postBody];
166 * @param GoogleCloudRetailV2ImportProductsRequest $postBody
170 …public function import($parent, GoogleCloudRetailV2ImportProductsRequest $postBody, $optParams = [… argument
172 $params = ['parent' => $parent, 'postBody' => $postBody];
230 * @param GoogleCloudRetailV2Product $postBody
245 public function patch($name, GoogleCloudRetailV2Product $postBody, $optParams = []) argument
247 $params = ['name' => $name, 'postBody' => $postBody];
266 * @param GoogleCloudRetailV2RemoveFulfillmentPlacesRequest $postBody
270 …lmentPlaces($product, GoogleCloudRetailV2RemoveFulfillmentPlacesRequest $postBody, $optParams = []) argument
272 $params = ['product' => $product, 'postBody' => $postBody];
292 * @param GoogleCloudRetailV2RemoveLocalInventoriesRequest $postBody
296 …lInventories($product, GoogleCloudRetailV2RemoveLocalInventoriesRequest $postBody, $optParams = []) argument
298 $params = ['product' => $product, 'postBody' => $postBody];
326 * @param GoogleCloudRetailV2SetInventoryRequest $postBody
330 …public function setInventory($name, GoogleCloudRetailV2SetInventoryRequest $postBody, $optParams =… argument
332 $params = ['name' => $name, 'postBody' => $postBody];