8000 docs: removed link to the regionalization page by gcf-owl-bot[bot] · Pull Request #411 · googleapis/python-error-reporting · GitHub
[go: up one dir, main page]

Skip to content

docs: removed link to the regionalization page #411

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -237,9 +237,6 @@ async def report_error_event(
in regional log buckets or logs routed to other Google Cloud
projects.

For more information, see `Using Error Reporting with
regionalized logs </error-reporting/docs/regionalization>`__.

.. code-block:: python

# This snippet has been automatically generated and should be regarded as a
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -443,9 +443,6 @@ def report_error_event(
in regional log buckets or logs routed to other Google Cloud
projects.

For more information, see `Using Error Reporting with
regionalized logs </error-reporting/docs/regionalization>`__.

.. code-block:: python

# This snippet has been automatically generated and should be regarded as a
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -252,9 +252,6 @@ def report_error_event(
in regional log buckets or logs routed to other Google Cloud
projects.

For more information, see `Using Error Reporting with
regionalized logs </error-reporting/docs/regionalization>`__.

Returns:
Callable[[~.ReportErrorEventRequest],
~.ReportErrorEventResponse]:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -255,9 +255,6 @@ def report_error_event(
in regional log buckets or logs routed to other Google Cloud
projects.

For more information, see `Using Error Reporting with
regionalized logs </error-reporting/docs/regionalization>`__.

Returns:
Callable[[~.ReportErrorEventRequest],
Awaitable[~.ReportErrorEventResponse]]:
Expand Down
0