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