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