Uses of Class
com.google.cloud.compute.v1.RoutersSettings
-
Packages that use RoutersSettings Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of RoutersSettings in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return RoutersSettings Modifier and Type Method Description RoutersSettings
RoutersSettings.Builder. build()
static RoutersSettings
RoutersSettings. create(RoutersStubSettings stub)
RoutersSettings
RoutersClient. getSettings()
Methods in com.google.cloud.compute.v1 with parameters of type RoutersSettings Modifier and Type Method Description static RoutersClient
RoutersClient. create(RoutersSettings settings)
Constructs an instance of RoutersClient, using the given settings.Constructors in com.google.cloud.compute.v1 with parameters of type RoutersSettings Constructor Description Builder(RoutersSettings settings)
RoutersClient(RoutersSettings settings)
Constructs an instance of RoutersClient, using the given settings.
-