Class CssProductInputsServiceStubSettings.Builder (0.8.0)

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

Builder for CssProductInputsServiceStubSettings.

Inheritance

java.lang.Object > StubSettings.Builder > CssProductInputsServiceStubSettings.Builder

Constructors

Builder()

protected Builder()

Builder(ClientContext clientContext)

protected Builder(ClientContext clientContext)
Parameter
NameDescription
clientContextClientContext

Builder(CssProductInputsServiceStubSettings settings)

protected Builder(CssProductInputsServiceStubSettings settings)
Parameter
NameDescription
settingsCssProductInputsServiceStubSettings

Methods

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

public CssProductInputsServiceStubSettings.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>
Returns
TypeDescription
CssProductInputsServiceStubSettings.Builder

build()

public CssProductInputsServiceStubSettings build()
Returns
TypeDescription
CssProductInputsServiceStubSettings
Overrides
Exceptions
TypeDescription
IOException

deleteCssProductInputSettings()

public UnaryCallSettings.Builder<DeleteCssProductInputRequest,Empty> deleteCssProductInputSettings()

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

Returns
TypeDescription
Builder<DeleteCssProductInputRequest,Empty>

getEndpoint()

public String getEndpoint()

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

Returns
TypeDescription
String
Overrides

insertCssProductInputSettings()

public UnaryCallSettings.Builder<InsertCssProductInputRequest,CssProductInput> insertCssProductInputSettings()

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

Returns
TypeDescription
Builder<InsertCssProductInputRequest,CssProductInput>

unaryMethodSettingsBuilders()

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