Skip to content

Commit

Permalink
chore: regenerate clouderrorreporting client (#17975)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot authored Sep 5, 2023
1 parent 80fe3e1 commit 12d71a9
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-clouderrorreporting</artifactId>
<version>v1beta1-rev20230804-2.0.0</version>
<version>v1beta1-rev20230901-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -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'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -64,17 +67,23 @@ public final class ErrorGroup extends com.google.api.client.json.GenericJson {
private java.util.List<TrackingIssue> 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() {
return groupId;
}

/**
* 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) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-clouderrorreporting</artifactId>
<version>v1beta1-rev20230804-2.0.0</version>
<name>Error Reporting API v1beta1-rev20230804-2.0.0</name>
<version>v1beta1-rev20230901-2.0.0</version>
<name>Error Reporting API v1beta1-rev20230901-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down

0 comments on commit 12d71a9

Please sign in to comment.