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