Lines Matching refs:name

51    * @param string $name Required. The resource name of the project associated
57 public function create($name, CreateServiceAccountRequest $postBody, $optParams = []) argument
59 $params = ['name' => $name, 'postBody' => $postBody];
76 * @param string $name Required. The resource name of the service account in the
84 public function delete($name, $optParams = []) argument
86 $params = ['name' => $name];
103 * @param string $name The resource name of the service account in the following
112 public function disable($name, DisableServiceAccountRequest $postBody, $optParams = []) argument
114 $params = ['name' => $name, 'postBody' => $postBody];
125 * @param string $name The resource name of the service account in the following
134 public function enable($name, EnableServiceAccountRequest $postBody, $optParams = []) argument
136 $params = ['name' => $name, 'postBody' => $postBody];
143 * @param string $name Required. The resource name of the service account in the
151 public function get($name, $optParams = []) argument
153 $params = ['name' => $name];
197 * @param string $name Required. The resource name of the project associated
209 public function listProjectsServiceAccounts($name, $optParams = []) argument
211 $params = ['name' => $name];
218 * @param string $name The resource name of the service account. Use one of the
233 public function patch($name, PatchServiceAccountRequest $postBody, $optParams = []) argument
235 $params = ['name' => $name, 'postBody' => $postBody];
276 * @param string $name Required. Deprecated. [Migrate to Service Account
286 public function signBlob($name, SignBlobRequest $postBody, $optParams = []) argument
288 $params = ['name' => $name, 'postBody' => $postBody];
301 * @param string $name Required. Deprecated. [Migrate to Service Account
311 public function signJwt($name, SignJwtRequest $postBody, $optParams = []) argument
313 $params = ['name' => $name, 'postBody' => $postBody];
341 * @param string $name The resource name of the service account in the following
349 public function undelete($name, UndeleteServiceAccountRequest $postBody, $optParams = []) argument
351 $params = ['name' => $name, 'postBody' => $postBody];
360 * @param string $name The resource name of the service account. Use one of the
375 public function update($name, ServiceAccount $postBody, $optParams = []) argument
377 $params = ['name' => $name, 'postBody' => $postBody];