ProjectsLocationsRuntimeVersions
class ProjectsLocationsRuntimeVersions extends Resource (View source)
The "runtimeVersions" collection of methods.
Typical usage is:
$tpuService = new Google\Service\TPU(...);
$runtimeVersions = $tpuService->projects_locations_runtimeVersions;
Methods
get(string $name, array $optParams = [])
Gets a runtime version. (runtimeVersions.get)
listProjectsLocationsRuntimeVersions(string $parent, array $optParams = [])
Lists runtime versions supported by this API.
Details
RuntimeVersion
get(string $name, array $optParams = [])
Gets a runtime version. (runtimeVersions.get)
ListRuntimeVersionsResponse
listProjectsLocationsRuntimeVersions(string $parent, array $optParams = [])
Lists runtime versions supported by this API.
(runtimeVersions.listProjectsLocationsRuntimeVersions)