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