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