Class InterconnectLocationsStubSettings.Builder (1.39.0)

public static class InterconnectLocationsStubSettings.Builder extends StubSettings.Builder<InterconnectLocationsStubSettings,InterconnectLocationsStubSettings.Builder>

Builder for InterconnectLocationsStubSettings.

Inheritance

java.lang.Object > StubSettings.Builder > InterconnectLocationsStubSettings.Builder

Constructors

Builder()

protected Builder()

Builder(ClientContext clientContext)

protected Builder(ClientContext clientContext)
Parameter
NameDescription
clientContextClientContext

Builder(InterconnectLocationsStubSettings settings)

protected Builder(InterconnectLocationsStubSettings settings)
Parameter
NameDescription
settingsInterconnectLocationsStubSettings

Methods

applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)

public InterconnectLocationsStubSettings.Builder applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)

Applies the given settings updater function to all of the unary API methods in this service.

Note: This method does not support applying settings to streaming methods.

Parameter
NameDescription
settingsUpdaterApiFunction<Builder<?,?>,java.lang.Void>
Returns
TypeDescription
InterconnectLocationsStubSettings.Builder

build()

public InterconnectLocationsStubSettings build()
Returns
TypeDescription
InterconnectLocationsStubSettings
Overrides
Exceptions
TypeDescription
IOException

getSettings()

public UnaryCallSettings.Builder<GetInterconnectLocationRequest,InterconnectLocation> getSettings()

Returns the builder for the settings used for calls to get.

Returns
TypeDescription
Builder<GetInterconnectLocationRequest,InterconnectLocation>

listSettings()

public PagedCallSettings.Builder<ListInterconnectLocationsRequest,InterconnectLocationList,InterconnectLocationsClient.ListPagedResponse> listSettings()

Returns the builder for the settings used for calls to list.

Returns
TypeDescription
Builder<ListInterconnectLocationsRequest,InterconnectLocationList,ListPagedResponse>

unaryMethodSettingsBuilders()

public ImmutableList<UnaryCallSettings.Builder<?,?>> unaryMethodSettingsBuilders()
Returns
TypeDescription
com.google.common.collect.ImmutableList<Builder<?,?>>