Skip to content

Commit

Permalink
fix: Increase method timeout to 240s for BigQuery Metastore Partition…
Browse files Browse the repository at this point in the history
… Service API version v1alpha (#830)

* fix: Increase method timeout to 240s for BigQuery Metastore Partition Service API version v1alpha

PiperOrigin-RevId: 676173688

Source-Link: googleapis/googleapis@02f1184

Source-Link: googleapis/googleapis-gen@93f225b
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOTNmMjI1YjFlNWM4OTcxMmZhMTdkYzM5OGY5OTBiYjFjZDkyNzAyNSJ9

* 🦉 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 Sep 20, 2024
1 parent 3be4c7a commit 826a23f
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@ def _prep_wrapped_messages(self, client_info):
predicate=retries.if_exception_type(
core_exceptions.ServiceUnavailable,
),
deadline=120.0,
deadline=240.0,
),
default_timeout=120.0,
default_timeout=240.0,
client_info=client_info,
),
self.batch_delete_metastore_partitions: gapic_v1.method.wrap_method(
Expand All @@ -155,9 +155,9 @@ def _prep_wrapped_messages(self, client_info):
predicate=retries.if_exception_type(
core_exceptions.ServiceUnavailable,
),
deadline=120.0,
deadline=240.0,
),
default_timeout=120.0,
default_timeout=240.0,
client_info=client_info,
),
self.batch_update_metastore_partitions: gapic_v1.method.wrap_method(
Expand All @@ -169,9 +169,9 @@ def _prep_wrapped_messages(self, client_info):
predicate=retries.if_exception_type(
core_exceptions.ServiceUnavailable,
),
deadline=120.0,
deadline=240.0,
),
default_timeout=120.0,
default_timeout=240.0,
client_info=client_info,
),
self.list_metastore_partitions: gapic_v1.method.wrap_method(
Expand All @@ -183,14 +183,14 @@ def _prep_wrapped_messages(self, client_info):
predicate=retries.if_exception_type(
core_exceptions.ServiceUnavailable,
),
deadline=120.0,
deadline=240.0,
),
default_timeout=120.0,
default_timeout=240.0,
client_info=client_info,
),
self.stream_metastore_partitions: gapic_v1.method.wrap_method(
self.stream_metastore_partitions,
default_timeout=120.0,
default_timeout=240.0,
client_info=client_info,
),
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -417,9 +417,9 @@ def _prep_wrapped_messages(self, client_info):
predicate=retries.if_exception_type(
core_exceptions.ServiceUnavailable,
),
deadline=120.0,
deadline=240.0,
),
default_timeout=120.0,
default_timeout=240.0,
client_info=client_info,
),
self.batch_delete_metastore_partitions: gapic_v1.method_async.wrap_method(
Expand All @@ -431,9 +431,9 @@ def _prep_wrapped_messages(self, client_info):
predicate=retries.if_exception_type(
core_exceptions.ServiceUnavailable,
),
deadline=120.0,
deadline=240.0,
),
default_timeout=120.0,
default_timeout=240.0,
client_info=client_info,
),
self.batch_update_metastore_partitions: gapic_v1.method_async.wrap_method(
Expand All @@ -445,9 +445,9 @@ def _prep_wrapped_messages(self, client_info):
predicate=retries.if_exception_type(
core_exceptions.ServiceUnavailable,
),
deadline=120.0,
deadline=240.0,
),
default_timeout=120.0,
default_timeout=240.0,
client_info=client_info,
),
self.list_metastore_partitions: gapic_v1.method_async.wrap_method(
Expand All @@ -459,14 +459,14 @@ def _prep_wrapped_messages(self, client_info):
predicate=retries.if_exception_type(
core_exceptions.ServiceUnavailable,
),
deadline=120.0,
deadline=240.0,
),
default_timeout=120.0,
default_timeout=240.0,
client_info=client_info,
),
self.stream_metastore_partitions: gapic_v1.method_async.wrap_method(
self.stream_metastore_partitions,
default_timeout=120.0,
default_timeout=240.0,
client_info=client_info,
),
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-bigquery-storage",
"version": "2.26.0"
"version": "0.1.0"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-bigquery-storage",
"version": "2.26.0"
"version": "0.1.0"
},
"snippets": [
{
Expand Down

0 comments on commit 826a23f

Please sign in to comment.