Skip to content

Commit

Permalink
chore: Update generation configuration at Tue Jan 28 17:05:34 UTC 2025 (
Browse files Browse the repository at this point in the history
#11389)

* chore: Update generation configuration at Fri Jan 10 02:25:16 UTC 2025

* chore: generate libraries at Fri Jan 10 02:29:33 UTC 2025

* chore: Update generation configuration at Sat Jan 11 02:23:32 UTC 2025

* chore: generate libraries at Sat Jan 11 02:25:59 UTC 2025

* chore: Update generation configuration at Sun Jan 12 02:27:15 UTC 2025

* chore: generate libraries at Sun Jan 12 02:29:38 UTC 2025

* chore: Update generation configuration at Mon Jan 13 02:26:01 UTC 2025

* chore: generate libraries at Mon Jan 13 02:28:29 UTC 2025

* chore: Update generation configuration at Tue Jan 14 02:19:45 UTC 2025

* chore: generate libraries at Tue Jan 14 02:22:11 UTC 2025

* chore: Update generation configuration at Wed Jan 15 02:21:22 UTC 2025

* chore: generate libraries at Wed Jan 15 02:23:48 UTC 2025

* chore: Update generation configuration at Thu Jan 16 02:20:26 UTC 2025

* chore: generate libraries at Thu Jan 16 02:22:47 UTC 2025

* chore: Update generation configuration at Fri Jan 17 02:20:02 UTC 2025

* chore: generate libraries at Fri Jan 17 02:24:50 UTC 2025

* chore: Update generation configuration at Sat Jan 18 02:18:02 UTC 2025

* chore: generate libraries at Sat Jan 18 02:20:29 UTC 2025

* chore: Update generation configuration at Tue Jan 21 02:21:09 UTC 2025

* chore: generate libraries at Tue Jan 21 02:23:30 UTC 2025

* chore: Update generation configuration at Wed Jan 22 02:22:39 UTC 2025

* chore: Update generation configuration at Thu Jan 23 02:20:56 UTC 2025

* chore: generate libraries at Thu Jan 23 02:23:18 UTC 2025

* chore: Update generation configuration at Fri Jan 24 02:21:21 UTC 2025

* chore: generate libraries at Fri Jan 24 02:23:54 UTC 2025

* chore: Update generation configuration at Sat Jan 25 02:17:31 UTC 2025

* chore: generate libraries at Sat Jan 25 02:20:01 UTC 2025

* chore: Update generation configuration at Mon Jan 27 02:22:08 UTC 2025

* chore: generate libraries at Mon Jan 27 02:24:37 UTC 2025

* chore: Update generation configuration at Tue Jan 28 02:20:51 UTC 2025

* chore: generate libraries at Tue Jan 28 02:23:20 UTC 2025

* chore: Update generation configuration at Tue Jan 28 17:05:34 UTC 2025

* chore: generate libraries at Tue Jan 28 17:08:07 UTC 2025

* update gapic_generator_version to 2.52.0

---------

Co-authored-by: Diego Marquez <[email protected]>
  • Loading branch information
cloud-java-bot and diegomarquezp authored Jan 28, 2025
1 parent 92c852e commit 87de77d
Show file tree
Hide file tree
Showing 1,310 changed files with 361,598 additions and 38,973 deletions.
6 changes: 3 additions & 3 deletions generation_config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
gapic_generator_version: 2.51.1
googleapis_commitish: 00196e2a68b16a864c57db2e870822875a7f1198
libraries_bom_version: 26.52.0
gapic_generator_version: 2.52.0
googleapis_commitish: 0ce8062889f30daa64eed6810e3c124ccd89608f
libraries_bom_version: 26.53.0

# the libraries are ordered with respect to library name, which is
# java-{library.library_name} or java-{library.api-shortname} when
Expand Down
10 changes: 5 additions & 5 deletions java-accessapproval/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.52.0</version>
<version>26.53.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-accessapproval</artifactId>
<version>2.56.0</version>
<version>2.57.0</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-accessapproval:2.56.0'
implementation 'com.google.cloud:google-cloud-accessapproval:2.57.0'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-accessapproval" % "2.56.0"
libraryDependencies += "com.google.cloud" % "google-cloud-accessapproval" % "2.57.0"
```

## Authentication
Expand Down Expand Up @@ -194,7 +194,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[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-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-accessapproval.svg
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-accessapproval/2.56.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-accessapproval/2.57.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
Expand Down
10 changes: 5 additions & 5 deletions java-accesscontextmanager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.52.0</version>
<version>26.53.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-identity-accesscontextmanager</artifactId>
<version>1.56.0</version>
<version>1.57.0</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-identity-accesscontextmanager:1.56.0'
implementation 'com.google.cloud:google-identity-accesscontextmanager:1.57.0'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.cloud" % "google-identity-accesscontextmanager" % "1.56.0"
libraryDependencies += "com.google.cloud" % "google-identity-accesscontextmanager" % "1.57.0"
```

## Authentication
Expand Down Expand Up @@ -194,7 +194,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[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-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-identity-accesscontextmanager.svg
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-identity-accesscontextmanager/1.56.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-identity-accesscontextmanager/1.57.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
Expand Down
10 changes: 5 additions & 5 deletions java-admanager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.52.0</version>
<version>26.53.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.api-ads</groupId>
<artifactId>ad-manager</artifactId>
<version>0.14.0</version>
<version>0.15.0</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.api-ads:ad-manager:0.14.0'
implementation 'com.google.api-ads:ad-manager:0.15.0'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.api-ads" % "ad-manager" % "0.14.0"
libraryDependencies += "com.google.api-ads" % "ad-manager" % "0.15.0"
```

## Authentication
Expand Down Expand Up @@ -200,7 +200,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[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.api-ads/ad-manager.svg
[maven-version-link]: https://central.sonatype.com/artifact/com.google.api-ads/ad-manager/0.14.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.api-ads/ad-manager/0.15.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
Expand Down
10 changes: 5 additions & 5 deletions java-advisorynotifications/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.52.0</version>
<version>26.53.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-advisorynotifications</artifactId>
<version>0.44.0</version>
<version>0.45.0</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-advisorynotifications:0.44.0'
implementation 'com.google.cloud:google-cloud-advisorynotifications:0.45.0'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-advisorynotifications" % "0.44.0"
libraryDependencies += "com.google.cloud" % "google-cloud-advisorynotifications" % "0.45.0"
```

## Authentication
Expand Down Expand Up @@ -194,7 +194,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[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-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-advisorynotifications.svg
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-advisorynotifications/0.44.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-advisorynotifications/0.45.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
Expand Down
10 changes: 5 additions & 5 deletions java-aiplatform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.52.0</version>
<version>26.53.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-aiplatform</artifactId>
<version>3.56.0</version>
<version>3.57.0</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-aiplatform:3.56.0'
implementation 'com.google.cloud:google-cloud-aiplatform:3.57.0'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-aiplatform" % "3.56.0"
libraryDependencies += "com.google.cloud" % "google-cloud-aiplatform" % "3.57.0"
```

## Authentication
Expand Down Expand Up @@ -194,7 +194,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[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-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-aiplatform.svg
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-aiplatform/3.56.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-aiplatform/3.57.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
Expand Down
Loading

0 comments on commit 87de77d

Please sign in to comment.