Uses of Class
com.google.cloud.compute.v1.ImageFamilyViewsClient
-
Packages that use ImageFamilyViewsClient Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of ImageFamilyViewsClient in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return ImageFamilyViewsClient Modifier and Type Method Description static ImageFamilyViewsClient
ImageFamilyViewsClient. create()
Constructs an instance of ImageFamilyViewsClient with default settings.static ImageFamilyViewsClient
ImageFamilyViewsClient. create(ImageFamilyViewsSettings settings)
Constructs an instance of ImageFamilyViewsClient, using the given settings.static ImageFamilyViewsClient
ImageFamilyViewsClient. create(ImageFamilyViewsStub stub)
Constructs an instance of ImageFamilyViewsClient, using the given stub for making calls.
-