Class LfpStoreServiceStubSettings.Builder (0.1.0)

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

Builder for LfpStoreServiceStubSettings.

Inheritance

java.lang.Object > StubSettings.Builder > LfpStoreServiceStubSettings.Builder

Constructors

Builder()

protected Builder()

Builder(ClientContext clientContext)

protected Builder(ClientContext clientContext)
Parameter
Name Description
clientContext ClientContext

Builder(LfpStoreServiceStubSettings settings)

protected Builder(LfpStoreServiceStubSettings settings)
Parameter
Name Description
settings LfpStoreServiceStubSettings

Methods

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

public LfpStoreServiceStubSettings.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
LfpStoreServiceStubSettings.Builder

build()

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

deleteLfpStoreSettings()

public UnaryCallSettings.Builder<DeleteLfpStoreRequest,Empty> deleteLfpStoreSettings()

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

Returns
Type Description
Builder<DeleteLfpStoreRequest,Empty>

getLfpStoreSettings()

public UnaryCallSettings.Builder<GetLfpStoreRequest,LfpStore> getLfpStoreSettings()

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

Returns
Type Description
Builder<GetLfpStoreRequest,LfpStore>

insertLfpStoreSettings()

public UnaryCallSettings.Builder<InsertLfpStoreRequest,LfpStore> insertLfpStoreSettings()

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

Returns
Type Description
Builder<InsertLfpStoreRequest,LfpStore>

listLfpStoresSettings()

public PagedCallSettings.Builder<ListLfpStoresRequest,ListLfpStoresResponse,LfpStoreServiceClient.ListLfpStoresPagedResponse> listLfpStoresSettings()

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

Returns
Type Description
Builder<ListLfpStoresRequest,ListLfpStoresResponse,ListLfpStoresPagedResponse>

unaryMethodSettingsBuilders()

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