Class AdaptationSettings.Builder (2.6.1)

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

Builder for AdaptationSettings.

Inheritance

java.lang.Object > ClientSettings.Builder > AdaptationSettings.Builder

Constructors

Builder()

protected Builder()

Builder(ClientContext clientContext)

protected Builder(ClientContext clientContext)
Parameter
NameDescription
clientContextClientContext

Builder(AdaptationSettings settings)

protected Builder(AdaptationSettings settings)
Parameter
NameDescription
settingsAdaptationSettings

Builder(AdaptationStubSettings.Builder stubSettings)

protected Builder(AdaptationStubSettings.Builder stubSettings)
Parameter
NameDescription
stubSettingsAdaptationStubSettings.Builder

Methods

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

public AdaptationSettings.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

build()

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

createCustomClassSettings()

public UnaryCallSettings.Builder<CreateCustomClassRequest,CustomClass> createCustomClassSettings()

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

Returns

createPhraseSetSettings()

public UnaryCallSettings.Builder<CreatePhraseSetRequest,PhraseSet> createPhraseSetSettings()

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

Returns

deleteCustomClassSettings()

public UnaryCallSettings.Builder<DeleteCustomClassRequest,Empty> deleteCustomClassSettings()

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

Returns

deletePhraseSetSettings()

public UnaryCallSettings.Builder<DeletePhraseSetRequest,Empty> deletePhraseSetSettings()

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

Returns

getCustomClassSettings()

public UnaryCallSettings.Builder<GetCustomClassRequest,CustomClass> getCustomClassSettings()

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

Returns

getPhraseSetSettings()

public UnaryCallSettings.Builder<GetPhraseSetRequest,PhraseSet> getPhraseSetSettings()

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

Returns

getStubSettingsBuilder()

public AdaptationStubSettings.Builder getStubSettingsBuilder()
Returns

listCustomClassesSettings()

public PagedCallSettings.Builder<ListCustomClassesRequest,ListCustomClassesResponse,AdaptationClient.ListCustomClassesPagedResponse> listCustomClassesSettings()

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

Returns

listPhraseSetSettings()

public PagedCallSettings.Builder<ListPhraseSetRequest,ListPhraseSetResponse,AdaptationClient.ListPhraseSetPagedResponse> listPhraseSetSettings()

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

Returns

updateCustomClassSettings()

public UnaryCallSettings.Builder<UpdateCustomClassRequest,CustomClass> updateCustomClassSettings()

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

Returns

updatePhraseSetSettings()

public UnaryCallSettings.Builder<UpdatePhraseSetRequest,PhraseSet> updatePhraseSetSettings()

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

Returns