Package com.google.cloud.compute.v1
Enum SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig.RuleVisibility
- java.lang.Object
-
- java.lang.Enum<SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig.RuleVisibility>
-
- com.google.cloud.compute.v1.SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig.RuleVisibility
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig.RuleVisibility>
- Enclosing class:
- SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig
public static enum SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig.RuleVisibility extends Enum<SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig.RuleVisibility> implements com.google.protobuf.ProtocolMessageEnum
Rule visibility can be one of the following: STANDARD - opaque rules. (default) PREMIUM - transparent rules. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
Protobuf enumgoogle.cloud.compute.v1.SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig.RuleVisibility
-
-
Enum Constant Summary
Enum Constants Enum Constant Description PREMIUMPREMIUM = 399530551;STANDARDSTANDARD = 484642493;UNDEFINED_RULE_VISIBILITYA value indicating that the enum field is not set.UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intPREMIUM_VALUEPREMIUM = 399530551;static intSTANDARD_VALUESTANDARD = 484642493;static intUNDEFINED_RULE_VISIBILITY_VALUEA value indicating that the enum field is not set.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig.RuleVisibilityforNumber(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<SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig.RuleVisibility>internalGetValueMap()static SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig.RuleVisibilityvalueOf(int value)Deprecated.static SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig.RuleVisibilityvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig.RuleVisibilityvalueOf(String name)Returns the enum constant of this type with the specified name.static SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig.RuleVisibility[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
UNDEFINED_RULE_VISIBILITY
public static final SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig.RuleVisibility UNDEFINED_RULE_VISIBILITY
A value indicating that the enum field is not set.
UNDEFINED_RULE_VISIBILITY = 0;
-
PREMIUM
public static final SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig.RuleVisibility PREMIUM
PREMIUM = 399530551;
-
STANDARD
public static final SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig.RuleVisibility STANDARD
STANDARD = 484642493;
-
UNRECOGNIZED
public static final SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig.RuleVisibility UNRECOGNIZED
-
-
Field Detail
-
UNDEFINED_RULE_VISIBILITY_VALUE
public static final int UNDEFINED_RULE_VISIBILITY_VALUE
A value indicating that the enum field is not set.
UNDEFINED_RULE_VISIBILITY = 0;- See Also:
- Constant Field Values
-
PREMIUM_VALUE
public static final int PREMIUM_VALUE
PREMIUM = 399530551;- See Also:
- Constant Field Values
-
STANDARD_VALUE
public static final int STANDARD_VALUE
STANDARD = 484642493;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig.RuleVisibility[] 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 (SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig.RuleVisibility c : SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig.RuleVisibility.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig.RuleVisibility 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 SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig.RuleVisibility 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 SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig.RuleVisibility 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<SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig.RuleVisibility> 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 SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig.RuleVisibility 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
-
-