Uses of Class
com.google.cloud.vmwareengine.v1.PrivateConnection.RoutingMode
-
Packages that use PrivateConnection.RoutingMode Package Description com.google.cloud.vmwareengine.v1 A client to VMware Engine API -
-
Uses of PrivateConnection.RoutingMode in com.google.cloud.vmwareengine.v1
Methods in com.google.cloud.vmwareengine.v1 that return PrivateConnection.RoutingMode Modifier and Type Method Description static PrivateConnection.RoutingMode
PrivateConnection.RoutingMode. forNumber(int value)
PrivateConnection.RoutingMode
PrivateConnection.Builder. getRoutingMode()
Optional.PrivateConnection.RoutingMode
PrivateConnection. getRoutingMode()
Optional.PrivateConnection.RoutingMode
PrivateConnectionOrBuilder. getRoutingMode()
Optional.static PrivateConnection.RoutingMode
PrivateConnection.RoutingMode. valueOf(int value)
Deprecated.static PrivateConnection.RoutingMode
PrivateConnection.RoutingMode. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static PrivateConnection.RoutingMode
PrivateConnection.RoutingMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static PrivateConnection.RoutingMode[]
PrivateConnection.RoutingMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.vmwareengine.v1 that return types with arguments of type PrivateConnection.RoutingMode Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<PrivateConnection.RoutingMode>
PrivateConnection.RoutingMode. internalGetValueMap()
Methods in com.google.cloud.vmwareengine.v1 with parameters of type PrivateConnection.RoutingMode Modifier and Type Method Description PrivateConnection.Builder
PrivateConnection.Builder. setRoutingMode(PrivateConnection.RoutingMode value)
Optional.
-