ProjectsLocationsRuntimes
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)