List
|
|||||
|
|
Lists all projects to which you have been granted any project role
Authorization
To use this building block you will have to grant access to at least one of the following scopes:
- View and manage your data in Google BigQuery
- View and manage your data across Google Cloud Platform services
- View your data across Google Cloud Platform services
Input
This building block consumes 2 input parameters
Name | Format | Description |
---|---|---|
pageToken |
STRING |
Page token, returned by a previous call, to request the next page of results |
maxResults |
INTEGER |
Maximum number of results to return |
= Parameter name
= Format
pageToken STRING Page token, returned by a previous call, to request the next page of results |
maxResults INTEGER Maximum number of results to return |
Output
This building block provides 11 output parameters
Name | Format | Description |
---|---|---|
totalItems |
INTEGER |
The total number of projects in the list |
kind |
STRING |
The type of list |
etag |
STRING |
A hash of the page of results |
projects[] |
OBJECT |
|
projects[].numericId |
INTEGER |
The numeric ID of this project |
projects[].kind |
STRING |
The resource type |
projects[].id |
STRING |
An opaque ID of this project |
projects[].projectReference |
OBJECT |
|
projects[].projectReference.projectId |
STRING |
[Required] ID of the project. Can be either the numeric ID or the assigned ID of the project |
projects[].friendlyName |
STRING |
A descriptive name for this project |
nextPageToken |
STRING |
A token to request the next page of results |
= Parameter name
= Format
totalItems INTEGER The total number of projects in the list |
kind STRING The type of list |
etag STRING A hash of the page of results |
projects[] OBJECT |
projects[].numericId INTEGER The numeric ID of this project |
projects[].kind STRING The resource type |
projects[].id STRING An opaque ID of this project |
projects[].projectReference OBJECT |
projects[].projectReference.projectId STRING [Required] ID of the project. Can be either the numeric ID or the assigned ID of the project |
projects[].friendlyName STRING A descriptive name for this project |
nextPageToken STRING A token to request the next page of results |