public static enum Rollout.State extends Enum<Rollout.State> implements com.google.protobuf.ProtocolMessageEnum
Valid states of a `Rollout`.Protobuf enum
google.cloud.deploy.v1.Rollout.State| Enum Constant and Description |
|---|
APPROVAL_REJECTED
An approver rejected the `Rollout`.
|
CANCELLED
The `Rollout` has been cancelled.
|
CANCELLING
The `Rollout` is in the process of being cancelled.
|
FAILED
The `Rollout` has failed.
|
HALTED
The `Rollout` is halted.
|
IN_PROGRESS
The `Rollout` is being deployed.
|
PENDING
The `Rollout` is waiting for an earlier Rollout(s) to complete on this
`Target`.
|
PENDING_APPROVAL
The `Rollout` needs approval.
|
PENDING_RELEASE
The `Rollout` is waiting for the `Release` to be fully rendered.
|
STATE_UNSPECIFIED
The `Rollout` has an unspecified state.
|
SUCCEEDED
The `Rollout` has completed successfully.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
APPROVAL_REJECTED_VALUE
An approver rejected the `Rollout`.
|
static int |
CANCELLED_VALUE
The `Rollout` has been cancelled.
|
static int |
CANCELLING_VALUE
The `Rollout` is in the process of being cancelled.
|
static int |
FAILED_VALUE
The `Rollout` has failed.
|
static int |
HALTED_VALUE
The `Rollout` is halted.
|
static int |
IN_PROGRESS_VALUE
The `Rollout` is being deployed.
|
static int |
PENDING_APPROVAL_VALUE
The `Rollout` needs approval.
|
static int |
PENDING_RELEASE_VALUE
The `Rollout` is waiting for the `Release` to be fully rendered.
|
static int |
PENDING_VALUE
The `Rollout` is waiting for an earlier Rollout(s) to complete on this
`Target`.
|
static int |
STATE_UNSPECIFIED_VALUE
The `Rollout` has an unspecified state.
|
static int |
SUCCEEDED_VALUE
The `Rollout` has completed successfully.
|
| Modifier and Type | Method and Description |
|---|---|
static Rollout.State |
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.State> |
internalGetValueMap() |
static Rollout.State |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Rollout.State |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Rollout.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Rollout.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Rollout.State STATE_UNSPECIFIED
The `Rollout` has an unspecified state.
STATE_UNSPECIFIED = 0;public static final Rollout.State SUCCEEDED
The `Rollout` has completed successfully.
SUCCEEDED = 1;public static final Rollout.State FAILED
The `Rollout` has failed.
FAILED = 2;public static final Rollout.State IN_PROGRESS
The `Rollout` is being deployed.
IN_PROGRESS = 3;public static final Rollout.State PENDING_APPROVAL
The `Rollout` needs approval.
PENDING_APPROVAL = 4;public static final Rollout.State APPROVAL_REJECTED
An approver rejected the `Rollout`.
APPROVAL_REJECTED = 5;public static final Rollout.State PENDING
The `Rollout` is waiting for an earlier Rollout(s) to complete on this `Target`.
PENDING = 6;public static final Rollout.State PENDING_RELEASE
The `Rollout` is waiting for the `Release` to be fully rendered.
PENDING_RELEASE = 7;public static final Rollout.State CANCELLING
The `Rollout` is in the process of being cancelled.
CANCELLING = 8;public static final Rollout.State CANCELLED
The `Rollout` has been cancelled.
CANCELLED = 9;public static final Rollout.State HALTED
The `Rollout` is halted.
HALTED = 10;public static final Rollout.State UNRECOGNIZED
public static final int STATE_UNSPECIFIED_VALUE
The `Rollout` has an unspecified state.
STATE_UNSPECIFIED = 0;public static final int SUCCEEDED_VALUE
The `Rollout` has completed successfully.
SUCCEEDED = 1;public static final int FAILED_VALUE
The `Rollout` has failed.
FAILED = 2;public static final int IN_PROGRESS_VALUE
The `Rollout` is being deployed.
IN_PROGRESS = 3;public static final int PENDING_APPROVAL_VALUE
The `Rollout` needs approval.
PENDING_APPROVAL = 4;public static final int APPROVAL_REJECTED_VALUE
An approver rejected the `Rollout`.
APPROVAL_REJECTED = 5;public static final int PENDING_VALUE
The `Rollout` is waiting for an earlier Rollout(s) to complete on this `Target`.
PENDING = 6;public static final int PENDING_RELEASE_VALUE
The `Rollout` is waiting for the `Release` to be fully rendered.
PENDING_RELEASE = 7;public static final int CANCELLING_VALUE
The `Rollout` is in the process of being cancelled.
CANCELLING = 8;public static final int CANCELLED_VALUE
The `Rollout` has been cancelled.
CANCELLED = 9;public static final int HALTED_VALUE
The `Rollout` is halted.
HALTED = 10;public static Rollout.State[] values()
for (Rollout.State c : Rollout.State.values()) System.out.println(c);
public static Rollout.State 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 Rollout.State valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static Rollout.State forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Rollout.State> 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.State valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.