Uses of Class
com.google.cloud.compute.v1.Firewall.Direction
-
Packages that use Firewall.Direction Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of Firewall.Direction in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return Firewall.Direction Modifier and Type Method Description static Firewall.Direction
Firewall.Direction. forNumber(int value)
static Firewall.Direction
Firewall.Direction. valueOf(int value)
Deprecated.static Firewall.Direction
Firewall.Direction. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Firewall.Direction
Firewall.Direction. valueOf(String name)
Returns the enum constant of this type with the specified name.static Firewall.Direction[]
Firewall.Direction. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.compute.v1 that return types with arguments of type Firewall.Direction Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Firewall.Direction>
Firewall.Direction. internalGetValueMap()
-