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