Lines Matching refs:name

61    * @param string $name Required. The resource name of the entitlement to
68 …public function activate($name, GoogleCloudChannelV1ActivateEntitlementRequest $postBody, $optPara… argument
70 $params = ['name' => $name, 'postBody' => $postBody];
92 * @param string $name Required. The resource name of the entitlement to cancel.
99 …public function cancel($name, GoogleCloudChannelV1CancelEntitlementRequest $postBody, $optParams =… argument
101 $params = ['name' => $name, 'postBody' => $postBody];
119 * @param string $name Required. The resource name of the entitlement to update.
126 …public function changeOffer($name, GoogleCloudChannelV1ChangeOfferRequest $postBody, $optParams = … argument
128 $params = ['name' => $name, 'postBody' => $postBody];
147 * @param string $name Required. The name of the entitlement to update. Name
154 …public function changeParameters($name, GoogleCloudChannelV1ChangeParametersRequest $postBody, $op… argument
156 $params = ['name' => $name, 'postBody' => $postBody];
176 * @param string $name Required. The name of the entitlement to update. Name
183 …public function changeRenewalSettings($name, GoogleCloudChannelV1ChangeRenewalSettingsRequest $pos… argument
185 $params = ['name' => $name, 'postBody' => $postBody];
233 * @param string $name Required. The resource name of the entitlement to
239 public function get($name, $optParams = []) argument
241 $params = ['name' => $name];
306 * @param string $name Required. The name of the entitlement to start a paid
313 …public function startPaidService($name, GoogleCloudChannelV1StartPaidServiceRequest $postBody, $op… argument
315 $params = ['name' => $name, 'postBody' => $postBody];
332 * @param string $name Required. The resource name of the entitlement to
339 …public function suspend($name, GoogleCloudChannelV1SuspendEntitlementRequest $postBody, $optParams… argument
341 $params = ['name' => $name, 'postBody' => $postBody];