Skip to content

Commit 7ccac5a

Browse files
1 parent 6edc6c0 commit 7ccac5a

File tree

5 files changed

+9
-1165
lines changed

5 files changed

+9
-1165
lines changed

clients/google-api-services-observability/v1/2.0.0/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Observability API Client Library for Java
22

3-
3+
Provides functionality for configuring the observability scope, which controls the log, metric, and trace data that you can view.
44

55
This page contains information about getting started with the Observability API
66
using the Google API Client Library for Java. In addition, you may be interested
@@ -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-observability</artifactId>
25-
<version>v1-rev20251204-2.0.0</version>
25+
<version>v1-rev20251211-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-observability:v1-rev20251204-2.0.0'
38+
implementation 'com.google.apis:google-api-services-observability:v1-rev20251211-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)