REST Resource: previewFeatures

Resource: PreviewFeaturesGetResponse

JSON representation
{
  "resource": {
    object (PreviewFeature)
  },
  "etag": string
}
Fields
resource

object (PreviewFeature)

Available from 2026-03-01..

etag

string

end_interface: MixerGetResponseWithEtagBuilder

Available from 2026-03-01..

PreviewFeature

Represents a single Cloud de Confiance Compute Engine preview feature.

JSON representation
{
  "id": string,
  "creationTimestamp": string,
  "name": string,
  "description": string,
  "activationStatus": enum (ActivationStatus),
  "status": {
    object (Status)
  },
  "selfLink": string,
  "rolloutOperation": {
    object (RolloutOperation)
  },
  "kind": string
}
Fields
id

string (uint64 format)

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

creationTimestamp

string

Output only. Output only. Creation timestamp in RFC3339 text format.

name

string

Name of the feature.

description

string

Output only. Output only. Description of the feature.

activationStatus

enum (ActivationStatus)

Specifies whether the feature is enabled or disabled.

Available from 2026-03-01..

status

object (Status)

Output only. Output only. Status of the feature.

Available from 2026-03-01..

rolloutOperation

object (RolloutOperation)

Rollout operation of the feature.

Available from 2026-03-01..

kind

string

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

ActivationStatus

Enums
ACTIVATION_STATE_UNSPECIFIED
ENABLED
DISABLED

Status

Output only. The status of the feature.

JSON representation
{
  "helpLink": string,
  "description": string,
  "releaseStatus": {
    object (ReleaseStatus)
  }
}
Fields
description

string

Output only. Output only. The description of the feature.

Available from 2026-03-01..

releaseStatus

object (ReleaseStatus)

Available from 2026-03-01..

ReleaseStatus

Output only. The release status of the feature.

JSON representation
{
  "stage": enum (Stage),
  "updateDate": {
    object (Date)
  }
}
Fields
stage

enum (Stage)

Output only. Output only. The stage of the feature.

Available from 2026-03-01..

updateDate

object (Date)

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

Available from 2026-03-01..

Stage

Enums
STAGE_UNSPECIFIED
PREVIEW
DEPRECATED
GA

RolloutOperation

Represents the rollout operation

JSON representation
{
  "rolloutInput": {
    object (RolloutInput)
  }
}
Fields
rolloutInput

object (RolloutInput)

Input only. The input for the rollout operation.

Available from 2026-03-01..

RolloutInput

Represents the input for the rollout operation.

JSON representation
{

  // Union field rollout_plan can be only one of the following:
  "name": string,
  "predefinedRolloutPlan": enum (PredefinedRolloutPlan)
  // End of list of possible types for union field rollout_plan.
}
Fields
Union field rollout_plan. The rollout plan to use for the rollout. Currently, only predefined rollout plans - FAST_ROLLOUT is supported. rollout_plan can be only one of the following:
name

string

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

Available from 2026-03-01..

predefinedRolloutPlan

enum (PredefinedRolloutPlan)

Predefined rollout plan.

Available from 2026-03-01..

PredefinedRolloutPlan

Enums
ROLLOUT_PLAN_UNSPECIFIED
ROLLOUT_PLAN_TWO_DAY_ROLLOUT
ROLLOUT_PLAN_FAST_ROLLOUT

Methods

get

The method compute.v1.PreviewFeaturesService.Get is not available in Cloud de Confiance by S3NS.

list

The method compute.v1.PreviewFeaturesService.List is not available in Cloud de Confiance by S3NS.

update

The method compute.v1.PreviewFeaturesService.Patch is not available in Cloud de Confiance by S3NS.