Skip to content

Commit

Permalink
Re-generate library using videointelligence/synth.py (#5982)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpebot authored and tseaver committed Sep 14, 2018
1 parent e073623 commit 68fde8d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,8 @@ def annotate_video(self,
'annotate_video'] = google.api_core.gapic_v1.method.wrap_method(
self.transport.annotate_video,
default_retry=self._method_configs['AnnotateVideo'].retry,
default_timeout=self._method_configs['AnnotateVideo']
.timeout,
default_timeout=self._method_configs['AnnotateVideo'].
timeout,
client_info=self._client_info,
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -245,8 +245,8 @@ def annotate_video(self,
'annotate_video'] = google.api_core.gapic_v1.method.wrap_method(
self.transport.annotate_video,
default_retry=self._method_configs['AnnotateVideo'].retry,
default_timeout=self._method_configs['AnnotateVideo']
.timeout,
default_timeout=self._method_configs['AnnotateVideo'].
timeout,
client_info=self._client_info,
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,8 @@ def annotate_video(self,
'annotate_video'] = google.api_core.gapic_v1.method.wrap_method(
self.transport.annotate_video,
default_retry=self._method_configs['AnnotateVideo'].retry,
default_timeout=self._method_configs['AnnotateVideo']
.timeout,
default_timeout=self._method_configs['AnnotateVideo'].
timeout,
client_info=self._client_info,
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,8 @@ def annotate_video(self,
'annotate_video'] = google.api_core.gapic_v1.method.wrap_method(
self.transport.annotate_video,
default_retry=self._method_configs['AnnotateVideo'].retry,
default_timeout=self._method_configs['AnnotateVideo']
.timeout,
default_timeout=self._method_configs['AnnotateVideo'].
timeout,
client_info=self._client_info,
)

Expand Down

0 comments on commit 68fde8d

Please sign in to comment.