public static enum Condition.State extends Enum<Condition.State> implements com.google.protobuf.ProtocolMessageEnum
Represents the possible Condition states.Protobuf enum
google.cloud.run.v2.Condition.State| Enum Constant and Description |
|---|
CONDITION_FAILED
Terminal state: Reconciliation did not succeed.
|
CONDITION_PENDING
Transient state: Reconciliation has not started yet.
|
CONDITION_RECONCILING
Transient state: reconciliation is still in progress.
|
CONDITION_SUCCEEDED
Terminal state: Reconciliation completed successfully.
|
STATE_UNSPECIFIED
The default value.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
CONDITION_FAILED_VALUE
Terminal state: Reconciliation did not succeed.
|
static int |
CONDITION_PENDING_VALUE
Transient state: Reconciliation has not started yet.
|
static int |
CONDITION_RECONCILING_VALUE
Transient state: reconciliation is still in progress.
|
static int |
CONDITION_SUCCEEDED_VALUE
Terminal state: Reconciliation completed successfully.
|
static int |
STATE_UNSPECIFIED_VALUE
The default value.
|
| Modifier and Type | Method and Description |
|---|---|
static Condition.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<Condition.State> |
internalGetValueMap() |
static Condition.State |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Condition.State |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Condition.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Condition.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Condition.State STATE_UNSPECIFIED
The default value. This value is used if the state is omitted.
STATE_UNSPECIFIED = 0;public static final Condition.State CONDITION_PENDING
Transient state: Reconciliation has not started yet.
CONDITION_PENDING = 1;public static final Condition.State CONDITION_RECONCILING
Transient state: reconciliation is still in progress.
CONDITION_RECONCILING = 2;public static final Condition.State CONDITION_FAILED
Terminal state: Reconciliation did not succeed.
CONDITION_FAILED = 3;public static final Condition.State CONDITION_SUCCEEDED
Terminal state: Reconciliation completed successfully.
CONDITION_SUCCEEDED = 4;public static final Condition.State UNRECOGNIZED
public static final int STATE_UNSPECIFIED_VALUE
The default value. This value is used if the state is omitted.
STATE_UNSPECIFIED = 0;public static final int CONDITION_PENDING_VALUE
Transient state: Reconciliation has not started yet.
CONDITION_PENDING = 1;public static final int CONDITION_RECONCILING_VALUE
Transient state: reconciliation is still in progress.
CONDITION_RECONCILING = 2;public static final int CONDITION_FAILED_VALUE
Terminal state: Reconciliation did not succeed.
CONDITION_FAILED = 3;public static final int CONDITION_SUCCEEDED_VALUE
Terminal state: Reconciliation completed successfully.
CONDITION_SUCCEEDED = 4;public static Condition.State[] values()
for (Condition.State c : Condition.State.values()) System.out.println(c);
public static Condition.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 Condition.State valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static Condition.State forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Condition.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 Condition.State valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.