public static enum SecurityPolicyAdvancedOptionsConfig.LogLevel extends Enum<SecurityPolicyAdvancedOptionsConfig.LogLevel> implements com.google.protobuf.ProtocolMessageEnum
Protobuf enum
google.cloud.compute.v1.SecurityPolicyAdvancedOptionsConfig.LogLevel| Enum Constant and Description |
|---|
NORMAL
NORMAL = 161067239; |
UNDEFINED_LOG_LEVEL
A value indicating that the enum field is not set.
|
UNRECOGNIZED |
VERBOSE
VERBOSE = 532219234; |
| Modifier and Type | Field and Description |
|---|---|
static int |
NORMAL_VALUE
NORMAL = 161067239; |
static int |
UNDEFINED_LOG_LEVEL_VALUE
A value indicating that the enum field is not set.
|
static int |
VERBOSE_VALUE
VERBOSE = 532219234; |
| Modifier and Type | Method and Description |
|---|---|
static SecurityPolicyAdvancedOptionsConfig.LogLevel |
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<SecurityPolicyAdvancedOptionsConfig.LogLevel> |
internalGetValueMap() |
static SecurityPolicyAdvancedOptionsConfig.LogLevel |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static SecurityPolicyAdvancedOptionsConfig.LogLevel |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static SecurityPolicyAdvancedOptionsConfig.LogLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecurityPolicyAdvancedOptionsConfig.LogLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SecurityPolicyAdvancedOptionsConfig.LogLevel UNDEFINED_LOG_LEVEL
A value indicating that the enum field is not set.
UNDEFINED_LOG_LEVEL = 0;public static final SecurityPolicyAdvancedOptionsConfig.LogLevel NORMAL
NORMAL = 161067239;public static final SecurityPolicyAdvancedOptionsConfig.LogLevel VERBOSE
VERBOSE = 532219234;public static final SecurityPolicyAdvancedOptionsConfig.LogLevel UNRECOGNIZED
public static final int UNDEFINED_LOG_LEVEL_VALUE
A value indicating that the enum field is not set.
UNDEFINED_LOG_LEVEL = 0;public static final int NORMAL_VALUE
NORMAL = 161067239;public static final int VERBOSE_VALUE
VERBOSE = 532219234;public static SecurityPolicyAdvancedOptionsConfig.LogLevel[] values()
for (SecurityPolicyAdvancedOptionsConfig.LogLevel c : SecurityPolicyAdvancedOptionsConfig.LogLevel.values()) System.out.println(c);
public static SecurityPolicyAdvancedOptionsConfig.LogLevel 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 SecurityPolicyAdvancedOptionsConfig.LogLevel valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static SecurityPolicyAdvancedOptionsConfig.LogLevel forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<SecurityPolicyAdvancedOptionsConfig.LogLevel> 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 SecurityPolicyAdvancedOptionsConfig.LogLevel valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.