Lines Matching refs:postBody

64    * @param GoogleCloudChannelV1ActivateEntitlementRequest $postBody
68 …public function activate($name, GoogleCloudChannelV1ActivateEntitlementRequest $postBody, $optPara… argument
70 $params = ['name' => $name, 'postBody' => $postBody];
95 * @param GoogleCloudChannelV1CancelEntitlementRequest $postBody
99 …public function cancel($name, GoogleCloudChannelV1CancelEntitlementRequest $postBody, $optParams =… argument
101 $params = ['name' => $name, 'postBody' => $postBody];
122 * @param GoogleCloudChannelV1ChangeOfferRequest $postBody
126 …public function changeOffer($name, GoogleCloudChannelV1ChangeOfferRequest $postBody, $optParams = … argument
128 $params = ['name' => $name, 'postBody' => $postBody];
150 * @param GoogleCloudChannelV1ChangeParametersRequest $postBody
154 …public function changeParameters($name, GoogleCloudChannelV1ChangeParametersRequest $postBody, $op… argument
156 $params = ['name' => $name, 'postBody' => $postBody];
179 * @param GoogleCloudChannelV1ChangeRenewalSettingsRequest $postBody
183 …RenewalSettings($name, GoogleCloudChannelV1ChangeRenewalSettingsRequest $postBody, $optParams = []) argument
185 $params = ['name' => $name, 'postBody' => $postBody];
216 * @param GoogleCloudChannelV1CreateEntitlementRequest $postBody
220 …public function create($parent, GoogleCloudChannelV1CreateEntitlementRequest $postBody, $optParams… argument
222 $params = ['parent' => $parent, 'postBody' => $postBody];
309 * @param GoogleCloudChannelV1StartPaidServiceRequest $postBody
313 …public function startPaidService($name, GoogleCloudChannelV1StartPaidServiceRequest $postBody, $op… argument
315 $params = ['name' => $name, 'postBody' => $postBody];
335 * @param GoogleCloudChannelV1SuspendEntitlementRequest $postBody
339 …public function suspend($name, GoogleCloudChannelV1SuspendEntitlementRequest $postBody, $optParams… argument
341 $params = ['name' => $name, 'postBody' => $postBody];