public static enum NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy.Type extends Enum<NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy.Type> implements com.google.protobuf.ProtocolMessageEnum
[Output Only] The type of the firewall policy.Protobuf enum
google.cloud.compute.v1.NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy.Type| Enum Constant and Description |
|---|
HIERARCHY
HIERARCHY = 69902869; |
NETWORK
NETWORK = 413984270; |
UNDEFINED_TYPE
A value indicating that the enum field is not set.
|
UNRECOGNIZED |
UNSPECIFIED
UNSPECIFIED = 526786327; |
| Modifier and Type | Field and Description |
|---|---|
static int |
HIERARCHY_VALUE
HIERARCHY = 69902869; |
static int |
NETWORK_VALUE
NETWORK = 413984270; |
static int |
UNDEFINED_TYPE_VALUE
A value indicating that the enum field is not set.
|
static int |
UNSPECIFIED_VALUE
UNSPECIFIED = 526786327; |
| Modifier and Type | Method and Description |
|---|---|
static NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy.Type |
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<NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy.Type> |
internalGetValueMap() |
static NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy.Type |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy.Type |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy.Type UNDEFINED_TYPE
A value indicating that the enum field is not set.
UNDEFINED_TYPE = 0;public static final NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy.Type HIERARCHY
HIERARCHY = 69902869;public static final NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy.Type NETWORK
NETWORK = 413984270;public static final NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy.Type UNSPECIFIED
UNSPECIFIED = 526786327;public static final NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy.Type UNRECOGNIZED
public static final int UNDEFINED_TYPE_VALUE
A value indicating that the enum field is not set.
UNDEFINED_TYPE = 0;public static final int HIERARCHY_VALUE
HIERARCHY = 69902869;public static final int NETWORK_VALUE
NETWORK = 413984270;public static final int UNSPECIFIED_VALUE
UNSPECIFIED = 526786327;public static NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy.Type[] values()
for (NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy.Type c : NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy.Type.values()) System.out.println(c);
public static NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy.Type 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 NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy.Type valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy.Type forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy.Type> 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 NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy.Type valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.