Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion generation_config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
gapic_generator_version: 2.64.2
gapic_generator_version: 2.64.3-SNAPSHOT
googleapis_commitish: 1496716325adf01af70ffca9161dd62d7bebbd50
libraries_bom_version: 26.73.0

Expand Down
25 changes: 1 addition & 24 deletions java-admanager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,30 +15,7 @@ Java idiomatic client for [Google Ad Manager API][product-docs].
## Quickstart


If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:

```xml
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.73.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<dependency>
<groupId>com.google.api-ads</groupId>
<artifactId>ad-manager</artifactId>
</dependency>
</dependencies>
```

If you are using Maven without the BOM, add this to your dependencies:
If you are using Maven, add this to your pom.xml file:


```xml
Expand Down
25 changes: 1 addition & 24 deletions java-analytics-admin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,30 +15,7 @@ Java idiomatic client for [Analytics Admin][product-docs].
## Quickstart


If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:

```xml
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.73.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<dependency>
<groupId>com.google.analytics</groupId>
<artifactId>google-analytics-admin</artifactId>
</dependency>
</dependencies>
```

If you are using Maven without the BOM, add this to your dependencies:
If you are using Maven, add this to your pom.xml file:


```xml
Expand Down
25 changes: 1 addition & 24 deletions java-analytics-data/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,30 +15,7 @@ Java idiomatic client for [Analytics Data][product-docs].
## Quickstart


If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:

```xml
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.73.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<dependency>
<groupId>com.google.analytics</groupId>
<artifactId>google-analytics-data</artifactId>
</dependency>
</dependencies>
```

If you are using Maven without the BOM, add this to your dependencies:
If you are using Maven, add this to your pom.xml file:


```xml
Expand Down
25 changes: 1 addition & 24 deletions java-area120-tables/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,30 +15,7 @@ Java idiomatic client for [Area 120 Tables][product-docs].
## Quickstart


If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:

```xml
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.73.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<dependency>
<groupId>com.google.area120</groupId>
<artifactId>google-area120-tables</artifactId>
</dependency>
</dependencies>
```

If you are using Maven without the BOM, add this to your dependencies:
If you are using Maven, add this to your pom.xml file:


```xml
Expand Down
19 changes: 19 additions & 0 deletions java-beyondcorp-appgateways/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,10 +175,29 @@ information.

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

## CI Status

Java Version | Status
------------ | ------
Java 8 | [![Kokoro CI][kokoro-badge-image-2]][kokoro-badge-link-2]
Java 8 OSX | [![Kokoro CI][kokoro-badge-image-3]][kokoro-badge-link-3]
Java 8 Windows | [![Kokoro CI][kokoro-badge-image-4]][kokoro-badge-link-4]
Java 11 | [![Kokoro CI][kokoro-badge-image-5]][kokoro-badge-link-5]

Java is a registered trademark of Oracle and/or its affiliates.

