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