Uses of Class
com.google.cloud.edgecontainer.v1.VpnConnection.BgpRoutingMode
-
Packages that use VpnConnection.BgpRoutingMode Package Description com.google.cloud.edgecontainer.v1 A client to Distributed Cloud Edge Container API -
-
Uses of VpnConnection.BgpRoutingMode in com.google.cloud.edgecontainer.v1
Methods in com.google.cloud.edgecontainer.v1 that return VpnConnection.BgpRoutingMode Modifier and Type Method Description static VpnConnection.BgpRoutingMode
VpnConnection.BgpRoutingMode. forNumber(int value)
VpnConnection.BgpRoutingMode
VpnConnection.Builder. getBgpRoutingMode()
Deprecated.google.cloud.edgecontainer.v1.VpnConnection.bgp_routing_mode is deprecated.VpnConnection.BgpRoutingMode
VpnConnection. getBgpRoutingMode()
Deprecated.google.cloud.edgecontainer.v1.VpnConnection.bgp_routing_mode is deprecated.VpnConnection.BgpRoutingMode
VpnConnectionOrBuilder. getBgpRoutingMode()
Deprecated.google.cloud.edgecontainer.v1.VpnConnection.bgp_routing_mode is deprecated.static VpnConnection.BgpRoutingMode
VpnConnection.BgpRoutingMode. valueOf(int value)
Deprecated.static VpnConnection.BgpRoutingMode
VpnConnection.BgpRoutingMode. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static VpnConnection.BgpRoutingMode
VpnConnection.BgpRoutingMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static VpnConnection.BgpRoutingMode[]
VpnConnection.BgpRoutingMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.edgecontainer.v1 that return types with arguments of type VpnConnection.BgpRoutingMode Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<VpnConnection.BgpRoutingMode>
VpnConnection.BgpRoutingMode. internalGetValueMap()
Methods in com.google.cloud.edgecontainer.v1 with parameters of type VpnConnection.BgpRoutingMode Modifier and Type Method Description VpnConnection.Builder
VpnConnection.Builder. setBgpRoutingMode(VpnConnection.BgpRoutingMode value)
Deprecated.google.cloud.edgecontainer.v1.VpnConnection.bgp_routing_mode is deprecated.
-