[product-docs]: https://cloud.google.com/beyondcorp-enterprise/
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-beyondcorp-appgateways/latest/overview
[kokoro-badge-image-1]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java7.svg
[kokoro-badge-link-1]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java7.html
[kokoro-badge-image-2]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java8.svg
[kokoro-badge-link-2]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java8.html
[kokoro-badge-image-3]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java8-osx.svg
[kokoro-badge-link-3]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java8-osx.html
[kokoro-badge-image-4]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java8-win.svg
[kokoro-badge-link-4]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java8-win.html
[kokoro-badge-image-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.svg
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-beyondcorp-appgateways.svg
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-beyondcorp-appgateways/0.79.0
Expand Down
19 changes: 19 additions & 0 deletions java-confidentialcomputing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,10 +175,29 @@ information.

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

## CI Status

Java Version | Status
------------ | ------
Java 8 | [![Kokoro CI][kokoro-badge-image-2]][kokoro-badge-link-2]
Java 8 OSX | [![Kokoro CI][kokoro-badge-image-3]][kokoro-badge-link-3]
Java 8 Windows | [![Kokoro CI][kokoro-badge-image-4]][kokoro-badge-link-4]
Java 11 | [![Kokoro CI][kokoro-badge-image-5]][kokoro-badge-link-5]

Java is a registered trademark of Oracle and/or its affiliates.

[product-docs]: https://cloud.google.com/confidential-computing/
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-confidentialcomputing/latest/overview
[kokoro-badge-image-1]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java7.svg
[kokoro-badge-link-1]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java7.html
[kokoro-badge-image-2]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java8.svg
[kokoro-badge-link-2]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java8.html
[kokoro-badge-image-3]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java8-osx.svg
[kokoro-badge-link-3]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java8-osx.html
[kokoro-badge-image-4]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java8-win.svg
[kokoro-badge-link-4]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java8-win.html
[kokoro-badge-image-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.svg
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-confidentialcomputing.svg
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-confidentialcomputing/0.67.0
Expand Down
25 changes: 1 addition & 24 deletions java-datamanager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,30 +15,7 @@ Java idiomatic client for [Data Manager API][product-docs].
## Quickstart


If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:

```xml
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.73.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<dependency>
<groupId>com.google.api-ads</groupId>
<artifactId>data-manager</artifactId>
</dependency>
</dependencies>
```

If you are using Maven without the BOM, add this to your dependencies:
If you are using Maven, add this to your pom.xml file:


```xml
Expand Down
25 changes: 1 addition & 24 deletions java-grafeas/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,30 +12,7 @@ Java idiomatic client for [Grafeas][product-docs].
## Quickstart


If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:

```xml
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.73.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<dependency>
<groupId>io.grafeas</groupId>
<artifactId>grafeas</artifactId>
</dependency>
</dependencies>
```

If you are using Maven without the BOM, add this to your dependencies:
If you are using Maven, add this to your pom.xml file:


```xml
Expand Down
25 changes: 1 addition & 24 deletions java-java-shopping-merchant-issue-resolution/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,30 +12,7 @@ Java idiomatic client for [Merchant Issue Resolution API][product-docs].
## Quickstart


If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:

```xml
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.73.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<dependency>
<groupId>com.google.shopping</groupId>
<artifactId>google-shopping-merchant-issue-resolution</artifactId>
</dependency>
</dependencies>
```

If you are using Maven without the BOM, add this to your dependencies:
If you are using Maven, add this to your pom.xml file:


```xml
Expand Down
25 changes: 1 addition & 24 deletions java-java-shopping-merchant-order-tracking/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,30 +12,7 @@ Java idiomatic client for [Merchant Order Tracking API][product-docs].
## Quickstart


If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:

```xml
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.73.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<dependency>
<groupId>com.google.shopping</groupId>
<artifactId>google-shopping-merchant-order-tracking</artifactId>
</dependency>
</dependencies>
```

If you are using Maven without the BOM, add this to your dependencies:
If you are using Maven, add this to your pom.xml file:


```xml
Expand Down
25 changes: 1 addition & 24 deletions java-maps-addressvalidation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,30 +15,7 @@ Java idiomatic client for [Address Validation API][product-docs].
## Quickstart


If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:

```xml
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.73.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<dependency>
<groupId>com.google.maps</groupId>
<artifactId>google-maps-addressvalidation</artifactId>
</dependency>
</dependencies>
```

If you are using Maven without the BOM, add this to your dependencies:
If you are using Maven, add this to your pom.xml file:


```xml
Expand Down
25 changes: 1 addition & 24 deletions java-maps-area-insights/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,30 +15,7 @@ Java idiomatic client for [Places Insights API][product-docs].
## Quickstart


If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:

```xml
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.73.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<dependency>
<groupId>com.google.maps</groupId>
<artifactId>google-maps-area-insights</artifactId>
</dependency>
</dependencies>
```

If you are using Maven without the BOM, add this to your dependencies:
If you are using Maven, add this to your pom.xml file:


```xml
Expand Down
Loading
Loading