Lines Matching full:projects

33  * The "projects" collection of methods.
37 * $projects = $cloudresourcemanagerService->projects;
40 class Projects extends \Google\Service\Resource class
47 * `DeleteOperation`. (projects.create)
61 * `projects/415104041262`) for deletion. This method will only affect the
72 * `resourcemanager.projects.delete` permissions for this project.
73 * (projects.delete)
76 * `projects/415104041262`).
88 * `projects/415104041262`). The caller must have `resourcemanager.projects.get`
89 * permission for this project. (projects.get)
92 * `projects/415104041262`).
104 * format `projects/{ProjectIdOrNumber}` e.g. projects/123. Permission is denied
105 * if the policy or the resource do not exist. (projects.getIamPolicy)
121 * Lists projects that are direct children of the specified folder or
123 * projects underneath the specified parent resource. `list()` returns projects
125 * The caller must have `resourcemanager.projects.list` permission on the
126 * identified parent. (projects.listProjects)
130 * @opt_param int pageSize Optional. The maximum number of projects to return in
131 * the response. The server can return fewer projects than requested. If
137 * projects under. For example, setting this field to 'folders/1234' would list
138 * all projects directly under that folder.
139 * @opt_param bool showDeleted Optional. Indicate that projects in the
141 * projects are returned.
155 * `resourcemanager.projects.move` permission on the project, on the project's
158 * need the `resourcemanager.projects.setIamPolicy` permission in the project.
159 * (projects.move)
174 * specified `name` (for example, `projects/415104041262`). Deleting all labels
176 * `resourcemanager.projects.update` permission for this project.
177 * (projects.patch)
180 * is an int64 generated number prefixed by "projects/". Example:
181 * `projects/415104041262`
196 * Search for projects that the caller has both `resourcemanager.projects.get`
198 * projects in an unspecified order. This method is eventually consistent with
202 * method. (projects.search)
206 * @opt_param int pageSize Optional. The maximum number of projects to return in
207 * the response. The server can return fewer projects than requested. If
212 * @opt_param string query Optional. A query string for searching for projects
213 * that the caller has `resourcemanager.projects.get` permission to. If multiple
232 * no query is specified, the call will return projects for which the user has
233 * the `resourcemanager.projects.get` permission.
244 * `projects/{ProjectIdOrNumber}` e.g. projects/123. CAUTION: This method will
265 * from the policy will fail. This restriction also applies to legacy projects
270 * the App Engine Admin API. (projects.setIamPolicy)
287 * `projects/{ProjectIdOrNumber}` e.g. projects/123..
288 * (projects.testIamPermissions)
305 * `projects/415104041262`). You can only use this method for a project that has
307 * cannot be restored. The caller must have `resourcemanager.projects.undelete`
308 * permission for this project. (projects.undelete)
311 * `projects/415104041262`). Required.
325 class_alias(Projects::class, 'Google_Service_CloudResourceManager_Resource_Projects');