Skip to main content

projects

Creates, updates, deletes, gets or lists a projects resource.

Overview

Nameprojects
TypeResource
Idgoogle.dns.projects

Fields

NameDatatypeDescription
idstringUser assigned unique identifier for the resource (output only).
kindstring
numberstringUnique numeric identifier for the resource; defined by the server (output only).
quotaobjectLimits associated with a Project.

Methods

NameAccessible byRequired ParamsDescription
getSELECTprojectFetches 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 }}';