public static enum EffectiveSecurityHealthAnalyticsCustomModule.EnablementState extends Enum<EffectiveSecurityHealthAnalyticsCustomModule.EnablementState> implements com.google.protobuf.ProtocolMessageEnum
The enablement state of the module.Protobuf enum
google.cloud.securitycenter.v1.EffectiveSecurityHealthAnalyticsCustomModule.EnablementState| Enum Constant and Description |
|---|
DISABLED
The module is disabled at the given level.
|
ENABLED
The module is enabled at the given level.
|
ENABLEMENT_STATE_UNSPECIFIED
Unspecified enablement state.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
DISABLED_VALUE
The module is disabled at the given level.
|
static int |
ENABLED_VALUE
The module is enabled at the given level.
|
static int |
ENABLEMENT_STATE_UNSPECIFIED_VALUE
Unspecified enablement state.
|
| Modifier and Type | Method and Description |
|---|---|
static EffectiveSecurityHealthAnalyticsCustomModule.EnablementState |
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<EffectiveSecurityHealthAnalyticsCustomModule.EnablementState> |
internalGetValueMap() |
static EffectiveSecurityHealthAnalyticsCustomModule.EnablementState |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static EffectiveSecurityHealthAnalyticsCustomModule.EnablementState |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static EffectiveSecurityHealthAnalyticsCustomModule.EnablementState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EffectiveSecurityHealthAnalyticsCustomModule.EnablementState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EffectiveSecurityHealthAnalyticsCustomModule.EnablementState ENABLEMENT_STATE_UNSPECIFIED
Unspecified enablement state.
ENABLEMENT_STATE_UNSPECIFIED = 0;public static final EffectiveSecurityHealthAnalyticsCustomModule.EnablementState ENABLED
The module is enabled at the given level.
ENABLED = 1;public static final EffectiveSecurityHealthAnalyticsCustomModule.EnablementState DISABLED
The module is disabled at the given level.
DISABLED = 2;public static final EffectiveSecurityHealthAnalyticsCustomModule.EnablementState UNRECOGNIZED
public static final int ENABLEMENT_STATE_UNSPECIFIED_VALUE
Unspecified enablement state.
ENABLEMENT_STATE_UNSPECIFIED = 0;public static final int ENABLED_VALUE
The module is enabled at the given level.
ENABLED = 1;public static final int DISABLED_VALUE
The module is disabled at the given level.
DISABLED = 2;public static EffectiveSecurityHealthAnalyticsCustomModule.EnablementState[] values()
for (EffectiveSecurityHealthAnalyticsCustomModule.EnablementState c : EffectiveSecurityHealthAnalyticsCustomModule.EnablementState.values()) System.out.println(c);
public static EffectiveSecurityHealthAnalyticsCustomModule.EnablementState 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 EffectiveSecurityHealthAnalyticsCustomModule.EnablementState valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static EffectiveSecurityHealthAnalyticsCustomModule.EnablementState forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<EffectiveSecurityHealthAnalyticsCustomModule.EnablementState> 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 EffectiveSecurityHealthAnalyticsCustomModule.EnablementState valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.