Skip to content

Commit

Permalink
chore: use gapic-generator-python 0.65.1 (#63)
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 5d241bc commit 28bf95a
Show file tree
Hide file tree
Showing 6 changed files with 1,108 additions and 72 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ def sample_get_migration_workflow():
maximum=10.0,
multiplier=1.3,
predicate=retries.if_exception_type(
core_exceptions.GoogleAPICallError,
core_exceptions.ServiceUnavailable,
),
deadline=60.0,
),
Expand Down Expand Up @@ -511,7 +511,7 @@ def sample_list_migration_workflows():
maximum=10.0,
multiplier=1.3,
predicate=retries.if_exception_type(
core_exceptions.GoogleAPICallError,
core_exceptions.ServiceUnavailable,
),
deadline=60.0,
),
Expand Down Expand Up @@ -704,7 +704,7 @@ def sample_start_migration_workflow():
maximum=10.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 @@ -135,7 +135,7 @@ def _prep_wrapped_messages(self, client_info):
maximum=10.0,
multiplier=1.3,
predicate=retries.if_exception_type(
core_exceptions.GoogleAPICallError,
core_exceptions.ServiceUnavailable,
),
deadline=60.0,
),
Expand All @@ -149,7 +149,7 @@ def _prep_wrapped_messages(self, client_info):
maximum=10.0,
multiplier=1.3,
predicate=retries.if_exception_type(
core_exceptions.GoogleAPICallError,
core_exceptions.ServiceUnavailable,
),
deadline=60.0,
),
Expand All @@ -168,7 +168,7 @@ def _prep_wrapped_messages(self, client_info):
maximum=10.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 @@ -403,7 +403,7 @@ def sample_get_migration_workflow():
maximum=10.0,
multiplier=1.3,
predicate=retries.if_exception_type(
core_exceptions.GoogleAPICallError,
core_exceptions.ServiceUnavailable,
),
deadline=120.0,
),
Expand Down Expand Up @@ -511,7 +511,7 @@ def sample_list_migration_workflows():
maximum=10.0,
multiplier=1.3,
predicate=retries.if_exception_type(
core_exceptions.GoogleAPICallError,
core_exceptions.ServiceUnavailable,
),
deadline=120.0,
),
Expand Down Expand Up @@ -704,7 +704,7 @@ def sample_start_migration_workflow():
maximum=10.0,
multiplier=1.3,
predicate=retries.if_exception_type(
core_exceptions.GoogleAPICallError,
core_exceptions.ServiceUnavailable,
),
deadline=120.0,
),
Expand Down Expand Up @@ -810,7 +810,7 @@ def sample_get_migration_subtask():
maximum=10.0,
multiplier=1.3,
predicate=retries.if_exception_type(
core_exceptions.GoogleAPICallError,
core_exceptions.ServiceUnavailable,
),
deadline=120.0,
),
Expand Down Expand Up @@ -917,7 +917,7 @@ def sample_list_migration_subtasks():
maximum=10.0,
multiplier=1.3,
predicate=retries.if_exception_type(
core_exceptions.GoogleAPICallError,
core_exceptions.ServiceUnavailable,
),
deadline=120.0,
),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def _prep_wrapped_messages(self, client_info):
maximum=10.0,
multiplier=1.3,
predicate=retries.if_exception_type(
core_exceptions.GoogleAPICallError,
core_exceptions.ServiceUnavailable,
),
deadline=120.0,
),
Expand All @@ -149,7 +149,7 @@ def _prep_wrapped_messages(self, client_info):
maximum=10.0,
multiplier=1.3,
predicate=retries.if_exception_type(
core_exceptions.GoogleAPICallError,
core_exceptions.ServiceUnavailable,
),
deadline=120.0,
),
Expand All @@ -168,7 +168,7 @@ def _prep_wrapped_messages(self, client_info):
maximum=10.0,
multiplier=1.3,
predicate=retries.if_exception_type(
core_exceptions.GoogleAPICallError,
core_exceptions.ServiceUnavailable,
),
deadline=120.0,
),
Expand All @@ -182,7 +182,7 @@ def _prep_wrapped_messages(self, client_info):
maximum=10.0,
multiplier=1.3,
predicate=retries.if_exception_type(
core_exceptions.GoogleAPICallError,
core_exceptions.ServiceUnavailable,
),
deadline=120.0,
),
Expand All @@ -196,7 +196,7 @@ def _prep_wrapped_messages(self, client_info):
maximum=10.0,
multiplier=1.3,
predicate=retries.if_exception_type(
core_exceptions.GoogleAPICallError,
core_exceptions.ServiceUnavailable,
),
deadline=120.0,
),
Expand Down
Loading

0 comments on commit 28bf95a

Please sign in to comment.