public static enum QuotaExceededInfo.RolloutStatus extends Enum<QuotaExceededInfo.RolloutStatus> implements com.google.protobuf.ProtocolMessageEnum
Rollout status of the future quota limit.Protobuf enum
google.cloud.compute.v1.QuotaExceededInfo.RolloutStatus| Enum Constant and Description |
|---|
IN_PROGRESS
IN_PROGRESS - A rollout is in process which will change the limit value to future limit.
|
ROLLOUT_STATUS_UNSPECIFIED
ROLLOUT_STATUS_UNSPECIFIED - Rollout status is not specified.
|
UNDEFINED_ROLLOUT_STATUS
A value indicating that the enum field is not set.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
IN_PROGRESS_VALUE
IN_PROGRESS - A rollout is in process which will change the limit value to future limit.
|
static int |
ROLLOUT_STATUS_UNSPECIFIED_VALUE
ROLLOUT_STATUS_UNSPECIFIED - Rollout status is not specified.
|
static int |
UNDEFINED_ROLLOUT_STATUS_VALUE
A value indicating that the enum field is not set.
|
| Modifier and Type | Method and Description |
|---|---|
static QuotaExceededInfo.RolloutStatus |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<QuotaExceededInfo.RolloutStatus> |
internalGetValueMap() |
static QuotaExceededInfo.RolloutStatus |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static QuotaExceededInfo.RolloutStatus |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static QuotaExceededInfo.RolloutStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QuotaExceededInfo.RolloutStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QuotaExceededInfo.RolloutStatus UNDEFINED_ROLLOUT_STATUS
A value indicating that the enum field is not set.
UNDEFINED_ROLLOUT_STATUS = 0;public static final QuotaExceededInfo.RolloutStatus IN_PROGRESS
IN_PROGRESS - A rollout is in process which will change the limit value to future limit.
IN_PROGRESS = 469193735;public static final QuotaExceededInfo.RolloutStatus ROLLOUT_STATUS_UNSPECIFIED
ROLLOUT_STATUS_UNSPECIFIED - Rollout status is not specified. The default value.
ROLLOUT_STATUS_UNSPECIFIED = 26864568;public static final QuotaExceededInfo.RolloutStatus UNRECOGNIZED
public static final int UNDEFINED_ROLLOUT_STATUS_VALUE
A value indicating that the enum field is not set.
UNDEFINED_ROLLOUT_STATUS = 0;public static final int IN_PROGRESS_VALUE
IN_PROGRESS - A rollout is in process which will change the limit value to future limit.
IN_PROGRESS = 469193735;public static final int ROLLOUT_STATUS_UNSPECIFIED_VALUE
ROLLOUT_STATUS_UNSPECIFIED - Rollout status is not specified. The default value.
ROLLOUT_STATUS_UNSPECIFIED = 26864568;public static QuotaExceededInfo.RolloutStatus[] values()
for (QuotaExceededInfo.RolloutStatus c : QuotaExceededInfo.RolloutStatus.values()) System.out.println(c);
public static QuotaExceededInfo.RolloutStatus valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static QuotaExceededInfo.RolloutStatus valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static QuotaExceededInfo.RolloutStatus forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<QuotaExceededInfo.RolloutStatus> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static QuotaExceededInfo.RolloutStatus valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.