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