Skip to content

Commit ffcb591

Browse files
chore: generate libraries at Tue Dec 23 21:26:00 UTC 2025
1 parent c2cf2bf commit ffcb591

File tree

34 files changed

+107
-744
lines changed

34 files changed

+107
-744
lines changed

java-admanager/README.md

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -15,30 +15,7 @@ Java idiomatic client for [Google Ad Manager API][product-docs].
1515
## Quickstart
1616

1717

18-
If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
19-
20-
```xml
21-
<dependencyManagement>
22-
<dependencies>
23-
<dependency>
24-
<groupId>com.google.cloud</groupId>
25-
<artifactId>libraries-bom</artifactId>
26-
<version>26.73.0</version>
27-
<type>pom</type>
28-
<scope>import</scope>
29-
</dependency>
30-
</dependencies>
31-
</dependencyManagement>
32-
33-
<dependencies>
34-
<dependency>
35-
<groupId>com.google.api-ads</groupId>
36-
<artifactId>ad-manager</artifactId>
37-
</dependency>
38-
</dependencies>
39-
```
40-
41-
If you are using Maven without the BOM, add this to your dependencies:
18+
If you are using Maven, add this to your pom.xml file:
4219

4320

4421
```xml

java-analytics-admin/README.md

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -15,30 +15,7 @@ Java idiomatic client for [Analytics Admin][product-docs].
1515
## Quickstart
1616

1717

18-
If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
19-
20-
```xml
21-
<dependencyManagement>
22-
<dependencies>
23-
<dependency>
24-
<groupId>com.google.cloud</groupId>
25-
<artifactId>libraries-bom</artifactId>
26-
<version>26.73.0</version>
27-
<type>pom</type>
28-
<scope>import</scope>
29-
</dependency>
30-
</dependencies>
31-
</dependencyManagement>
32-
33-
<dependencies>
34-
<dependency>
35-
<groupId>com.google.analytics</groupId>
36-
<artifactId>google-analytics-admin</artifactId>
37-
</dependency>
38-
</dependencies>
39-
```
40-
41-
If you are using Maven without the BOM, add this to your dependencies:
18+
If you are using Maven, add this to your pom.xml file:
4219

4320

4421
```xml

java-analytics-data/README.md

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -15,30 +15,7 @@ Java idiomatic client for [Analytics Data][product-docs].
1515
## Quickstart
1616

1717

18-
If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
19-
20-
```xml
21-
<dependencyManagement>
22-
<dependencies>
23-
<dependency>
24-
<groupId>com.google.cloud</groupId>
25-
<artifactId>libraries-bom</artifactId>
26-
<version>26.73.0</version>
27-
<type>pom</type>
28-
<scope>import</scope>
29-
</dependency>
30-
</dependencies>
31-
</dependencyManagement>
32-
33-
<dependencies>
34-
<dependency>
35-
<groupId>com.google.analytics</groupId>
36-
<artifactId>google-analytics-data</artifactId>
37-
</dependency>
38-
</dependencies>
39-
```
40-
41-
If you are using Maven without the BOM, add this to your dependencies:
18+
If you are using Maven, add this to your pom.xml file:
4219

4320

4421
```xml

java-area120-tables/README.md

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -15,30 +15,7 @@ Java idiomatic client for [Area 120 Tables][product-docs].
1515
## Quickstart
1616

1717

18-
If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
19-
20-
```xml
21-
<dependencyManagement>
22-
<dependencies>
23-
<dependency>
24-
<groupId>com.google.cloud</groupId>
25-
<artifactId>libraries-bom</artifactId>
26-
<version>26.73.0</version>
27-
<type>pom</type>
28-
<scope>import</scope>
29-
</dependency>
30-
</dependencies>
31-
</dependencyManagement>
32-
33-
<dependencies>
34-
<dependency>
35-
<groupId>com.google.area120</groupId>
36-
<artifactId>google-area120-tables</artifactId>
37-
</dependency>
38-
</dependencies>
39-
```
40-
41-
If you are using Maven without the BOM, add this to your dependencies:
18+
If you are using Maven, add this to your pom.xml file:
4219

4320

4421
```xml

java-beyondcorp-appgateways/README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,10 +175,29 @@ information.
175175

176176
Apache 2.0 - See [LICENSE][license] for more information.
177177

178+
## CI Status
179+
180+
Java Version | Status
181+
------------ | ------
182+
Java 8 | [![Kokoro CI][kokoro-badge-image-2]][kokoro-badge-link-2]
183+
Java 8 OSX | [![Kokoro CI][kokoro-badge-image-3]][kokoro-badge-link-3]
184+
Java 8 Windows | [![Kokoro CI][kokoro-badge-image-4]][kokoro-badge-link-4]
185+
Java 11 | [![Kokoro CI][kokoro-badge-image-5]][kokoro-badge-link-5]
186+
178187
Java is a registered trademark of Oracle and/or its affiliates.
179188

