Lines Matching refs:params

70     $params = ['name' => $name, 'postBody' => $postBody];
71 $params = array_merge($params, $optParams);
72 return $this->call('activate', [$params], GoogleLongrunningOperation::class);
101 $params = ['name' => $name, 'postBody' => $postBody];
102 $params = array_merge($params, $optParams);
103 return $this->call('cancel', [$params], GoogleLongrunningOperation::class);
128 $params = ['name' => $name, 'postBody' => $postBody];
129 $params = array_merge($params, $optParams);
130 return $this->call('changeOffer', [$params], GoogleLongrunningOperation::class);
156 $params = ['name' => $name, 'postBody' => $postBody];
157 $params = array_merge($params, $optParams);
158 return $this->call('changeParameters', [$params], GoogleLongrunningOperation::class);
185 $params = ['name' => $name, 'postBody' => $postBody];
186 $params = array_merge($params, $optParams);
187 return $this->call('changeRenewalSettings', [$params], GoogleLongrunningOperation::class);
222 $params = ['parent' => $parent, 'postBody' => $postBody];
223 $params = array_merge($params, $optParams);
224 return $this->call('create', [$params], GoogleLongrunningOperation::class);
241 $params = ['name' => $name];
242 $params = array_merge($params, $optParams);
243 return $this->call('get', [$params], GoogleCloudChannelV1Entitlement::class);
267 $params = ['parent' => $parent];
268 $params = array_merge($params, $optParams);
269 return $this->call('list', [$params], GoogleCloudChannelV1ListEntitlementsResponse::class);
286 $params = ['entitlement' => $entitlement];
287 $params = array_merge($params, $optParams);
288 return $this->call('lookupOffer', [$params], GoogleCloudChannelV1Offer::class);
315 $params = ['name' => $name, 'postBody' => $postBody];
316 $params = array_merge($params, $optParams);
317 return $this->call('startPaidService', [$params], GoogleLongrunningOperation::class);
341 $params = ['name' => $name, 'postBody' => $postBody];
342 $params = array_merge($params, $optParams);
343 return $this->call('suspend', [$params], GoogleLongrunningOperation::class);