Skip to content

Commit 84cc3d3

Browse files
1 parent 66892aa commit 84cc3d3

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

clients/google-api-services-clouderrorreporting/v1beta1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-clouderrorreporting</artifactId>
25-
<version>v1beta1-rev20240702-2.0.0</version>
25+
<version>v1beta1-rev20240705-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-clouderrorreporting:v1beta1-rev20240702-2.0.0'
38+
implementation 'com.google.apis:google-api-services-clouderrorreporting:v1beta1-rev20240705-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-clouderrorreporting/v1beta1/2.0.0/com/google/api/services/clouderrorreporting/v1beta1/model/ReportedErrorEvent.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public final class ReportedErrorEvent extends com.google.api.client.json.Generic
6363
* us/library/system.exception.tostring.aspx). * **PHP**: Must be prefixed with `"PHP
6464
* (Notice|Parse error|Fatal error|Warning): "` and contain the result of
6565
* [`(string)$exception`](https://php.net/manual/en/exception.tostring.php). * **Go**: Must be the
66-
* return value of [`runtime.Stack()`](https://golang.org/pkg/runtime/debug/#Stack).
66+
* return value of [`debug.Stack()`](https://pkg.go.dev/runtime/debug#Stack).
6767
* The value may be {@code null}.
6868
*/
6969
@com.google.api.client.util.Key
@@ -134,7 +134,7 @@ public ReportedErrorEvent setEventTime(String eventTime) {
134134
* us/library/system.exception.tostring.aspx). * **PHP**: Must be prefixed with `"PHP
135135
* (Notice|Parse error|Fatal error|Warning): "` and contain the result of
136136
* [`(string)$exception`](https://php.net/manual/en/exception.tostring.php). * **Go**: Must be the
137-
* return value of [`runtime.Stack()`](https://golang.org/pkg/runtime/debug/#Stack).
137+
* return value of [`debug.Stack()`](https://pkg.go.dev/runtime/debug#Stack).
138138
* @return value or {@code null} for none
139139
*/
140140
public java.lang.String getMessage() {
@@ -157,7 +157,7 @@ public java.lang.String getMessage() {
157157
* us/library/system.exception.tostring.aspx). * **PHP**: Must be prefixed with `"PHP
158158
* (Notice|Parse error|Fatal error|Warning): "` and contain the result of
159159
* [`(string)$exception`](https://php.net/manual/en/exception.tostring.php). * **Go**: Must be the
160-
* return value of [`runtime.Stack()`](https://golang.org/pkg/runtime/debug/#Stack).
160+
* return value of [`debug.Stack()`](https://pkg.go.dev/runtime/debug#Stack).
161161
* @param message message or {@code null} for none
162162
*/
163163
public ReportedErrorEvent setMessage(java.lang.String message) {

clients/google-api-services-clouderrorreporting/v1beta1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-clouderrorreporting</artifactId>
11-
<version>v1beta1-rev20240702-2.0.0</version>
12-
<name>Error Reporting API v1beta1-rev20240702-2.0.0</name>
11+
<version>v1beta1-rev20240705-2.0.0</version>
12+
<name>Error Reporting API v1beta1-rev20240705-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-clouderrorreporting/v1beta1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-clouderrorreporting</artifactId>
25-
<version>v1beta1-rev20240702-2.0.0</version>
25+
<version>v1beta1-rev20240705-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-clouderrorreporting:v1beta1-rev20240702-2.0.0'
38+
implementation 'com.google.apis:google-api-services-clouderrorreporting:v1beta1-rev20240705-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)