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