public static enum SoftwareConfig.WebServerPluginsMode extends Enum<SoftwareConfig.WebServerPluginsMode> implements com.google.protobuf.ProtocolMessageEnum
Web server plugins mode of the Cloud Composer environment.Protobuf enum
google.cloud.orchestration.airflow.service.v1.SoftwareConfig.WebServerPluginsMode| Enum Constant and Description |
|---|
PLUGINS_DISABLED
Web server plugins are not supported.
|
PLUGINS_ENABLED
Web server plugins are supported.
|
UNRECOGNIZED |
WEB_SERVER_PLUGINS_MODE_UNSPECIFIED
Default mode.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
PLUGINS_DISABLED_VALUE
Web server plugins are not supported.
|
static int |
PLUGINS_ENABLED_VALUE
Web server plugins are supported.
|
static int |
WEB_SERVER_PLUGINS_MODE_UNSPECIFIED_VALUE
Default mode.
|
| Modifier and Type | Method and Description |
|---|---|
static SoftwareConfig.WebServerPluginsMode |
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<SoftwareConfig.WebServerPluginsMode> |
internalGetValueMap() |
static SoftwareConfig.WebServerPluginsMode |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static SoftwareConfig.WebServerPluginsMode |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static SoftwareConfig.WebServerPluginsMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SoftwareConfig.WebServerPluginsMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SoftwareConfig.WebServerPluginsMode WEB_SERVER_PLUGINS_MODE_UNSPECIFIED
Default mode.
WEB_SERVER_PLUGINS_MODE_UNSPECIFIED = 0;public static final SoftwareConfig.WebServerPluginsMode PLUGINS_DISABLED
Web server plugins are not supported.
PLUGINS_DISABLED = 1;public static final SoftwareConfig.WebServerPluginsMode PLUGINS_ENABLED
Web server plugins are supported.
PLUGINS_ENABLED = 2;public static final SoftwareConfig.WebServerPluginsMode UNRECOGNIZED
public static final int WEB_SERVER_PLUGINS_MODE_UNSPECIFIED_VALUE
Default mode.
WEB_SERVER_PLUGINS_MODE_UNSPECIFIED = 0;public static final int PLUGINS_DISABLED_VALUE
Web server plugins are not supported.
PLUGINS_DISABLED = 1;public static final int PLUGINS_ENABLED_VALUE
Web server plugins are supported.
PLUGINS_ENABLED = 2;public static SoftwareConfig.WebServerPluginsMode[] values()
for (SoftwareConfig.WebServerPluginsMode c : SoftwareConfig.WebServerPluginsMode.values()) System.out.println(c);
public static SoftwareConfig.WebServerPluginsMode 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 SoftwareConfig.WebServerPluginsMode valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static SoftwareConfig.WebServerPluginsMode forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<SoftwareConfig.WebServerPluginsMode> 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 SoftwareConfig.WebServerPluginsMode valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.