Class TextToSpeechStubSettings.Builder (2.42.0)

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

Builder for TextToSpeechStubSettings.

Inheritance

java.lang.Object > StubSettings.Builder > TextToSpeechStubSettings.Builder

Constructors

Builder()

protected Builder()

Builder(ClientContext clientContext)

protected Builder(ClientContext clientContext)
Parameter
Name Description
clientContext ClientContext

Builder(TextToSpeechStubSettings settings)

protected Builder(TextToSpeechStubSettings settings)
Parameter
Name Description
settings TextToSpeechStubSettings

Methods

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

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

build()

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

getEndpoint()

public String getEndpoint()

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

Returns
Type Description
String
Overrides

listVoicesSettings()

public UnaryCallSettings.Builder<ListVoicesRequest,ListVoicesResponse> listVoicesSettings()

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

Returns
Type Description
Builder<ListVoicesRequest,ListVoicesResponse>

synthesizeSpeechSettings()

public UnaryCallSettings.Builder<SynthesizeSpeechRequest,SynthesizeSpeechResponse> synthesizeSpeechSettings()

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

Returns
Type Description
Builder<SynthesizeSpeechRequest,SynthesizeSpeechResponse>

unaryMethodSettingsBuilders()

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