180189
[product-docs]: https://cloud.google.com/beyondcorp-enterprise/
181190
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-beyondcorp-appgateways/latest/overview
191+
[kokoro-badge-image-1]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java7.svg
192+
[kokoro-badge-link-1]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java7.html
193+
[kokoro-badge-image-2]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java8.svg
194+
[kokoro-badge-link-2]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java8.html
195+
[kokoro-badge-image-3]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java8-osx.svg
196+
[kokoro-badge-link-3]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java8-osx.html
197+
[kokoro-badge-image-4]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java8-win.svg
198+
[kokoro-badge-link-4]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java8-win.html
199+
[kokoro-badge-image-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.svg
200+
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
182201
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
183202
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-beyondcorp-appgateways.svg
184203
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-beyondcorp-appgateways/0.79.0

java-confidentialcomputing/README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,10 +175,29 @@ information.
175175

176176
Apache 2.0 - See [LICENSE][license] for more information.
177177

178+
## CI Status
179+
180+
Java Version | Status
181+
------------ | ------
182+
Java 8 | [![Kokoro CI][kokoro-badge-image-2]][kokoro-badge-link-2]
183+
Java 8 OSX | [![Kokoro CI][kokoro-badge-image-3]][kokoro-badge-link-3]
184+
Java 8 Windows | [![Kokoro CI][kokoro-badge-image-4]][kokoro-badge-link-4]
185+
Java 11 | [![Kokoro CI][kokoro-badge-image-5]][kokoro-badge-link-5]
186+
178187
Java is a registered trademark of Oracle and/or its affiliates.
179188

180189
[product-docs]: https://cloud.google.com/confidential-computing/
181190
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-confidentialcomputing/latest/overview
191+
[kokoro-badge-image-1]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java7.svg
192+
[kokoro-badge-link-1]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java7.html
193+
[kokoro-badge-image-2]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java8.svg
194+
[kokoro-badge-link-2]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java8.html
195+
[kokoro-badge-image-3]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java8-osx.svg
196+
[kokoro-badge-link-3]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java8-osx.html
197+
[kokoro-badge-image-4]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java8-win.svg
198+
[kokoro-badge-link-4]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java8-win.html
199+
[kokoro-badge-image-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.svg
200+
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
182201
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
183202
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-confidentialcomputing.svg
184203
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-confidentialcomputing/0.67.0

java-datamanager/README.md

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -15,30 +15,7 @@ Java idiomatic client for [Data Manager API][product-docs].
1515
## Quickstart
1616

1717

18-
If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
19-
20-
```xml
21-
<dependencyManagement>
22-
<dependencies>
23-
<dependency>
24-
<groupId>com.google.cloud</groupId>
25-
<artifactId>libraries-bom</artifactId>
26-
<version>26.73.0</version>
27-
<type>pom</type>
28-
<scope>import</scope>
29-
</dependency>
30-
</dependencies>
31-
</dependencyManagement>
32-
33-
<dependencies>
34-
<dependency>
35-
<groupId>com.google.api-ads</groupId>
36-
<artifactId>data-manager</artifactId>
37-
</dependency>
38-
</dependencies>
39-
```
40-
41-
If you are using Maven without the BOM, add this to your dependencies:
18+
If you are using Maven, add this to your pom.xml file:
4219

4320

4421
```xml

java-grafeas/README.md

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -12,30 +12,7 @@ Java idiomatic client for [Grafeas][product-docs].
1212
## Quickstart
1313

1414

15-
If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
16-
17-
```xml
18-
<dependencyManagement>
19-
<dependencies>
20-
<dependency>
21-
<groupId>com.google.cloud</groupId>
22-
<artifactId>libraries-bom</artifactId>
23-
<version>26.73.0</version>
24-
<type>pom</type>
25-
<scope>import</scope>
26-
</dependency>
27-
</dependencies>
28-
</dependencyManagement>
29-
30-
<dependencies>
31-
<dependency>
32-
<groupId>io.grafeas</groupId>
33-
<artifactId>grafeas</artifactId>
34-
</dependency>
35-
</dependencies>
36-
```
37-
38-
If you are using Maven without the BOM, add this to your dependencies:
15+
If you are using Maven, add this to your pom.xml file:
3916

4017

4118
```xml

java-java-shopping-merchant-issue-resolution/README.md

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -12,30 +12,7 @@ Java idiomatic client for [Merchant Issue Resolution API][product-docs].
1212
## Quickstart
1313

1414

15-
If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
16-
17-
```xml
18-
<dependencyManagement>
19-
<dependencies>
20-
<dependency>
21-
<groupId>com.google.cloud</groupId>
22-
<artifactId>libraries-bom</artifactId>
23-
<version>26.73.0</version>
24-
<type>pom</type>
25-
<scope>import</scope>
26-
</dependency>
27-
</dependencies>
28-
</dependencyManagement>
29-
30-
<dependencies>
31-
<dependency>
32-
<groupId>com.google.shopping</groupId>
33-
<artifactId>google-shopping-merchant-issue-resolution</artifactId>
34-
</dependency>
35-
</dependencies>
36-
```
37-
38-
If you are using Maven without the BOM, add this to your dependencies:
15+
If you are using Maven, add this to your pom.xml file:
3916

4017

4118
```xml

java-java-shopping-merchant-order-tracking/README.md

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -12,30 +12,7 @@ Java idiomatic client for [Merchant Order Tracking API][product-docs].
1212
## Quickstart
1313

1414

15-
If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
16-
17-
```xml
18-
<dependencyManagement>
19-
<dependencies>
20-
<dependency>
21-
<groupId>com.google.cloud</groupId>
22-
<artifactId>libraries-bom</artifactId>
23-
<version>26.73.0</version>
24-
<type>pom</type>
25-
<scope>import</scope>
26-
</dependency>
27-
</dependencies>
28-
</dependencyManagement>
29-
30-
<dependencies>
31-
<dependency>
32-
<groupId>com.google.shopping</groupId>
33-
<artifactId>google-shopping-merchant-order-tracking</artifactId>
34-
</dependency>
35-
</dependencies>
36-
```
37-
38-
If you are using Maven without the BOM, add this to your dependencies:
15+
If you are using Maven, add this to your pom.xml file:
3916

4017

4118
```xml

0 commit comments

Comments
 (0)