From 5498476b0845ce8527a2476780afca9693cc4557 Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Fri, 21 Aug 2026 17:44:28 -0700 Subject: [PATCH] chore: regenerate clouderrorreporting client --- .../v1beta1/2.0.0/README.md | 4 +- .../v1beta1/model/ReportedErrorEvent.java | 42 +++++++++++-------- .../v1beta1/2.0.0/pom.xml | 4 +- .../v1beta1/README.md | 4 +- 4 files changed, 30 insertions(+), 24 deletions(-) diff --git a/clients/google-api-services-clouderrorreporting/v1beta1/2.0.0/README.md b/clients/google-api-services-clouderrorreporting/v1beta1/2.0.0/README.md index 883072a4975..a2fdd6d82a4 100644 --- a/clients/google-api-services-clouderrorreporting/v1beta1/2.0.0/README.md +++ b/clients/google-api-services-clouderrorreporting/v1beta1/2.0.0/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-clouderrorreporting - v1beta1-rev20260529-2.0.0 + v1beta1-rev20260814-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-clouderrorreporting:v1beta1-rev20260529-2.0.0' + implementation 'com.google.apis:google-api-services-clouderrorreporting:v1beta1-rev20260814-2.0.0' } ``` diff --git a/clients/google-api-services-clouderrorreporting/v1beta1/2.0.0/com/google/api/services/clouderrorreporting/v1beta1/model/ReportedErrorEvent.java b/clients/google-api-services-clouderrorreporting/v1beta1/2.0.0/com/google/api/services/clouderrorreporting/v1beta1/model/ReportedErrorEvent.java index 0713908ad72..3b4296f9ead 100644 --- a/clients/google-api-services-clouderrorreporting/v1beta1/2.0.0/com/google/api/services/clouderrorreporting/v1beta1/model/ReportedErrorEvent.java +++ b/clients/google-api-services-clouderrorreporting/v1beta1/2.0.0/com/google/api/services/clouderrorreporting/v1beta1/model/ReportedErrorEvent.java @@ -51,11 +51,11 @@ public final class ReportedErrorEvent extends com.google.api.client.json.Generic * Required. The error message. If no `context.reportLocation` is provided, the message must * contain a header (typically consisting of the exception type name and an error message) and an * exception stack trace in one of the supported programming languages and formats. Supported - * languages are Java, Python, JavaScript, Ruby, C#, PHP, and Go. Supported stack trace formats - * are: * **Java**: Must be the return value of [`Throwable.printStackTrace()`](https://docs.oracl - * e.com/javase/7/docs/api/java/lang/Throwable.html#printStackTrace%28%29). * **Python**: Must be - * the return value of [`traceback.format_exc()`](https://docs.python.org/2/library/traceback.html - * #traceback.format_exc). * **JavaScript**: Must be the value of + * languages are Java, Python, JavaScript, Ruby, C#, PHP, Go, and Rust. Supported stack trace + * formats are: * **Java**: Must be the return value of [`Throwable.printStackTrace()`](https://do + * cs.oracle.com/javase/7/docs/api/java/lang/Throwable.html#printStackTrace%28%29). * **Python**: + * Must be the return value of [`traceback.format_exc()`](https://docs.python.org/2/library/traceb + * ack.html#traceback.format_exc). * **JavaScript**: Must be the value of * [`error.stack`](https://github.com/v8/v8/wiki/Stack-Trace-API) as returned by V8. * **Ruby**: * Must contain frames returned by [`Exception.backtrace`](https://ruby- * doc.org/core-2.2.0/Exception.html#method-i-backtrace). * **C#**: Must be the return value of @@ -63,7 +63,9 @@ public final class ReportedErrorEvent extends com.google.api.client.json.Generic * us/library/system.exception.tostring.aspx). * **PHP**: Must be prefixed with `"PHP * (Notice|Parse error|Fatal error|Warning): "` and contain the result of * [`(string)$exception`](https://php.net/manual/en/exception.tostring.php). * **Go**: Must be the - * return value of [`debug.Stack()`](https://pkg.go.dev/runtime/debug#Stack). + * return value of [`debug.Stack()`](https://pkg.go.dev/runtime/debug#Stack). * **Rust**: Must + * contain standard [`std::backtrace`](https://doc.rust-lang.org/std/backtrace/index.html) frames. + * Requires `RUST_BACKTRACE=1` and debug symbols enabled. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -122,11 +124,11 @@ public ReportedErrorEvent setEventTime(String eventTime) { * Required. The error message. If no `context.reportLocation` is provided, the message must * contain a header (typically consisting of the exception type name and an error message) and an * exception stack trace in one of the supported programming languages and formats. Supported - * languages are Java, Python, JavaScript, Ruby, C#, PHP, and Go. Supported stack trace formats - * are: * **Java**: Must be the return value of [`Throwable.printStackTrace()`](https://docs.oracl - * e.com/javase/7/docs/api/java/lang/Throwable.html#printStackTrace%28%29). * **Python**: Must be - * the return value of [`traceback.format_exc()`](https://docs.python.org/2/library/traceback.html - * #traceback.format_exc). * **JavaScript**: Must be the value of + * languages are Java, Python, JavaScript, Ruby, C#, PHP, Go, and Rust. Supported stack trace + * formats are: * **Java**: Must be the return value of [`Throwable.printStackTrace()`](https://do + * cs.oracle.com/javase/7/docs/api/java/lang/Throwable.html#printStackTrace%28%29). * **Python**: + * Must be the return value of [`traceback.format_exc()`](https://docs.python.org/2/library/traceb + * ack.html#traceback.format_exc). * **JavaScript**: Must be the value of * [`error.stack`](https://github.com/v8/v8/wiki/Stack-Trace-API) as returned by V8. * **Ruby**: * Must contain frames returned by [`Exception.backtrace`](https://ruby- * doc.org/core-2.2.0/Exception.html#method-i-backtrace). * **C#**: Must be the return value of @@ -134,7 +136,9 @@ public ReportedErrorEvent setEventTime(String eventTime) { * us/library/system.exception.tostring.aspx). * **PHP**: Must be prefixed with `"PHP * (Notice|Parse error|Fatal error|Warning): "` and contain the result of * [`(string)$exception`](https://php.net/manual/en/exception.tostring.php). * **Go**: Must be the - * return value of [`debug.Stack()`](https://pkg.go.dev/runtime/debug#Stack). + * return value of [`debug.Stack()`](https://pkg.go.dev/runtime/debug#Stack). * **Rust**: Must + * contain standard [`std::backtrace`](https://doc.rust-lang.org/std/backtrace/index.html) frames. + * Requires `RUST_BACKTRACE=1` and debug symbols enabled. * @return value or {@code null} for none */ public java.lang.String getMessage() { @@ -145,11 +149,11 @@ public java.lang.String getMessage() { * Required. The error message. If no `context.reportLocation` is provided, the message must * contain a header (typically consisting of the exception type name and an error message) and an * exception stack trace in one of the supported programming languages and formats. Supported - * languages are Java, Python, JavaScript, Ruby, C#, PHP, and Go. Supported stack trace formats - * are: * **Java**: Must be the return value of [`Throwable.printStackTrace()`](https://docs.oracl - * e.com/javase/7/docs/api/java/lang/Throwable.html#printStackTrace%28%29). * **Python**: Must be - * the return value of [`traceback.format_exc()`](https://docs.python.org/2/library/traceback.html - * #traceback.format_exc). * **JavaScript**: Must be the value of + * languages are Java, Python, JavaScript, Ruby, C#, PHP, Go, and Rust. Supported stack trace + * formats are: * **Java**: Must be the return value of [`Throwable.printStackTrace()`](https://do + * cs.oracle.com/javase/7/docs/api/java/lang/Throwable.html#printStackTrace%28%29). * **Python**: + * Must be the return value of [`traceback.format_exc()`](https://docs.python.org/2/library/traceb + * ack.html#traceback.format_exc). * **JavaScript**: Must be the value of * [`error.stack`](https://github.com/v8/v8/wiki/Stack-Trace-API) as returned by V8. * **Ruby**: * Must contain frames returned by [`Exception.backtrace`](https://ruby- * doc.org/core-2.2.0/Exception.html#method-i-backtrace). * **C#**: Must be the return value of @@ -157,7 +161,9 @@ public java.lang.String getMessage() { * us/library/system.exception.tostring.aspx). * **PHP**: Must be prefixed with `"PHP * (Notice|Parse error|Fatal error|Warning): "` and contain the result of * [`(string)$exception`](https://php.net/manual/en/exception.tostring.php). * **Go**: Must be the - * return value of [`debug.Stack()`](https://pkg.go.dev/runtime/debug#Stack). + * return value of [`debug.Stack()`](https://pkg.go.dev/runtime/debug#Stack). * **Rust**: Must + * contain standard [`std::backtrace`](https://doc.rust-lang.org/std/backtrace/index.html) frames. + * Requires `RUST_BACKTRACE=1` and debug symbols enabled. * @param message message or {@code null} for none */ public ReportedErrorEvent setMessage(java.lang.String message) { diff --git a/clients/google-api-services-clouderrorreporting/v1beta1/2.0.0/pom.xml b/clients/google-api-services-clouderrorreporting/v1beta1/2.0.0/pom.xml index ddbb8d326db..ffd3ee7a3c1 100644 --- a/clients/google-api-services-clouderrorreporting/v1beta1/2.0.0/pom.xml +++ b/clients/google-api-services-clouderrorreporting/v1beta1/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-clouderrorreporting - v1beta1-rev20260529-2.0.0 - Error Reporting API v1beta1-rev20260529-2.0.0 + v1beta1-rev20260814-2.0.0 + Error Reporting API v1beta1-rev20260814-2.0.0 jar 2011 diff --git a/clients/google-api-services-clouderrorreporting/v1beta1/README.md b/clients/google-api-services-clouderrorreporting/v1beta1/README.md index 883072a4975..a2fdd6d82a4 100644 --- a/clients/google-api-services-clouderrorreporting/v1beta1/README.md +++ b/clients/google-api-services-clouderrorreporting/v1beta1/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-clouderrorreporting - v1beta1-rev20260529-2.0.0 + v1beta1-rev20260814-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-clouderrorreporting:v1beta1-rev20260529-2.0.0' + implementation 'com.google.apis:google-api-services-clouderrorreporting:v1beta1-rev20260814-2.0.0' } ```