Enum PreviewFeatureStatusReleaseStatus.Stage (1.88.0)

public enum PreviewFeatureStatusReleaseStatus.Stage extends Enum<PreviewFeatureStatusReleaseStatus.Stage> implements ProtocolMessageEnum

[Output Only] The stage of the feature.

Protobuf enum google.cloud.compute.v1.PreviewFeatureStatusReleaseStatus.Stage

Implements

ProtocolMessageEnum

Static Fields

Name Description
DEPRECATED

DEPRECATED = 463360435;

DEPRECATED_VALUE

DEPRECATED = 463360435;

GA

GA = 2266;

GA_VALUE

GA = 2266;

PREVIEW

PREVIEW = 399798184;

PREVIEW_VALUE

PREVIEW = 399798184;

STAGE_UNSPECIFIED

STAGE_UNSPECIFIED = 63695670;

STAGE_UNSPECIFIED_VALUE

STAGE_UNSPECIFIED = 63695670;

UNDEFINED_STAGE

A value indicating that the enum field is not set.

UNDEFINED_STAGE = 0;

UNDEFINED_STAGE_VALUE

A value indicating that the enum field is not set.

UNDEFINED_STAGE = 0;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()