Skip to content

Commit

Permalink
chore: use gapic-generator-python 0.65.1 (#59)
Browse files Browse the repository at this point in the history
* chore: use gapic-generator-python 0.65.1

PiperOrigin-RevId: 441524537

Source-Link: googleapis/googleapis@2a27391

Source-Link: googleapis/googleapis-gen@ab6756a
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYWI2NzU2YTQ4Yzg5YjViY2I5ZmI3MzQ0M2NiOGU1NWQ1NzRmNDY0MyJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Apr 14, 2022
1 parent 29fe6e4 commit a2f1314
Show file tree
Hide file tree
Showing 3 changed files with 894 additions and 52 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ def sample_list_instances():
maximum=32.0,
multiplier=1.3,
predicate=retries.if_exception_type(
core_exceptions.GoogleAPICallError,
core_exceptions.ServiceUnavailable,
),
deadline=60.0,
),
Expand Down Expand Up @@ -436,7 +436,7 @@ def sample_get_instance():
maximum=32.0,
multiplier=1.3,
predicate=retries.if_exception_type(
core_exceptions.GoogleAPICallError,
core_exceptions.ServiceUnavailable,
),
deadline=60.0,
),
Expand Down Expand Up @@ -1024,7 +1024,7 @@ def sample_list_backups():
maximum=32.0,
multiplier=1.3,
predicate=retries.if_exception_type(
core_exceptions.GoogleAPICallError,
core_exceptions.ServiceUnavailable,
),
deadline=60.0,
),
Expand Down Expand Up @@ -1135,7 +1135,7 @@ def sample_get_backup():
maximum=32.0,
multiplier=1.3,
predicate=retries.if_exception_type(
core_exceptions.GoogleAPICallError,
core_exceptions.ServiceUnavailable,
),
deadline=60.0,
),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def _prep_wrapped_messages(self, client_info):
maximum=32.0,
multiplier=1.3,
predicate=retries.if_exception_type(
core_exceptions.GoogleAPICallError,
core_exceptions.ServiceUnavailable,
),
deadline=60.0,
),
Expand All @@ -144,7 +144,7 @@ def _prep_wrapped_messages(self, client_info):
maximum=32.0,
multiplier=1.3,
predicate=retries.if_exception_type(
core_exceptions.GoogleAPICallError,
core_exceptions.ServiceUnavailable,
),
deadline=60.0,
),
Expand Down Expand Up @@ -178,7 +178,7 @@ def _prep_wrapped_messages(self, client_info):
maximum=32.0,
multiplier=1.3,
predicate=retries.if_exception_type(
core_exceptions.GoogleAPICallError,
core_exceptions.ServiceUnavailable,
),
deadline=60.0,
),
Expand All @@ -192,7 +192,7 @@ def _prep_wrapped_messages(self, client_info):
maximum=32.0,
multiplier=1.3,
predicate=retries.if_exception_type(
core_exceptions.GoogleAPICallError,
core_exceptions.ServiceUnavailable,
),
deadline=60.0,
),
Expand Down
Loading

0 comments on commit a2f1314

Please sign in to comment.