resourcemanager.projects.get
permission on, and also satisfy the specified query. This method returns projects in an unspecified order. This method is eventually consistent with project mutations; this means that a newly created project may not appear in the results or recent updates to an existing project may not be reflected in the results. To retrieve the latest state of a project, use the GetProject method.
Parameter | Description |
---|---|
Query | A query string to search for available projects. This parameter supports searching: - display name - parent organization/folder - project ID - state - labels - * (wildcard)Examples: - name:my-project* - name starts with “my-project”.- labels.env:production - has label “env” with value “production”.- state:ACTIVE - active projects only. |
Return All Pages | Automatically fetch all resources, page by page. |
Parameter | Description |
---|---|
Page Size | Optional. The maximum number of projects to return in the response. The server can return fewer projects than requested. If unspecified, server picks an appropriate default. |