Firebase App Hosting API (firebaseapphosting:v1beta)

2026-05-01

1 new method

Additions

    Methods
  • firebaseapphosting.projects.locations.supportedRuntimes.list

      Path : v1beta/{+parent}/supportedRuntimes

      Flat Path : v1beta/projects/{projectsId}/locations/{locationsId}/supportedRuntimes

      HTTP Method : GET

      Parameters :

        parent

          Description : Required. The parent, which owns this collection of SupportedRuntime. Format: projects/{project}/locations/{location}

          Pattern : ^projects/[^/]+/locations/[^/]+$

          Location : path

          Required : Yes

          Type : string

        pageSize

          Description : Optional. The suggested number of runtimes to return. This field is ignored. We return all runtimes in a single page regardless of the page size.

          Location : query

          Type : integer

          Format : int32

      Parameter Order : parent

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Description : Lists the runtimes supported by the backend. The list of runtimes may vary across projects and locations, for example, during staged rollouts of new runtime support.