Class TargetHttpProxiesStubSettings.Builder (1.73.0)

public static class TargetHttpProxiesStubSettings.Builder extends StubSettings.Builder,TargetHttpProxiesStubSettings.Builder>

Builder for TargetHttpProxiesStubSettings.

Inheritance

java.lang.Object > StubSettings.Builder > TargetHttpProxiesStubSettings.Builder

Constructors

Builder()

protected Builder()

Builder(ClientContext clientContext)

protected Builder(ClientContext clientContext)
Parameter
Name Description
clientContext ClientContext

Builder(TargetHttpProxiesStubSettings settings)

protected Builder(TargetHttpProxiesStubSettings settings)
Parameter
Name Description
settings TargetHttpProxiesStubSettings

Methods

aggregatedListSettings()

public PagedCallSettings.Builder,TargetHttpProxyAggregatedList,TargetHttpProxiesClient.AggregatedListPagedResponse> aggregatedListSettings()

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

Returns
Type Description
Builder<AggregatedListTargetHttpProxiesRequest,TargetHttpProxyAggregatedList,AggregatedListPagedResponse>

applyToAllUnaryMethods(ApiFunction,Void> settingsUpdater)

public TargetHttpProxiesStubSettings.Builder applyToAllUnaryMethods(ApiFunction.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
TargetHttpProxiesStubSettings.Builder

build()

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

deleteOperationSettings()

public OperationCallSettings.Builder,Operation,Operation> deleteOperationSettings()

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

Returns
Type Description
Builder<DeleteTargetHttpProxyRequest,Operation,Operation>

deleteSettings()

public UnaryCallSettings.Builder,Operation> deleteSettings()

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

Returns
Type Description
Builder<DeleteTargetHttpProxyRequest,Operation>

getSettings()

public UnaryCallSettings.Builder,TargetHttpProxy> getSettings()

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

Returns
Type Description
Builder<GetTargetHttpProxyRequest,TargetHttpProxy>

insertOperationSettings()

public OperationCallSettings.Builder,Operation,Operation> insertOperationSettings()

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

Returns
Type Description
Builder<InsertTargetHttpProxyRequest,Operation,Operation>

insertSettings()

public UnaryCallSettings.Builder,Operation> insertSettings()

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

Returns
Type Description
Builder<InsertTargetHttpProxyRequest,Operation>

listSettings()

public PagedCallSettings.Builder,TargetHttpProxyList,TargetHttpProxiesClient.ListPagedResponse> listSettings()

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

Returns
Type Description
Builder<ListTargetHttpProxiesRequest,TargetHttpProxyList,ListPagedResponse>

patchOperationSettings()

public OperationCallSettings.Builder,Operation,Operation> patchOperationSettings()

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

Returns
Type Description
Builder<PatchTargetHttpProxyRequest,Operation,Operation>

patchSettings()

public UnaryCallSettings.Builder,Operation> patchSettings()

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

Returns
Type Description
Builder<PatchTargetHttpProxyRequest,Operation>

setUrlMapOperationSettings()

public OperationCallSettings.Builder,Operation,Operation> setUrlMapOperationSettings()

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

Returns
Type Description
Builder<SetUrlMapTargetHttpProxyRequest,Operation,Operation>

setUrlMapSettings()

public UnaryCallSettings.Builder,Operation> setUrlMapSettings()

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

Returns
Type Description
Builder<SetUrlMapTargetHttpProxyRequest,Operation>

unaryMethodSettingsBuilders()

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