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