public static enum Rollout.RolloutStatus extends java.lang.Enum<Rollout.RolloutStatus> implements com.google.protobuf.ProtocolMessageEnum
Status of a Rollout.Protobuf enum
google.api.servicemanagement.v1.Rollout.RolloutStatus| Enum Constant and Description |
|---|
CANCELLED
The Rollout has been cancelled.
|
FAILED
The Rollout has failed.
|
IN_PROGRESS
The Rollout is in progress.
|
PENDING
The Rollout has not started yet and is pending for execution.
|
ROLLOUT_STATUS_UNSPECIFIED
No status specified.
|
SUCCESS
The Rollout has completed successfully.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
CANCELLED_VALUE
The Rollout has been cancelled.
|
static int |
FAILED_VALUE
The Rollout has failed.
|
static int |
IN_PROGRESS_VALUE
The Rollout is in progress.
|
static int |
PENDING_VALUE
The Rollout has not started yet and is pending for execution.
|
static int |
ROLLOUT_STATUS_UNSPECIFIED_VALUE
No status specified.
|
static int |
SUCCESS_VALUE
The Rollout has completed successfully.
|
| Modifier and Type | Method and Description |
|---|---|
static Rollout.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<Rollout.RolloutStatus> |
internalGetValueMap() |
static Rollout.RolloutStatus |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Rollout.RolloutStatus |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Rollout.RolloutStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Rollout.RolloutStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Rollout.RolloutStatus ROLLOUT_STATUS_UNSPECIFIED
No status specified.
ROLLOUT_STATUS_UNSPECIFIED = 0;public static final Rollout.RolloutStatus IN_PROGRESS
The Rollout is in progress.
IN_PROGRESS = 1;public static final Rollout.RolloutStatus SUCCESS
The Rollout has completed successfully.
SUCCESS = 2;public static final Rollout.RolloutStatus CANCELLED
The Rollout has been cancelled. This can happen if you have overlapping Rollout pushes, and the previous ones will be cancelled.
CANCELLED = 3;public static final Rollout.RolloutStatus FAILED
The Rollout has failed. It is typically caused by configuration errors.
FAILED = 4;public static final Rollout.RolloutStatus PENDING
The Rollout has not started yet and is pending for execution.
PENDING = 5;public static final Rollout.RolloutStatus UNRECOGNIZED
public static final int ROLLOUT_STATUS_UNSPECIFIED_VALUE
No status specified.
ROLLOUT_STATUS_UNSPECIFIED = 0;public static final int IN_PROGRESS_VALUE
The Rollout is in progress.
IN_PROGRESS = 1;public static final int SUCCESS_VALUE
The Rollout has completed successfully.
SUCCESS = 2;public static final int CANCELLED_VALUE
The Rollout has been cancelled. This can happen if you have overlapping Rollout pushes, and the previous ones will be cancelled.
CANCELLED = 3;public static final int FAILED_VALUE
The Rollout has failed. It is typically caused by configuration errors.
FAILED = 4;public static final int PENDING_VALUE
The Rollout has not started yet and is pending for execution.
PENDING = 5;public static Rollout.RolloutStatus[] values()
for (Rollout.RolloutStatus c : Rollout.RolloutStatus.values()) System.out.println(c);
public static Rollout.RolloutStatus valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - 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 Rollout.RolloutStatus valueOf(int value)
forNumber(int) instead.public static Rollout.RolloutStatus forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<Rollout.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 Rollout.RolloutStatus valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)