Skip to content
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 @@ -195,14 +195,6 @@ def report_error_event(
"""
Report an individual error event.

This endpoint accepts either an OAuth token, or an API key for
authentication. To use an API key, append it to the URL as the value of
a ``key`` parameter. For example:

.. raw:: html
<pre>POST
https://clouderrorreporting.googleapis.com/v1beta1/projects/example-project/events:report?key=123ABC456</pre>

Example:
>>> from google.cloud import errorreporting_v1beta1
>>>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,14 +108,6 @@ def report_error_event(self):

Report an individual error event.

This endpoint accepts either an OAuth token, or an API key for
authentication. To use an API key, append it to the URL as the value of
a ``key`` parameter. For example:

.. raw:: html
<pre>POST
https://clouderrorreporting.googleapis.com/v1beta1/projects/example-project/events:report?key=123ABC456</pre>

Returns:
Callable: A callable which accepts the appropriate
deserialized request object and returns a
Expand Down
4 changes: 2 additions & 2 deletions error_reporting/synth.metadata
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"updateTime": "2019-02-26T13:15:27.166417Z",
"updateTime": "2019-02-26T21:22:37.725638Z",
"sources": [
{
"generator": {
Expand All @@ -20,7 +20,7 @@
"template": {
"name": "python_library",
"origin": "synthtool.gcp",
"version": "2019.1.16"
"version": "2019.2.26"
}
}
],
Expand Down
3 changes: 2 additions & 1 deletion error_reporting/synth.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
a ``key`` parameter. For example:

\.\. raw:: html
<pre>POST .*
<pre>POST
.*</pre>
"""

targets = [
Expand Down