runtimes
Creates, updates, deletes, gets or lists a runtimes
resource.
Overview
Name | runtimes |
Type | Resource |
Id | google.cloudfunctions.runtimes |
Fields
Name | Datatype | Description |
---|---|---|
runtimes | array | The runtimes that match the request. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | locationsId, projectsId | Returns a list of runtimes that are supported for the requested project. |
SELECT
examples
Returns a list of runtimes that are supported for the requested project.
SELECT
runtimes
FROM google.cloudfunctions.runtimes
WHERE locationsId = '{{ locationsId }}'
AND projectsId = '{{ projectsId }}';