Package com.google.cloud.texttospeech.v1
Class TextToSpeechLongAudioSynthesizeSettings.Builder
- java.lang.Object
-
- com.google.api.gax.rpc.ClientSettings.Builder<TextToSpeechLongAudioSynthesizeSettings,TextToSpeechLongAudioSynthesizeSettings.Builder>
-
- com.google.cloud.texttospeech.v1.TextToSpeechLongAudioSynthesizeSettings.Builder
-
- Enclosing class:
- TextToSpeechLongAudioSynthesizeSettings
public static class TextToSpeechLongAudioSynthesizeSettings.Builder extends com.google.api.gax.rpc.ClientSettings.Builder<TextToSpeechLongAudioSynthesizeSettings,TextToSpeechLongAudioSynthesizeSettings.Builder>
Builder for TextToSpeechLongAudioSynthesizeSettings.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
protected
Builder(com.google.api.gax.rpc.ClientContext clientContext)
protected
Builder(TextToSpeechLongAudioSynthesizeStubSettings.Builder stubSettings)
protected
Builder(TextToSpeechLongAudioSynthesizeSettings settings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TextToSpeechLongAudioSynthesizeSettings.Builder
applyToAllUnaryMethods(com.google.api.core.ApiFunction<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Applies the given settings updater function to all of the unary API methods in this service.TextToSpeechLongAudioSynthesizeSettings
build()
TextToSpeechLongAudioSynthesizeStubSettings.Builder
getStubSettingsBuilder()
com.google.api.gax.rpc.OperationCallSettings.Builder<SynthesizeLongAudioRequest,SynthesizeLongAudioResponse,SynthesizeLongAudioMetadata>
synthesizeLongAudioOperationSettings()
Returns the builder for the settings used for calls to synthesizeLongAudio.com.google.api.gax.rpc.UnaryCallSettings.Builder<SynthesizeLongAudioRequest,com.google.longrunning.Operation>
synthesizeLongAudioSettings()
Returns the builder for the settings used for calls to synthesizeLongAudio.-
Methods inherited from class com.google.api.gax.rpc.ClientSettings.Builder
applyToAllUnaryMethods, getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getQuotaProjectId, getStubSettings, getTransportChannelProvider, getWatchdogCheckInterval, getWatchdogProvider, self, setBackgroundExecutorProvider, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setGdchApiAudience, setHeaderProvider, setInternalHeaderProvider, setQuotaProjectId, setTransportChannelProvider, setWatchdogCheckInterval, setWatchdogProvider, toString
-
-
-
-
Constructor Detail
-
Builder
protected Builder() throws IOException
- Throws:
IOException
-
Builder
protected Builder(com.google.api.gax.rpc.ClientContext clientContext)
-
Builder
protected Builder(TextToSpeechLongAudioSynthesizeSettings settings)
-
Builder
protected Builder(TextToSpeechLongAudioSynthesizeStubSettings.Builder stubSettings)
-
-
Method Detail
-
getStubSettingsBuilder
public TextToSpeechLongAudioSynthesizeStubSettings.Builder getStubSettingsBuilder()
-
applyToAllUnaryMethods
public TextToSpeechLongAudioSynthesizeSettings.Builder applyToAllUnaryMethods(com.google.api.core.ApiFunction<com.google.api.gax.rpc.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.
-
synthesizeLongAudioSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<SynthesizeLongAudioRequest,com.google.longrunning.Operation> synthesizeLongAudioSettings()
Returns the builder for the settings used for calls to synthesizeLongAudio.
-
synthesizeLongAudioOperationSettings
public com.google.api.gax.rpc.OperationCallSettings.Builder<SynthesizeLongAudioRequest,SynthesizeLongAudioResponse,SynthesizeLongAudioMetadata> synthesizeLongAudioOperationSettings()
Returns the builder for the settings used for calls to synthesizeLongAudio.
-
build
public TextToSpeechLongAudioSynthesizeSettings build() throws IOException
- Specified by:
build
in classcom.google.api.gax.rpc.ClientSettings.Builder<TextToSpeechLongAudioSynthesizeSettings,TextToSpeechLongAudioSynthesizeSettings.Builder>
- Throws:
IOException
-
-