Lines Matching refs:Role
22 use Google\Service\Iam\Role; alias
57 * @return Role
63 return $this->call('create', [$params], Role::class);
97 * @return Role
103 return $this->call('delete', [$params], Role::class);
133 * @return Role
139 return $this->call('get', [$params], Role::class);
208 * @param Role $postBody
213 * @return Role
215 public function patch($name, Role $postBody, $optParams = [])
219 return $this->call('patch', [$params], Role::class);
245 * @return Role
251 return $this->call('undelete', [$params], Role::class);