Method: projects.locations.runtimeVersions.list

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

string

Required. The parent resource name.

Query parameters

Parameters
pageSize

integer

The maximum number of items to return.

pageToken

string

The nextPageToken value returned from a previous List request, if any.

filter

string

List filter.

orderBy

string

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 (RuntimeVersion)}],"nextPageToken":string,"unreachable":[string]}
Fields
runtimeVersions[]

object (RuntimeVersion)

The listed nodes.

nextPageToken

string

The next page token or empty if none.

unreachable[]

string

Locations that could not be reached.

Authorization scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/cloud.tpu
  • https://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.