public static enum AutomationRule.RuleCase extends Enum<AutomationRule.RuleCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
ADVANCE_ROLLOUT_RULE |
PROMOTE_RELEASE_RULE |
REPAIR_ROLLOUT_RULE |
RULE_NOT_SET |
| Modifier and Type | Method and Description |
|---|---|
static AutomationRule.RuleCase |
forNumber(int value) |
int |
getNumber() |
static AutomationRule.RuleCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static AutomationRule.RuleCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutomationRule.RuleCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AutomationRule.RuleCase PROMOTE_RELEASE_RULE
public static final AutomationRule.RuleCase ADVANCE_ROLLOUT_RULE
public static final AutomationRule.RuleCase REPAIR_ROLLOUT_RULE
public static final AutomationRule.RuleCase RULE_NOT_SET
public static AutomationRule.RuleCase[] values()
for (AutomationRule.RuleCase c : AutomationRule.RuleCase.values()) System.out.println(c);
public static AutomationRule.RuleCase 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 null@Deprecated public static AutomationRule.RuleCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static AutomationRule.RuleCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2024 Google LLC. All rights reserved.