public interface PreviewFeatureStatusOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDescription()
public abstract String getDescription()Output only. [Output Only] The description of the feature.
optional string description = 422937596;
| Returns | |
|---|---|
| Type | Description |
String |
The description. |
getDescriptionBytes()
public abstract ByteString getDescriptionBytes()Output only. [Output Only] The description of the feature.
optional string description = 422937596;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for description. |
getHelpLink()
public abstract String getHelpLink()Output only. [Output Only] Link to the public documentation for the feature.
optional string help_link = 223410744;
| Returns | |
|---|---|
| Type | Description |
String |
The helpLink. |
getHelpLinkBytes()
public abstract ByteString getHelpLinkBytes()Output only. [Output Only] Link to the public documentation for the feature.
optional string help_link = 223410744;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for helpLink. |
getReleaseStatus()
public abstract PreviewFeatureStatusReleaseStatus getReleaseStatus()
optional .google.cloud.compute.v1.PreviewFeatureStatusReleaseStatus release_status = 508026666;
| Returns | |
|---|---|
| Type | Description |
PreviewFeatureStatusReleaseStatus |
The releaseStatus. |
getReleaseStatusOrBuilder()
public abstract PreviewFeatureStatusReleaseStatusOrBuilder getReleaseStatusOrBuilder()
optional .google.cloud.compute.v1.PreviewFeatureStatusReleaseStatus release_status = 508026666;
| Returns | |
|---|---|
| Type | Description |
PreviewFeatureStatusReleaseStatusOrBuilder |
|
hasDescription()
public abstract boolean hasDescription()Output only. [Output Only] The description of the feature.
optional string description = 422937596;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the description field is set. |
hasHelpLink()
public abstract boolean hasHelpLink()Output only. [Output Only] Link to the public documentation for the feature.
optional string help_link = 223410744;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the helpLink field is set. |
hasReleaseStatus()
public abstract boolean hasReleaseStatus()
optional .google.cloud.compute.v1.PreviewFeatureStatusReleaseStatus release_status = 508026666;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the releaseStatus field is set. |