Compute V1 Client - Class PreviewFeatureStatusReleaseStatus (2.2.0)

Reference documentation and code samples for the Compute V1 Client class PreviewFeatureStatusReleaseStatus.

[Output Only] The release status of the feature.

Generated from protobuf message google.cloud.compute.v1.PreviewFeatureStatusReleaseStatus

Namespace

Google \ Cloud \ Compute \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ stage string

[Output Only] The stage of the feature. Check the Stage enum for the list of possible values.

↳ update_date Date

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

getStage

[Output Only] The stage of the feature.

Check the Stage enum for the list of possible values.

Returns
Type Description
string

hasStage

clearStage

setStage

[Output Only] The stage of the feature.

Check the Stage enum for the list of possible values.

Parameter
Name Description
var string
Returns
Type Description
$this

getUpdateDate

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

Returns
Type Description
Date|null

hasUpdateDate

clearUpdateDate

setUpdateDate

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

Parameter
Name Description
var Date
Returns
Type Description
$this