Compute Engine API (compute:beta)

2026-06-19

1 new method

Additions

    Methods
  • compute.imageViews.get

      Path : projects/{project}/regions/{region}/imageViews/{resourceId}

      Description : Returns the specified global ImageView resource, with a regional context.

      Parameter Order :

    • project
    • region
    • resourceId
    • HTTP Method : GET

      Parameters :

        project

          Type : string

          Pattern : (?:(?:[-a-z0-9]{1,63}\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))

          Description : Required. Project ID for this request.

          Location : path

          Required : Yes

        region

          Type : string

          Location : path

          Required : Yes

          Description : Required. Name of the region for this request.

          Pattern : [a-z](?:[-a-z0-9]{0,61}[a-z0-9])?

        resourceId

          Type : string

          Location : path

          Required : Yes

          Description : Name of the image resource to return.

          Pattern : [a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}

      Scopes :

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/compute
    • https://www.googleapis.com/auth/compute.readonly
    • Flat Path : projects/{project}/regions/{region}/imageViews/{resourceId}