Uses of Class
com.google.cloud.compute.v1.UsableSubnetwork.Role
-
Packages that use UsableSubnetwork.Role Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of UsableSubnetwork.Role in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return UsableSubnetwork.Role Modifier and Type Method Description static UsableSubnetwork.Role
UsableSubnetwork.Role. forNumber(int value)
static UsableSubnetwork.Role
UsableSubnetwork.Role. valueOf(int value)
Deprecated.static UsableSubnetwork.Role
UsableSubnetwork.Role. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static UsableSubnetwork.Role
UsableSubnetwork.Role. valueOf(String name)
Returns the enum constant of this type with the specified name.static UsableSubnetwork.Role[]
UsableSubnetwork.Role. 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 UsableSubnetwork.Role Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<UsableSubnetwork.Role>
UsableSubnetwork.Role. internalGetValueMap()
-