public interface PreviewFeatureStatusReleaseStatusOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getStage()
public abstract String getStage()Output only. [Output Only] The stage of the feature. Check the Stage enum for the list of possible values.
optional string stage = 109757182;
| Returns | |
|---|---|
| Type | Description |
String |
The stage. |
getStageBytes()
public abstract ByteString getStageBytes()Output only. [Output Only] The stage of the feature. Check the Stage enum for the list of possible values.
optional string stage = 109757182;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for stage. |
getUpdateDate()
public abstract Date getUpdateDate()Output only. The last date when a feature transitioned between ReleaseStatuses.
optional .google.cloud.compute.v1.Date update_date = 499811684;
| Returns | |
|---|---|
| Type | Description |
Date |
The updateDate. |
getUpdateDateOrBuilder()
public abstract DateOrBuilder getUpdateDateOrBuilder()Output only. The last date when a feature transitioned between ReleaseStatuses.
optional .google.cloud.compute.v1.Date update_date = 499811684;
| Returns | |
|---|---|
| Type | Description |
DateOrBuilder |
|
hasStage()
public abstract boolean hasStage()Output only. [Output Only] The stage of the feature. Check the Stage enum for the list of possible values.
optional string stage = 109757182;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the stage field is set. |
hasUpdateDate()
public abstract boolean hasUpdateDate()Output only. The last date when a feature transitioned between ReleaseStatuses.
optional .google.cloud.compute.v1.Date update_date = 499811684;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateDate field is set. |