Uses of Class
com.google.cloud.texttospeech.v1beta1.stub.TextToSpeechStubSettings.Builder
-
Packages that use TextToSpeechStubSettings.Builder Package Description com.google.cloud.texttospeech.v1beta1 A client to Cloud Text-to-Speech APIcom.google.cloud.texttospeech.v1beta1.stub -
-
Uses of TextToSpeechStubSettings.Builder in com.google.cloud.texttospeech.v1beta1
Methods in com.google.cloud.texttospeech.v1beta1 that return TextToSpeechStubSettings.Builder Modifier and Type Method Description TextToSpeechStubSettings.Builder
TextToSpeechSettings.Builder. getStubSettingsBuilder()
Constructors in com.google.cloud.texttospeech.v1beta1 with parameters of type TextToSpeechStubSettings.Builder Constructor Description Builder(TextToSpeechStubSettings.Builder stubSettings)
-
Uses of TextToSpeechStubSettings.Builder in com.google.cloud.texttospeech.v1beta1.stub
Methods in com.google.cloud.texttospeech.v1beta1.stub that return TextToSpeechStubSettings.Builder Modifier and Type Method Description TextToSpeechStubSettings.Builder
TextToSpeechStubSettings.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.static TextToSpeechStubSettings.Builder
TextToSpeechStubSettings. newBuilder()
Returns a new gRPC builder for this class.static TextToSpeechStubSettings.Builder
TextToSpeechStubSettings. newBuilder(com.google.api.gax.rpc.ClientContext clientContext)
Returns a new builder for this class.static TextToSpeechStubSettings.Builder
TextToSpeechStubSettings. newHttpJsonBuilder()
Returns a new REST builder for this class.TextToSpeechStubSettings.Builder
TextToSpeechStubSettings. toBuilder()
Returns a builder containing all the values of this settings class.Constructors in com.google.cloud.texttospeech.v1beta1.stub with parameters of type TextToSpeechStubSettings.Builder Constructor Description TextToSpeechStubSettings(TextToSpeechStubSettings.Builder settingsBuilder)
-