public static enum EnvironmentConfig.ResilienceMode extends Enum<EnvironmentConfig.ResilienceMode> implements com.google.protobuf.ProtocolMessageEnum
Resilience mode of the Cloud Composer Environment.Protobuf enum
google.cloud.orchestration.airflow.service.v1.EnvironmentConfig.ResilienceMode| Enum Constant and Description |
|---|
HIGH_RESILIENCE
Enabled High Resilience mode, including Cloud SQL HA.
|
RESILIENCE_MODE_UNSPECIFIED
Default mode doesn't change environment parameters.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
HIGH_RESILIENCE_VALUE
Enabled High Resilience mode, including Cloud SQL HA.
|
static int |
RESILIENCE_MODE_UNSPECIFIED_VALUE
Default mode doesn't change environment parameters.
|
| Modifier and Type | Method and Description |
|---|---|
static EnvironmentConfig.ResilienceMode |
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<EnvironmentConfig.ResilienceMode> |
internalGetValueMap() |
static EnvironmentConfig.ResilienceMode |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static EnvironmentConfig.ResilienceMode |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static EnvironmentConfig.ResilienceMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnvironmentConfig.ResilienceMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnvironmentConfig.ResilienceMode RESILIENCE_MODE_UNSPECIFIED
Default mode doesn't change environment parameters.
RESILIENCE_MODE_UNSPECIFIED = 0;public static final EnvironmentConfig.ResilienceMode HIGH_RESILIENCE
Enabled High Resilience mode, including Cloud SQL HA.
HIGH_RESILIENCE = 1;public static final EnvironmentConfig.ResilienceMode UNRECOGNIZED
public static final int RESILIENCE_MODE_UNSPECIFIED_VALUE
Default mode doesn't change environment parameters.
RESILIENCE_MODE_UNSPECIFIED = 0;public static final int HIGH_RESILIENCE_VALUE
Enabled High Resilience mode, including Cloud SQL HA.
HIGH_RESILIENCE = 1;public static EnvironmentConfig.ResilienceMode[] values()
for (EnvironmentConfig.ResilienceMode c : EnvironmentConfig.ResilienceMode.values()) System.out.println(c);
public static EnvironmentConfig.ResilienceMode 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 EnvironmentConfig.ResilienceMode valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static EnvironmentConfig.ResilienceMode forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<EnvironmentConfig.ResilienceMode> 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 EnvironmentConfig.ResilienceMode valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.