Interface PreviewFeatureStatusOrBuilder (1.88.0)

public interface PreviewFeatureStatusOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDescription()

public abstract String getDescription()

[Output Only] The description of the feature.

optional string description = 422937596;

Returns
Type Description
String

The description.

getDescriptionBytes()

public abstract ByteString getDescriptionBytes()

[Output Only] The description of the feature.

optional string description = 422937596;

Returns
Type Description
ByteString

The bytes for description.

public abstract String getHelpLink()

[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] 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] The description of the feature.

optional string description = 422937596;

Returns
Type Description
boolean

Whether the description field is set.

public abstract boolean hasHelpLink()

[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.