File tree Expand file tree Collapse file tree 4 files changed +4
-19
lines changed
google/cloud/errorreporting_v1beta1/gapic Expand file tree Collapse file tree 4 files changed +4
-19
lines changed Original file line number Diff line number Diff line change @@ -195,14 +195,6 @@ def report_error_event(
195195 """
196196 Report an individual error event.
197197
198- This endpoint accepts either an OAuth token, or an API key for
199- authentication. To use an API key, append it to the URL as the value of
200- a ``key`` parameter. For example:
201-
202- .. raw:: html
203- <pre>POST
204- https://clouderrorreporting.googleapis.com/v1beta1/projects/example-project/events:report?key=123ABC456</pre>
205-
206198 Example:
207199 >>> from google.cloud import errorreporting_v1beta1
208200 >>>
Original file line number Diff line number Diff line change @@ -108,14 +108,6 @@ def report_error_event(self):
108108
109109 Report an individual error event.
110110
111- This endpoint accepts either an OAuth token, or an API key for
112- authentication. To use an API key, append it to the URL as the value of
113- a ``key`` parameter. For example:
114-
115- .. raw:: html
116- <pre>POST
117- https://clouderrorreporting.googleapis.com/v1beta1/projects/example-project/events:report?key=123ABC456</pre>
118-
119111 Returns:
120112 Callable: A callable which accepts the appropriate
121113 deserialized request object and returns a
Original file line number Diff line number Diff line change 11{
2- "updateTime": "2019-02-26T13:15:27.166417Z ",
2+ "updateTime": "2019-02-26T21:22:37.725638Z ",
33 "sources": [
44 {
55 "generator": {
2020 "template": {
2121 "name": "python_library",
2222 "origin": "synthtool.gcp",
23- "version": "2019.1.16 "
23+ "version": "2019.2.26 "
2424 }
2525 }
2626 ],
Original file line number Diff line number Diff line change 4949 a ``key`` parameter. For example:
5050
5151 \.\. raw:: html
52- <pre>POST .*
52+ <pre>POST
53+ .*</pre>
5354"""
5455
5556targets = [
You can’t perform that action at this time.
0 commit comments