Skip to main content

runtimes

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

Overview

Nameruntimes
TypeResource
Idgoogle.cloudfunctions.runtimes

Fields

NameDatatypeDescription
runtimesarrayThe runtimes that match the request.

Methods

NameAccessible byRequired ParamsDescription
listSELECTlocationsId, projectsIdReturns 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 }}';