From 12d71a9e19f34d626601e987c99d0394f93b7fcc Mon Sep 17 00:00:00 2001
From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com>
Date: Mon, 4 Sep 2023 21:12:13 -0400
Subject: [PATCH] chore: regenerate clouderrorreporting client (#17975)
Generated in GitHub action: https://togithub.com/googleapis/googleapis/google-api-java-client-services/actions/workflows/codegen.yaml
---
.../v1beta1/2.0.0/README.md | 4 ++--
.../v1beta1/model/ErrorGroup.java | 21 +++++++++++++------
.../v1beta1/2.0.0/pom.xml | 4 ++--
3 files changed, 19 insertions(+), 10 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 834d19f9300..f18160b0e4d 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-rev20230804-2.0.0
+ v1beta1-rev20230901-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-clouderrorreporting:v1beta1-rev20230804-2.0.0'
+ implementation 'com.google.apis:google-api-services-clouderrorreporting:v1beta1-rev20230901-2.0.0'
}
```
diff --git a/clients/google-api-services-clouderrorreporting/v1beta1/2.0.0/com/google/api/services/clouderrorreporting/v1beta1/model/ErrorGroup.java b/clients/google-api-services-clouderrorreporting/v1beta1/2.0.0/com/google/api/services/clouderrorreporting/v1beta1/model/ErrorGroup.java
index ee54ffb30c5..de7a4ea97cb 100644
--- a/clients/google-api-services-clouderrorreporting/v1beta1/2.0.0/com/google/api/services/clouderrorreporting/v1beta1/model/ErrorGroup.java
+++ b/clients/google-api-services-clouderrorreporting/v1beta1/2.0.0/com/google/api/services/clouderrorreporting/v1beta1/model/ErrorGroup.java
@@ -30,8 +30,11 @@
public final class ErrorGroup extends com.google.api.client.json.GenericJson {
/**
- * Group IDs are unique for a given project. If the same kind of error occurs in different service
- * contexts, it will receive the same group ID.
+ * An opaque identifier of the group. This field is assigned by the Error Reporting system and
+ * always populated. In the group resource name, the `group_id` is a unique identifier for a
+ * particular error group. The identifier is derived from key parts of the error-log content and
+ * is treated as Service Data. For information about how Service Data is handled, see [Google
+ * Cloud Privacy Notice](https://cloud.google.com/terms/cloud-privacy-notice).
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -64,8 +67,11 @@ public final class ErrorGroup extends com.google.api.client.json.GenericJson {
private java.util.List trackingIssues;
/**
- * Group IDs are unique for a given project. If the same kind of error occurs in different service
- * contexts, it will receive the same group ID.
+ * An opaque identifier of the group. This field is assigned by the Error Reporting system and
+ * always populated. In the group resource name, the `group_id` is a unique identifier for a
+ * particular error group. The identifier is derived from key parts of the error-log content and
+ * is treated as Service Data. For information about how Service Data is handled, see [Google
+ * Cloud Privacy Notice](https://cloud.google.com/terms/cloud-privacy-notice).
* @return value or {@code null} for none
*/
public java.lang.String getGroupId() {
@@ -73,8 +79,11 @@ public java.lang.String getGroupId() {
}
/**
- * Group IDs are unique for a given project. If the same kind of error occurs in different service
- * contexts, it will receive the same group ID.
+ * An opaque identifier of the group. This field is assigned by the Error Reporting system and
+ * always populated. In the group resource name, the `group_id` is a unique identifier for a
+ * particular error group. The identifier is derived from key parts of the error-log content and
+ * is treated as Service Data. For information about how Service Data is handled, see [Google
+ * Cloud Privacy Notice](https://cloud.google.com/terms/cloud-privacy-notice).
* @param groupId groupId or {@code null} for none
*/
public ErrorGroup setGroupId(java.lang.String groupId) {
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 bfd8a3a4644..c7ea8769ad0 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-rev20230804-2.0.0
- Error Reporting API v1beta1-rev20230804-2.0.0
+ v1beta1-rev20230901-2.0.0
+ Error Reporting API v1beta1-rev20230901-2.0.0
jar
2011