Enum SoftwareConfig.WebServerPluginsMode (1.73.0)

publicenumSoftwareConfig.WebServerPluginsModeextendsEnum<SoftwareConfig.WebServerPluginsMode>implementsProtocolMessageEnum

Web server plugins mode of the Cloud Composer environment.

Protobuf enum google.cloud.orchestration.airflow.service.v1beta1.SoftwareConfig.WebServerPluginsMode

Implements

ProtocolMessageEnum

Static Fields

Name Description
PLUGINS_DISABLED

Web server plugins are not supported.

PLUGINS_DISABLED = 1;

PLUGINS_DISABLED_VALUE

Web server plugins are not supported.

PLUGINS_DISABLED = 1;

PLUGINS_ENABLED

Web server plugins are supported.

PLUGINS_ENABLED = 2;

PLUGINS_ENABLED_VALUE

Web server plugins are supported.

PLUGINS_ENABLED = 2;

UNRECOGNIZED
WEB_SERVER_PLUGINS_MODE_UNSPECIFIED

Default mode.

WEB_SERVER_PLUGINS_MODE_UNSPECIFIED = 0;

WEB_SERVER_PLUGINS_MODE_UNSPECIFIED_VALUE

Default mode.

WEB_SERVER_PLUGINS_MODE_UNSPECIFIED = 0;

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.