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