Skip to content

Commit fd9902b

Browse files
dpebottseaver
authored andcommitted
Re-generate library using speech/synth.py (googleapis#5979)
1 parent b264a53 commit fd9902b

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

speech/google/cloud/speech_v1/gapic/speech_client.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -294,10 +294,10 @@ def long_running_recognize(self,
294294
self._inner_api_calls[
295295
'long_running_recognize'] = google.api_core.gapic_v1.method.wrap_method(
296296
self.transport.long_running_recognize,
297-
default_retry=self._method_configs['LongRunningRecognize']
298-
.retry,
299-
default_timeout=self._method_configs[
300-
'LongRunningRecognize'].timeout,
297+
default_retry=self._method_configs['LongRunningRecognize'].
298+
retry,
299+
default_timeout=self.
300+
_method_configs['LongRunningRecognize'].timeout,
301301
client_info=self._client_info,
302302
)
303303

@@ -364,10 +364,10 @@ def streaming_recognize(self,
364364
self._inner_api_calls[
365365
'streaming_recognize'] = google.api_core.gapic_v1.method.wrap_method(
366366
self.transport.streaming_recognize,
367-
default_retry=self._method_configs[
368-
'StreamingRecognize'].retry,
369-
default_timeout=self._method_configs['StreamingRecognize']
370-
.timeout,
367+
default_retry=self._method_configs['StreamingRecognize'].
368+
retry,
369+
default_timeout=self._method_configs['StreamingRecognize'].
370+
timeout,
371371
client_info=self._client_info,
372372
)
373373

speech/google/cloud/speech_v1p1beta1/gapic/speech_client.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -294,10 +294,10 @@ def long_running_recognize(self,
294294
self._inner_api_calls[
295295
'long_running_recognize'] = google.api_core.gapic_v1.method.wrap_method(
296296
self.transport.long_running_recognize,
297-
default_retry=self._method_configs['LongRunningRecognize']
298-
.retry,
299-
default_timeout=self._method_configs[
300-
'LongRunningRecognize'].timeout,
297+
default_retry=self._method_configs['LongRunningRecognize'].
298+
retry,
299+
default_timeout=self.
300+
_method_configs['LongRunningRecognize'].timeout,
301301
client_info=self._client_info,
302302
)
303303

@@ -364,10 +364,10 @@ def streaming_recognize(self,
364364
self._inner_api_calls[
365365
'streaming_recognize'] = google.api_core.gapic_v1.method.wrap_method(
366366
self.transport.streaming_recognize,
367-
default_retry=self._method_configs[
368-
'StreamingRecognize'].retry,
369-
default_timeout=self._method_configs['StreamingRecognize']
370-
.timeout,
367+
default_retry=self._method_configs['StreamingRecognize'].
368+
retry,
369+
default_timeout=self._method_configs['StreamingRecognize'].
370+
timeout,
371371
client_info=self._client_info,
372372
)
373373

0 commit comments

Comments
 (0)