Skip to content

Commit 6f8c99c

Browse files
1 parent 2769207 commit 6f8c99c

File tree

96 files changed

+49
-24114
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+49
-24114
lines changed

β€Žgoogle/cloud/errorreporting_v1beta1/services/report_errors_service/async_client.pyβ€Ž

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -314,14 +314,14 @@ async def report_error_event(
314314
Cloud Logging and can analyze log entries when all of the
315315
following are true:
316316
317-
- Customer-managed encryption keys (CMEK) are disabled on the
318-
log bucket.
319-
- The log bucket satisfies one of the following:
320-
321-
- The log bucket is stored in the same project where the
322-
logs originated.
323-
- The logs were routed to a project, and then that project
324-
stored those logs in a log bucket that it owns.
317+
- Customer-managed encryption keys (CMEK) are disabled on the
318+
log bucket.
319+
- The log bucket satisfies one of the following:
320+
321+
- The log bucket is stored in the same project where the logs
322+
originated.
323+
- The logs were routed to a project, and then that project
324+
stored those logs in a log bucket that it owns.
325325
326326
.. code-block:: python
327327

β€Žgoogle/cloud/errorreporting_v1beta1/services/report_errors_service/client.pyβ€Ž

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -717,14 +717,14 @@ def report_error_event(
717717
Cloud Logging and can analyze log entries when all of the
718718
following are true:
719719
720-
- Customer-managed encryption keys (CMEK) are disabled on the
721-
log bucket.
722-
- The log bucket satisfies one of the following:
723-
724-
- The log bucket is stored in the same project where the
725-
logs originated.
726-
- The logs were routed to a project, and then that project
727-
stored those logs in a log bucket that it owns.
720+
- Customer-managed encryption keys (CMEK) are disabled on the
721+
log bucket.
722+
- The log bucket satisfies one of the following:
723+
724+
- The log bucket is stored in the same project where the logs
725+
originated.
726+
- The logs were routed to a project, and then that project
727+
stored those logs in a log bucket that it owns.
728728
729729
.. code-block:: python
730730

β€Žgoogle/cloud/errorreporting_v1beta1/services/report_errors_service/transports/grpc.pyβ€Ž

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -343,14 +343,14 @@ def report_error_event(
343343
Cloud Logging and can analyze log entries when all of the
344344
following are true:
345345
346-
- Customer-managed encryption keys (CMEK) are disabled on the
347-
log bucket.
348-
- The log bucket satisfies one of the following:
349-
350-
- The log bucket is stored in the same project where the
351-
logs originated.
352-
- The logs were routed to a project, and then that project
353-
stored those logs in a log bucket that it owns.
346+
- Customer-managed encryption keys (CMEK) are disabled on the
347+
log bucket.
348+
- The log bucket satisfies one of the following:
349+
350+
- The log bucket is stored in the same project where the logs
351+
originated.
352+
- The logs were routed to a project, and then that project
353+
stored those logs in a log bucket that it owns.
354354
355355
Returns:
356356
Callable[[~.ReportErrorEventRequest],

β€Žgoogle/cloud/errorreporting_v1beta1/services/report_errors_service/transports/grpc_asyncio.pyβ€Ž

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -351,14 +351,14 @@ def report_error_event(
351351
Cloud Logging and can analyze log entries when all of the
352352
following are true:
353353
354-
- Customer-managed encryption keys (CMEK) are disabled on the
355-
log bucket.
356-
- The log bucket satisfies one of the following:
357-
358-
- The log bucket is stored in the same project where the
359-
logs originated.
360-
- The logs were routed to a project, and then that project
361-
stored those logs in a log bucket that it owns.
354+
- Customer-managed encryption keys (CMEK) are disabled on the
355+
log bucket.
356+
- The log bucket satisfies one of the following:
357+
358+
- The log bucket is stored in the same project where the logs
359+
originated.
360+
- The logs were routed to a project, and then that project
361+
stored those logs in a log bucket that it owns.
362362
363363
Returns:
364364
Callable[[~.ReportErrorEventRequest],

β€Žgoogle/cloud/errorreporting_v1beta1/types/report_errors_service.pyβ€Ž

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -91,23 +91,23 @@ class ReportedErrorEvent(proto.Message):
9191
Supported languages are Java, Python, JavaScript, Ruby, C#,
9292
PHP, and Go. Supported stack trace formats are:
9393
94-
- **Java**: Must be the return value of
95-
```Throwable.printStackTrace()`` <https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html#printStackTrace%28%29>`__.
96-
- **Python**: Must be the return value of
97-
```traceback.format_exc()`` <https://docs.python.org/2/library/traceback.html#traceback.format_exc>`__.
98-
- **JavaScript**: Must be the value of
99-
```error.stack`` <https://github.com/v8/v8/wiki/Stack-Trace-API>`__
100-
as returned by V8.
101-
- **Ruby**: Must contain frames returned by
102-
```Exception.backtrace`` <https://ruby-doc.org/core-2.2.0/Exception.html#method-i-backtrace>`__.
103-
- **C#**: Must be the return value of
104-
```Exception.ToString()`` <https://msdn.microsoft.com/en-us/library/system.exception.tostring.aspx>`__.
105-
- **PHP**: Must be prefixed with
106-
``"PHP (Notice|Parse error|Fatal error|Warning): "`` and
107-
contain the result of
108-
```(string)$exception`` <https://php.net/manual/en/exception.tostring.php>`__.
109-
- **Go**: Must be the return value of
110-
```runtime.Stack()`` <https://golang.org/pkg/runtime/debug/#Stack>`__.
94+
- **Java**: Must be the return value of
95+
```Throwable.printStackTrace()`` <https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html#printStackTrace%28%29>`__.
96+
- **Python**: Must be the return value of
97+
```traceback.format_exc()`` <https://docs.python.org/2/library/traceback.html#traceback.format_exc>`__.
98+
- **JavaScript**: Must be the value of
99+
```error.stack`` <https://github.com/v8/v8/wiki/Stack-Trace-API>`__
100+
as returned by V8.
101+
- **Ruby**: Must contain frames returned by
102+
```Exception.backtrace`` <https://ruby-doc.org/core-2.2.0/Exception.html#method-i-backtrace>`__.
103+
- **C#**: Must be the return value of
104+
```Exception.ToString()`` <https://msdn.microsoft.com/en-us/library/system.exception.tostring.aspx>`__.
105+
- **PHP**: Must be prefixed with
106+
``"PHP (Notice|Parse error|Fatal error|Warning): "`` and
107+
contain the result of
108+
```(string)$exception`` <https://php.net/manual/en/exception.tostring.php>`__.
109+
- **Go**: Must be the return value of
110+
```runtime.Stack()`` <https://golang.org/pkg/runtime/debug/#Stack>`__.
111111
context (google.cloud.errorreporting_v1beta1.types.ErrorContext):
112112
Optional. A description of the context in
113113
which the error occurred.

β€Žowl-bot-staging/v1beta1/.coveragercβ€Ž

Lines changed: 0 additions & 13 deletions
This file was deleted.

β€Žowl-bot-staging/v1beta1/.flake8β€Ž

Lines changed: 0 additions & 34 deletions
This file was deleted.

β€Žowl-bot-staging/v1beta1/LICENSEβ€Ž

Lines changed: 0 additions & 202 deletions
This file was deleted.

0 commit comments

Comments
Β (0)