| JSON representation |
|---|
{ "resource": { "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": { "name": string, "predefinedRolloutPlan": enum } }, "kind": string }, "etag": string } |
resourceobject
Available from 2026-03-01..
resource.idstring (uint64 format)
Output only. The unique identifier for the resource. This identifier is defined by the server.
resource.creationTimestampstring
Output only. Creation timestamp in RFC3339 text format.
resource.namestring
Name of the feature.
resource.descriptionstring
Output only. Description of the feature.
resource.activationStatusenum
Specifies whether the feature is enabled or disabled.
resource.statusobject
Output only. Status of the feature.
resource.status.helpLinkstring
Output only. Link to the public documentation for the feature.
resource.status.descriptionstring
Output only. The description of the feature.
resource.status.releaseStatusobject
resource.status.releaseStatus.stageenum
Output only. The stage of the feature.
resource.status.releaseStatus.updateDateobject
Output only. The last date when a feature transitioned between ReleaseStatuses.
resource.status.releaseStatus.updateDate.yearinteger
Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
resource.status.releaseStatus.updateDate.monthinteger
Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
resource.status.releaseStatus.updateDate.dayinteger
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.
resource.selfLinkstring
Output only. Server-defined URL for the resource.
resource.rolloutOperationobject
Rollout operation of the feature.
resource.rolloutOperation.rolloutInputobject
Input only. The input for the rollout operation.
resource.rolloutOperation.rolloutInput.namestring
resource.rolloutOperation.rolloutInput.predefinedRolloutPlanenum
Predefined rollout plan.
resource.kindstring
Output only. The type of the feature. Always "compute#previewFeature" for preview features.
etagstring
Available from 2026-03-01..
Methods |
|
|---|---|
|
Returns the details of the given PreviewFeature. |
|
Returns the details of the given PreviewFeature. |
|
Patches the given PreviewFeature. |
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-05-13 UTC.