projects
Creates, updates, deletes, gets or lists a projects
resource.
Overview
Name | projects |
Type | Resource |
Id | google.bigquery.projects |
Fields
Name | Datatype | Description |
---|---|---|
id | string | An opaque ID of this project. |
friendlyName | string | A descriptive name for this project. A wrapper is used here because friendlyName can be set to the empty string. |
kind | string | The resource type. |
numericId | string | The numeric ID of this project. |
projectReference | object | A unique reference to a project. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT |
| RPC to list projects to which the user has been granted any project role. Users of this method are encouraged to consider the Resource Manager API, which provides the underlying data for this method and has more capabilities. |
SELECT
examples
RPC to list projects to which the user has been granted any project role. Users of this method are encouraged to consider the Resource Manager API, which provides the underlying data for this method and has more capabilities.
SELECT
id,
friendlyName,
kind,
numericId,
projectReference
FROM google.bigquery.projects
;