Lines Matching refs:params

57     $params = ['parent' => $parent, 'postBody' => $postBody];
58 $params = array_merge($params, $optParams);
59 return $this->call('create', [$params], GoogleCloudChannelV1Customer::class);
74 $params = ['name' => $name];
75 $params = array_merge($params, $optParams);
76 return $this->call('delete', [$params], GoogleProtobufEmpty::class);
93 $params = ['name' => $name];
94 $params = array_merge($params, $optParams);
95 return $this->call('get', [$params], GoogleCloudChannelV1Customer::class);
118 $params = ['parent' => $parent, 'postBody' => $postBody];
119 $params = array_merge($params, $optParams);
120 return $this->call('import', [$params], GoogleCloudChannelV1Customer::class);
148 $params = ['parent' => $parent];
149 $params = array_merge($params, $optParams);
150 return $this->call('list', [$params], GoogleCloudChannelV1ListCustomersResponse::class);
183 $params = ['customer' => $customer];
184 $params = array_merge($params, $optParams);
185 …return $this->call('listPurchasableOffers', [$params], GoogleCloudChannelV1ListPurchasableOffersRe…
218 $params = ['customer' => $customer];
219 $params = array_merge($params, $optParams);
220 …return $this->call('listPurchasableSkus', [$params], GoogleCloudChannelV1ListPurchasableSkusRespon…
241 $params = ['name' => $name, 'postBody' => $postBody];
242 $params = array_merge($params, $optParams);
243 return $this->call('patch', [$params], GoogleCloudChannelV1Customer::class);
268 $params = ['customer' => $customer, 'postBody' => $postBody];
269 $params = array_merge($params, $optParams);
270 return $this->call('provisionCloudIdentity', [$params], GoogleLongrunningOperation::class);
301 $params = ['parent' => $parent, 'postBody' => $postBody];
302 $params = array_merge($params, $optParams);
303 return $this->call('transferEntitlements', [$params], GoogleLongrunningOperation::class);
334 $params = ['parent' => $parent, 'postBody' => $postBody];
335 $params = array_merge($params, $optParams);
336 … return $this->call('transferEntitlementsToGoogle', [$params], GoogleLongrunningOperation::class);