Lines Matching refs:name

43    * @param string $name Required. The project
54 public function create($name, NotificationChannel $postBody, $optParams = []) argument
56 $params = ['name' => $name, 'postBody' => $postBody];
63 * @param string $name Required. The channel for which to execute the request.
74 public function delete($name, $optParams = []) argument
76 $params = ['name' => $name];
88 * @param string $name Required. The channel for which to execute the request.
94 public function get($name, $optParams = []) argument
96 $params = ['name' => $name];
121 * @param string $name Required. The notification channel for which a
129 …public function getVerificationCode($name, GetNotificationChannelVerificationCodeRequest $postBody… argument
131 $params = ['name' => $name, 'postBody' => $postBody];
139 * @param string $name Required. The project
164 public function listProjectsNotificationChannels($name, $optParams = []) argument
166 $params = ['name' => $name];
174 * @param string $name The full REST resource name for this channel. The format
183 public function patch($name, NotificationChannel $postBody, $optParams = []) argument
185 $params = ['name' => $name, 'postBody' => $postBody];
194 * @param string $name Required. The notification channel to which to send a
200 …public function sendVerificationCode($name, SendNotificationChannelVerificationCodeRequest $postBo… argument
202 $params = ['name' => $name, 'postBody' => $postBody];
211 * @param string $name Required. The notification channel to verify.
216 public function verify($name, VerifyNotificationChannelRequest $postBody, $optParams = []) argument
218 $params = ['name' => $name, 'postBody' => $postBody];