Class InterconnectRemoteLocationsStubSettings.Builder (1.51.0)

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

Builder for InterconnectRemoteLocationsStubSettings.

Inheritance

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

Constructors

Builder()

protected Builder()

Builder(ClientContext clientContext)

protected Builder(ClientContext clientContext)
Parameter
Name Description
clientContext ClientContext

Builder(InterconnectRemoteLocationsStubSettings settings)

protected Builder(InterconnectRemoteLocationsStubSettings settings)
Parameter
Name Description
settings InterconnectRemoteLocationsStubSettings

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
Name Description
settingsUpdater ApiFunction<Builder<?,?>,java.lang.Void>
Returns
Type Description
InterconnectRemoteLocationsStubSettings.Builder

build()

public InterconnectRemoteLocationsStubSettings build()
Returns
Type Description
InterconnectRemoteLocationsStubSettings
Overrides
Exceptions
Type Description
IOException

getEndpoint()

public String getEndpoint()

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

Returns
Type Description
String
Overrides

getSettings()

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

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

Returns
Type Description
Builder<GetInterconnectRemoteLocationRequest,InterconnectRemoteLocation>

listSettings()

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

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

Returns
Type Description
Builder<ListInterconnectRemoteLocationsRequest,InterconnectRemoteLocationList,ListPagedResponse>

unaryMethodSettingsBuilders()

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