class ProjectsLocationsRuntimes extends Resource (View source)

The "runtimes" collection of methods.

Typical usage is:

 $cloudfunctionsService = new Google\Service\CloudFunctions(...);
 $runtimes = $cloudfunctionsService->projects_locations_runtimes;

Methods

listProjectsLocationsRuntimes(string $parent, array $optParams = [])

Returns a list of runtimes that are supported for the requested project.

Details

ListRuntimesResponse listProjectsLocationsRuntimes(string $parent, array $optParams = [])

Returns a list of runtimes that are supported for the requested project.

(runtimes.listProjectsLocationsRuntimes)

Parameters

string $parent

Required. The project and location from which the runtimes should be listed, specified in the format projects/locations

array $optParams

Optional parameters.

Return Value

ListRuntimesResponse

Exceptions

Exception