Class InterconnectRemoteLocationsStubSettings.Builder (1.50.0)

See more code actions.
public static class InterconnectRemoteLocationsStubSettings.Builder extends StubSettings.Builder<InterconnectRemoteLocationsStubSettings,InterconnectRemoteLocationsStubSettings.Builder>

Builder for InterconnectRemoteLocationsStubSettings.

java.lang.Object > StubSettings.Builder > InterconnectRemoteLocationsStubSettings.Builder

Constructors

Builder()

protected Builder()

Builder(ClientContext clientContext)

protected Builder(ClientContext clientContext)
Parameter
NameDescription
clientContextClientContext

Builder(InterconnectRemoteLocationsStubSettings settings)

protected Builder(InterconnectRemoteLocationsStubSettings settings)
Parameter
NameDescription
settingsInterconnectRemoteLocationsStubSettings

Methods

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

public InterconnectRemoteLocationsStubSettings.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>

build()

public InterconnectRemoteLocationsStubSettings build()
Overrides
Exceptions
TypeDescription
IOException

getEndpoint()

public String getEndpoint()

Returns the endpoint set by the user or the the service's default endpoint.

Returns
TypeDescription
String
Overrides

getSettings()

public UnaryCallSettings.Builder<GetInterconnectRemoteLocationRequest,InterconnectRemoteLocation> getSettings()

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

listSettings()

public PagedCallSettings.Builder<ListInterconnectRemoteLocationsRequest,InterconnectRemoteLocationList,InterconnectRemoteLocationsClient.ListPagedResponse> listSettings()

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

unaryMethodSettingsBuilders()

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