Method: projects.locations.runtimeVersions.list Stay organized with collections Save and categorize content based on your preferences.
Lists runtime versions supported by this API.
HTTP request
GET https://tpu.googleapis.com/v2/{parent=projects/*/locations/*}/runtimeVersions
The URL usesgRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent |
Required. The parent resource name. |
Query parameters
| Parameters | |
|---|---|
page |
The maximum number of items to return. |
page |
The nextPageToken value returned from a previous List request, if any. |
filter |
List filter. |
order |
Sort results. |
Request body
The request body must be empty.
Response body
Response forruntimeVersions.list.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{"runtimeVersions":[{object ( |
| Fields | |
|---|---|
runtime |
The listed nodes. |
next |
The next page token or empty if none. |
unreachable[] |
Locations that could not be reached. |
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud.tpuhttps://www.googleapis.com/auth/cloud-platform
For more information, see theAuthentication Overview.
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-06-17 UTC.