Skip to content

Commit

Permalink
feat(v1beta2): Align ReadRows timeout with other versions of the API (#…
Browse files Browse the repository at this point in the history
…293)

- [ ] Regenerate this pull request now.

Committer: @emkornfield
PiperOrigin-RevId: 394308710

Source-Link: googleapis/googleapis@1549a69

Source-Link: googleapis/googleapis-gen@40b5e7d

docs(v1beta2): Align session length with public documentation
  • Loading branch information
gcf-owl-bot[bot] committed Sep 2, 2021
1 parent 54cf722 commit 43e36a1
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
Expand Up @@ -199,7 +199,7 @@ async def create_read_session(
number of pre-filtered rows, so some filters can lead to
lopsided assignments.
Read sessions automatically expire 24 hours after they
Read sessions automatically expire 6 hours after they
are created and do not require manual clean-up by the
caller.
Expand Down
Expand Up @@ -420,7 +420,7 @@ def create_read_session(
number of pre-filtered rows, so some filters can lead to
lopsided assignments.
Read sessions automatically expire 24 hours after they
Read sessions automatically expire 6 hours after they
are created and do not require manual clean-up by the
caller.
Expand Down
Expand Up @@ -255,7 +255,7 @@ def create_read_session(
number of pre-filtered rows, so some filters can lead to
lopsided assignments.
Read sessions automatically expire 24 hours after they
Read sessions automatically expire 6 hours after they
are created and do not require manual clean-up by the
caller.
Expand Down
Expand Up @@ -258,7 +258,7 @@ def create_read_session(
number of pre-filtered rows, so some filters can lead to
lopsided assignments.
Read sessions automatically expire 24 hours after they
Read sessions automatically expire 6 hours after they
are created and do not require manual clean-up by the
caller.
Expand Down
Expand Up @@ -331,9 +331,9 @@ def append_rows(
core_exceptions.ResourceExhausted,
core_exceptions.ServiceUnavailable,
),
deadline=None,
deadline=86400.0,
),
default_timeout=None,
default_timeout=86400.0,
client_info=DEFAULT_CLIENT_INFO,
)

Expand Down
Expand Up @@ -185,9 +185,9 @@ def _prep_wrapped_messages(self, client_info):
core_exceptions.ResourceExhausted,
core_exceptions.ServiceUnavailable,
),
deadline=None,
deadline=86400.0,
),
default_timeout=None,
default_timeout=86400.0,
client_info=client_info,
),
self.get_write_stream: gapic_v1.method.wrap_method(
Expand Down

0 comments on commit 43e36a1

Please sign in to comment.