Content-Length: 1856666 | pFad | https://github.com/googleapis/google-cloud-java/commit/87de77d00b5bb8bcea1046a412288386e65bba0d

BF chore: Update generation configuration at Tue Jan 28 17:05:34 UTC 202… · googleapis/google-cloud-java@87de77d · GitHub
Skip to content

Commit 87de77d

Browse files
chore: Update generation configuration at Tue Jan 28 17:05:34 UTC 2025 (#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 <diegomarquezp@google.com>
1 parent 92c852e commit 87de77d

File tree

1,310 files changed

+361598
-38973
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,310 files changed

+361598
-38973
lines changed

generation_config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
gapic_generator_version: 2.51.1
2-
googleapis_commitish: 00196e2a68b16a864c57db2e870822875a7f1198
3-
libraries_bom_version: 26.52.0
1+
gapic_generator_version: 2.52.0
2+
googleapis_commitish: 0ce8062889f30daa64eed6810e3c124ccd89608f
3+
libraries_bom_version: 26.53.0
44

55
# the libraries are ordered with respect to library name, which is
66
# java-{library.library_name} or java-{library.api-shortname} when

java-accessapproval/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
2020
<dependency>
2121
<groupId>com.google.cloud</groupId>
2222
<artifactId>libraries-bom</artifactId>
23-
<version>26.52.0</version>
23+
<version>26.53.0</version>
2424
<type>pom</type>
2525
<scope>import</scope>
2626
</dependency>
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4242
<dependency>
4343
<groupId>com.google.cloud</groupId>
4444
<artifactId>google-cloud-accessapproval</artifactId>
45-
<version>2.56.0</version>
45+
<version>2.57.0</version>
4646
</dependency>
4747
```
4848

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

5151
```Groovy
52-
implementation 'com.google.cloud:google-cloud-accessapproval:2.56.0'
52+
implementation 'com.google.cloud:google-cloud-accessapproval:2.57.0'
5353
```
5454

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

5757
```Scala
58-
libraryDependencies += "com.google.cloud" % "google-cloud-accessapproval" % "2.56.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-accessapproval" % "2.57.0"
5959
```
6060

6161
## Authentication
@@ -194,7 +194,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
194194
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
195195
[stability-image]: https://img.shields.io/badge/stability-stable-green
196196
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-accessapproval.svg
197-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-accessapproval/2.56.0
197+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-accessapproval/2.57.0
198198
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
199199
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
200200
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

java-accesscontextmanager/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
2020
<dependency>
2121
<groupId>com.google.cloud</groupId>
2222
<artifactId>libraries-bom</artifactId>
23-
<version>26.52.0</version>
23+
<version>26.53.0</version>
2424
<type>pom</type>
2525
<scope>import</scope>
2626
</dependency>
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4242
<dependency>
4343
<groupId>com.google.cloud</groupId>
4444
<artifactId>google-identity-accesscontextmanager</artifactId>
45-
<version>1.56.0</version>
45+
<version>1.57.0</version>
4646
</dependency>
4747
```
4848

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

5151
```Groovy
52-
implementation 'com.google.cloud:google-identity-accesscontextmanager:1.56.0'
52+
implementation 'com.google.cloud:google-identity-accesscontextmanager:1.57.0'
5353
```
5454

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

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

6161
## Authentication
@@ -194,7 +194,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
194194
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
195195
[stability-image]: https://img.shields.io/badge/stability-stable-green
196196
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-identity-accesscontextmanager.svg
197-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-identity-accesscontextmanager/1.56.0
197+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-identity-accesscontextmanager/1.57.0
198198
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
199199
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
200200
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

java-admanager/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
2323
<dependency>
2424
<groupId>com.google.cloud</groupId>
2525
<artifactId>libraries-bom</artifactId>
26-
<version>26.52.0</version>
26+
<version>26.53.0</version>
2727
<type>pom</type>
2828
<scope>import</scope>
2929
</dependency>
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4545
<dependency>
4646
<groupId>com.google.api-ads</groupId>
4747
<artifactId>ad-manager</artifactId>
48-
<version>0.14.0</version>
48+
<version>0.15.0</version>
4949
</dependency>
5050
```
5151

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

5454
```Groovy
55-
implementation 'com.google.api-ads:ad-manager:0.14.0'
55+
implementation 'com.google.api-ads:ad-manager:0.15.0'
5656
```
5757

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

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

6464
## Authentication
@@ -200,7 +200,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
200200
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
201201
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
202202
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.api-ads/ad-manager.svg
203-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.api-ads/ad-manager/0.14.0
203+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.api-ads/ad-manager/0.15.0
204204
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
205205
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
206206
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

java-advisorynotifications/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
2020
<dependency>
2121
<groupId>com.google.cloud</groupId>
2222
<artifactId>libraries-bom</artifactId>
23-
<version>26.52.0</version>
23+
<version>26.53.0</version>
2424
<type>pom</type>
2525
<scope>import</scope>
2626
</dependency>
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4242
<dependency>
4343
<groupId>com.google.cloud</groupId>
4444
<artifactId>google-cloud-advisorynotifications</artifactId>
45-
<version>0.44.0</version>
45+
<version>0.45.0</version>
4646
</dependency>
4747
```
4848

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

5151
```Groovy
52-
implementation 'com.google.cloud:google-cloud-advisorynotifications:0.44.0'
52+
implementation 'com.google.cloud:google-cloud-advisorynotifications:0.45.0'
5353
```
5454

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

5757
```Scala
58-
libraryDependencies += "com.google.cloud" % "google-cloud-advisorynotifications" % "0.44.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-advisorynotifications" % "0.45.0"
5959
```
6060

6161
## Authentication
@@ -194,7 +194,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
194194
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
195195
[stability-image]: https://img.shields.io/badge/stability-stable-green
196196
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-advisorynotifications.svg
197-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-advisorynotifications/0.44.0
197+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-advisorynotifications/0.45.0
198198
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
199199
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
200200
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

java-aiplatform/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
2020
<dependency>
2121
<groupId>com.google.cloud</groupId>
2222
<artifactId>libraries-bom</artifactId>
23-
<version>26.52.0</version>
23+
<version>26.53.0</version>
2424
<type>pom</type>
2525
<scope>import</scope>
2626
</dependency>
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4242
<dependency>
4343
<groupId>com.google.cloud</groupId>
4444
<artifactId>google-cloud-aiplatform</artifactId>
45-
<version>3.56.0</version>
45+
<version>3.57.0</version>
4646
</dependency>
4747
```
4848

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

5151
```Groovy
52-
implementation 'com.google.cloud:google-cloud-aiplatform:3.56.0'
52+
implementation 'com.google.cloud:google-cloud-aiplatform:3.57.0'
5353
```
5454

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

5757
```Scala
58-
libraryDependencies += "com.google.cloud" % "google-cloud-aiplatform" % "3.56.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-aiplatform" % "3.57.0"
5959
```
6060

6161
## Authentication
@@ -194,7 +194,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
194194
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
195195
[stability-image]: https://img.shields.io/badge/stability-stable-green
196196
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-aiplatform.svg
197-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-aiplatform/3.56.0
197+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-aiplatform/3.57.0
198198
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
199199
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
200200
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: https://github.com/googleapis/google-cloud-java/commit/87de77d00b5bb8bcea1046a412288386e65bba0d

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy