[ Web Proxy ]
URL:
Viewing: https://cloud.google.com/compute/docs/reference/rest/beta/previewFeatures/get [Back]  [Original]

Method: previewFeatures.get  |  Compute Engine  |  Google Cloud Documentation Skip to main content
Google Cloud Documentation [Google Cloud Documentation]
Send feedback

Method: previewFeatures.get Stay organized with collections Save and categorize content based on your preferences.

Returns the details of the given PreviewFeature.

HTTP request

Choose an endpoint:

global africa-south1 asia-east1 asia-east2 asia-northeast1 asia-northeast2 asia-northeast3 asia-south1 asia-south2 asia-southeast1 asia-southeast2 asia-southeast3 australia-southeast1 australia-southeast2 europe-central2 europe-north1 europe-north2 europe-southwest1 europe-west1 europe-west10 europe-west12 europe-west2 europe-west3 europe-west4 europe-west6 europe-west8 europe-west9 me-central1 me-central2 me-west1 northamerica-northeast1 northamerica-northeast2 northamerica-south1 southamerica-east1 southamerica-west1 us-central1 us-east1 us-east4 us-east5 us-south1 us-west1 us-west2 us-west3 us-west4

GET https://compute.googleapis.com/compute/beta/projects/{project}/global/previewFeatures/{previewFeature}

The URLs use gRPC Transcoding syntax.

Path parameters

Parameters
project

string

Project ID for this request.

previewFeature

string

Name of the PreviewFeature for this request.

Request body

The request body must be empty.

Response body

Represents a single Google Compute Engine preview feature.

If successful, the response body contains data with the following structure:

JSON representation
{
  "id": string,
  "creationTimestamp": string,
  "name": string,
  "description": string,
  "activationStatus": enum,
  "status": {
    "helpLink": string,
    "description": string,
    "releaseStatus": {
      "stage": enum,
      "updateDate": {
        "year": integer,
        "month": integer,
        "day": integer
      }
    }
  },
  "selfLink": string,
  "rolloutOperation": {
    "rolloutInput": {

      // Union field rollout_plan can be only one of the following:
      "name": string,
      "predefinedRolloutPlan": enum
      // End of list of possible types for union field rollout_plan.
    }
  },
  "kind": string
}
Fields
id

string (uint64 format)

Output only. The unique identifier for the resource. This identifier is defined by the server.

creationTimestamp

string

Output only. Creation timestamp in RFC3339 text format.

name

string

Name of the feature.

description

string

Output only. Description of the feature.

activationStatus

enum

Specifies whether the feature is enabled or disabled.

status

object

Output only. Status of the feature.

status.helpLink

string

Output only. Link to the public documentation for the feature.

status.description

string

Output only. The description of the feature.

status.releaseStatus

object

status.releaseStatus.stage

enum

Output only. The stage of the feature.

status.releaseStatus.updateDate

object

Output only. The last date when a feature transitioned between ReleaseStatuses.

status.releaseStatus.updateDate.year

integer

Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.

status.releaseStatus.updateDate.month

integer

Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.

status.releaseStatus.updateDate.day

integer

Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.

rolloutOperation

object

Rollout operation of the feature.

rolloutOperation.rolloutInput

object

Input only. The input for the rollout operation.

rolloutOperation.rolloutInput.name

string

The name of the rollout plan Ex. organizations//locations/global/rolloutPlans/ Ex. folders//locations/global/rolloutPlans/ Ex. projects//locations/global/rolloutPlans/.

rolloutOperation.rolloutInput.predefinedRolloutPlan

enum

Predefined rollout plan.

kind

string

Output only. The type of the feature. Always "compute#previewFeature" for preview features.

Authorization scopes

Requires one of the following OAuth scopes:

For more information, see the Authentication Overview.

IAM Permissions

In addition to any permissions specified on the fields above, authorization requires one or more of the following IAM permissions:

To find predefined roles that contain those permissions, see Compute Engine IAM Roles.

Send feedback

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026-08-14 UTC.

Need to tell us more? [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-08-14 UTC."],[],[]]

Web Proxy Viewer  |  New URL  |  Original Page