Class LfpStoreServiceSettings.Builder (0.2.0)

public static class LfpStoreServiceSettings.Builder extends ClientSettings.Builder<LfpStoreServiceSettings,LfpStoreServiceSettings.Builder>

Builder for LfpStoreServiceSettings.

Inheritance

java.lang.Object > ClientSettings.Builder > LfpStoreServiceSettings.Builder

Constructors

Builder()

protected Builder()

Builder(ClientContext clientContext)

protected Builder(ClientContext clientContext)
Parameter
Name Description
clientContext ClientContext

Builder(LfpStoreServiceSettings settings)

protected Builder(LfpStoreServiceSettings settings)
Parameter
Name Description
settings LfpStoreServiceSettings

Builder(LfpStoreServiceStubSettings.Builder stubSettings)

protected Builder(LfpStoreServiceStubSettings.Builder stubSettings)
Parameter
Name Description
stubSettings LfpStoreServiceStubSettings.Builder

Methods

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

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

build()

public LfpStoreServiceSettings build()
Returns
Type Description
LfpStoreServiceSettings
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>

getStubSettingsBuilder()

public LfpStoreServiceStubSettings.Builder getStubSettingsBuilder()
Returns
Type Description
LfpStoreServiceStubSettings.Builder

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>