Lines Matching refs:params

62     $params = ['product' => $product, 'postBody' => $postBody];
63 $params = array_merge($params, $optParams);
64 return $this->call('addFulfillmentPlaces', [$params], GoogleLongrunningOperation::class);
90 $params = ['product' => $product, 'postBody' => $postBody];
91 $params = array_merge($params, $optParams);
92 return $this->call('addLocalInventories', [$params], GoogleLongrunningOperation::class);
113 $params = ['parent' => $parent, 'postBody' => $postBody];
114 $params = array_merge($params, $optParams);
115 return $this->call('create', [$params], GoogleCloudRetailV2Product::class);
134 $params = ['name' => $name];
135 $params = array_merge($params, $optParams);
136 return $this->call('delete', [$params], GoogleProtobufEmpty::class);
152 $params = ['name' => $name];
153 $params = array_merge($params, $optParams);
154 return $this->call('get', [$params], GoogleCloudRetailV2Product::class);
172 $params = ['parent' => $parent, 'postBody' => $postBody];
173 $params = array_merge($params, $optParams);
174 return $this->call('import', [$params], GoogleLongrunningOperation::class);
220 $params = ['parent' => $parent];
221 $params = array_merge($params, $optParams);
222 return $this->call('list', [$params], GoogleCloudRetailV2ListProductsResponse::class);
247 $params = ['name' => $name, 'postBody' => $postBody];
248 $params = array_merge($params, $optParams);
249 return $this->call('patch', [$params], GoogleCloudRetailV2Product::class);
272 $params = ['product' => $product, 'postBody' => $postBody];
273 $params = array_merge($params, $optParams);
274 return $this->call('removeFulfillmentPlaces', [$params], GoogleLongrunningOperation::class);
298 $params = ['product' => $product, 'postBody' => $postBody];
299 $params = array_merge($params, $optParams);
300 return $this->call('removeLocalInventories', [$params], GoogleLongrunningOperation::class);
332 $params = ['name' => $name, 'postBody' => $postBody];
333 $params = array_merge($params, $optParams);
334 return $this->call('setInventory', [$params], GoogleLongrunningOperation::class);