Enum QuotaExceededInfo.RolloutStatus (1.51.0)

public enum QuotaExceededInfo.RolloutStatus extends Enum<QuotaExceededInfo.RolloutStatus> implements ProtocolMessageEnum

Rollout status of the future quota limit.

Protobuf enum google.cloud.compute.v1.QuotaExceededInfo.RolloutStatus

Implements

ProtocolMessageEnum

Static Fields

NameDescription
IN_PROGRESS

IN_PROGRESS - A rollout is in process which will change the limit value to future limit.

IN_PROGRESS = 469193735;

IN_PROGRESS_VALUE

IN_PROGRESS - A rollout is in process which will change the limit value to future limit.

IN_PROGRESS = 469193735;

ROLLOUT_STATUS_UNSPECIFIED

ROLLOUT_STATUS_UNSPECIFIED - Rollout status is not specified. The default value.

ROLLOUT_STATUS_UNSPECIFIED = 26864568;

ROLLOUT_STATUS_UNSPECIFIED_VALUE

ROLLOUT_STATUS_UNSPECIFIED - Rollout status is not specified. The default value.

ROLLOUT_STATUS_UNSPECIFIED = 26864568;

UNDEFINED_ROLLOUT_STATUS

A value indicating that the enum field is not set.

UNDEFINED_ROLLOUT_STATUS = 0;

UNDEFINED_ROLLOUT_STATUS_VALUE

A value indicating that the enum field is not set.

UNDEFINED_ROLLOUT_STATUS = 0;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()