Reference documentation and code samples for the Compute V1 Client class PreviewFeatureStatus.
[Output Only] The status of the feature.
Generated from protobuf message google.cloud.compute.v1.PreviewFeatureStatus
Namespace
Google \ Cloud \ Compute \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ description |
string
[Output Only] The description of the feature. |
↳ help_link |
string
[Output Only] Link to the public documentation for the feature. |
↳ release_status |
PreviewFeatureStatusReleaseStatus
|
getDescription
[Output Only] The description of the feature.
Returns | |
---|---|
Type | Description |
string |
hasDescription
clearDescription
setDescription
[Output Only] The description of the feature.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getHelpLink
[Output Only] Link to the public documentation for the feature.
Returns | |
---|---|
Type | Description |
string |
hasHelpLink
clearHelpLink
setHelpLink
[Output Only] Link to the public documentation for the feature.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getReleaseStatus
Generated from protobuf field optional .google.cloud.compute.v1.PreviewFeatureStatusReleaseStatus release_status = 508026666;
Returns | |
---|---|
Type | Description |
PreviewFeatureStatusReleaseStatus|null |
hasReleaseStatus
clearReleaseStatus
setReleaseStatus
Generated from protobuf field optional .google.cloud.compute.v1.PreviewFeatureStatusReleaseStatus release_status = 508026666;
Parameter | |
---|---|
Name | Description |
var |
PreviewFeatureStatusReleaseStatus
|
Returns | |
---|---|
Type | Description |
$this |