projects
Creates, updates, deletes, gets or lists a projects
resource.
Overview
Name | projects |
Type | Resource |
Id | google.dns.projects |
Fields
Name | Datatype | Description |
---|---|---|
id | string | User assigned unique identifier for the resource (output only). |
kind | string | |
number | string | Unique numeric identifier for the resource; defined by the server (output only). |
quota | object | Limits associated with a Project. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | project | Fetches the representation of an existing Project. |
SELECT
examples
Fetches the representation of an existing Project.
SELECT
id,
kind,
number,
quota
FROM google.dns.projects
WHERE project = '{{ project }}';