Package com.google.cloud.compute.v1
Enum SecurityPolicyAdvancedOptionsConfig.LogLevel
- java.lang.Object
-
- java.lang.Enum<SecurityPolicyAdvancedOptionsConfig.LogLevel>
-
- com.google.cloud.compute.v1.SecurityPolicyAdvancedOptionsConfig.LogLevel
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<SecurityPolicyAdvancedOptionsConfig.LogLevel>
- Enclosing class:
- SecurityPolicyAdvancedOptionsConfig
public static enum SecurityPolicyAdvancedOptionsConfig.LogLevel extends Enum<SecurityPolicyAdvancedOptionsConfig.LogLevel> implements com.google.protobuf.ProtocolMessageEnum
Protobuf enumgoogle.cloud.compute.v1.SecurityPolicyAdvancedOptionsConfig.LogLevel
-
-
Enum Constant Summary
Enum Constants Enum Constant Description NORMALNORMAL = 161067239;UNDEFINED_LOG_LEVELA value indicating that the enum field is not set.UNRECOGNIZEDVERBOSEVERBOSE = 532219234;
-
Field Summary
Fields Modifier and Type Field Description static intNORMAL_VALUENORMAL = 161067239;static intUNDEFINED_LOG_LEVEL_VALUEA value indicating that the enum field is not set.static intVERBOSE_VALUEVERBOSE = 532219234;
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static SecurityPolicyAdvancedOptionsConfig.LogLevelforNumber(int value)static com.google.protobuf.Descriptors.EnumDescriptorgetDescriptor()com.google.protobuf.Descriptors.EnumDescriptorgetDescriptorForType()intgetNumber()com.google.protobuf.Descriptors.EnumValueDescriptorgetValueDescriptor()static com.google.protobuf.Internal.EnumLiteMap<SecurityPolicyAdvancedOptionsConfig.LogLevel>internalGetValueMap()static SecurityPolicyAdvancedOptionsConfig.LogLevelvalueOf(int value)Deprecated.static SecurityPolicyAdvancedOptionsConfig.LogLevelvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static SecurityPolicyAdvancedOptionsConfig.LogLevelvalueOf(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.
-
-
-
Enum Constant Detail
-
UNDEFINED_LOG_LEVEL
public static final SecurityPolicyAdvancedOptionsConfig.LogLevel UNDEFINED_LOG_LEVEL
A value indicating that the enum field is not set.
UNDEFINED_LOG_LEVEL = 0;
-
NORMAL
public static final SecurityPolicyAdvancedOptionsConfig.LogLevel NORMAL
NORMAL = 161067239;
-
VERBOSE
public static final SecurityPolicyAdvancedOptionsConfig.LogLevel VERBOSE
VERBOSE = 532219234;
-
UNRECOGNIZED
public static final SecurityPolicyAdvancedOptionsConfig.LogLevel UNRECOGNIZED
-
-
Field Detail
-
UNDEFINED_LOG_LEVEL_VALUE
public static final int UNDEFINED_LOG_LEVEL_VALUE
A value indicating that the enum field is not set.
UNDEFINED_LOG_LEVEL = 0;- See Also:
- Constant Field Values
-
NORMAL_VALUE
public static final int NORMAL_VALUE
NORMAL = 161067239;- See Also:
- Constant Field Values
-
VERBOSE_VALUE
public static final int VERBOSE_VALUE
VERBOSE = 532219234;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static SecurityPolicyAdvancedOptionsConfig.LogLevel[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (SecurityPolicyAdvancedOptionsConfig.LogLevel c : SecurityPolicyAdvancedOptionsConfig.LogLevel.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static SecurityPolicyAdvancedOptionsConfig.LogLevel valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static SecurityPolicyAdvancedOptionsConfig.LogLevel valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
public static SecurityPolicyAdvancedOptionsConfig.LogLevel forNumber(int value)
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<SecurityPolicyAdvancedOptionsConfig.LogLevel> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
-
valueOf
public static SecurityPolicyAdvancedOptionsConfig.LogLevel valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
desc- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
-