Class IntentsStubSettings.Builder (0.12.1)

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

Builder for IntentsStubSettings.

Inheritance

java.lang.Object > StubSettings.Builder > IntentsStubSettings.Builder

Constructors

Builder()

protected Builder()

Builder(ClientContext clientContext)

protected Builder(ClientContext clientContext)
Parameter
Name Description
clientContext ClientContext

Builder(IntentsStubSettings settings)

protected Builder(IntentsStubSettings settings)
Parameter
Name Description
settings IntentsStubSettings

Methods

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

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

build()

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

createIntentSettings()

public UnaryCallSettings.Builder<CreateIntentRequest,Intent> createIntentSettings()

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

Returns
Type Description
Builder<CreateIntentRequest,Intent>

deleteIntentSettings()

public UnaryCallSettings.Builder<DeleteIntentRequest,Empty> deleteIntentSettings()

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

Returns
Type Description
Builder<DeleteIntentRequest,Empty>

getIntentSettings()

public UnaryCallSettings.Builder<GetIntentRequest,Intent> getIntentSettings()

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

Returns
Type Description
Builder<GetIntentRequest,Intent>

listIntentsSettings()

public PagedCallSettings.Builder<ListIntentsRequest,ListIntentsResponse,IntentsClient.ListIntentsPagedResponse> listIntentsSettings()

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

Returns
Type Description
Builder<ListIntentsRequest,ListIntentsResponse,ListIntentsPagedResponse>

unaryMethodSettingsBuilders()

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

updateIntentSettings()

public UnaryCallSettings.Builder<UpdateIntentRequest,Intent> updateIntentSettings()

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

Returns
Type Description
Builder<UpdateIntentRequest,Intent>