Skip to content

Commit d02774d

Browse files
cloud-java-botlqiu96
authored andcommitted
chore: Update generation configuration at Wed May 14 02:31:18 UTC 2025 (#11568)
* chore: Update generation configuration at Wed May 7 02:31:21 UTC 2025 * chore: generate libraries at Wed May 7 02:33:32 UTC 2025 * chore: Update generation configuration at Thu May 8 02:31:37 UTC 2025 * chore: generate libraries at Thu May 8 02:33:50 UTC 2025 * chore: Update generation configuration at Fri May 9 02:31:16 UTC 2025 * chore: generate libraries at Fri May 9 02:33:32 UTC 2025 * chore: Update generation configuration at Sat May 10 02:29:55 UTC 2025 * chore: generate libraries at Sat May 10 02:33:03 UTC 2025 * chore: Update generation configuration at Sun May 11 02:32:28 UTC 2025 * chore: generate libraries at Sun May 11 02:34:37 UTC 2025 * chore: Update generation configuration at Tue May 13 02:32:00 UTC 2025 * chore: generate libraries at Tue May 13 02:34:11 UTC 2025 * chore: Update generation configuration at Wed May 14 02:31:18 UTC 2025 * chore: generate libraries at Wed May 14 02:33:36 UTC 2025
1 parent ca9bbb7 commit d02774d

File tree

702 files changed

+145340
-23830
lines changed

Some content is hidden

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

702 files changed

+145340
-23830
lines changed

.github/workflows/hermetic_library_generation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
fetch-depth: 0
3939
token: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}
40-
- uses: googleapis/sdk-platform-java/.github/scripts@v2.56.3
40+
- uses: googleapis/sdk-platform-java/.github/scripts@v2.57.0
4141
if: env.SHOULD_RUN == 'true'
4242
with:
4343
base_ref: ${{ github.base_ref }}

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.56.3
2-
googleapis_commitish: 9b69927306837031baf07585ec02bc9af5c1da7e
3-
libraries_bom_version: 26.59.0
1+
gapic_generator_version: 2.57.0
2+
googleapis_commitish: 295a170ba55e5241a85751cbf5b1e4b2011dfa96
3+
libraries_bom_version: 26.60.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.59.0</version>
23+
<version>26.60.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.62.0</version>
45+
<version>2.63.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.62.0'
52+
implementation 'com.google.cloud:google-cloud-accessapproval:2.63.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.62.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-accessapproval" % "2.63.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.62.0
197+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-accessapproval/2.63.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.59.0</version>
23+
<version>26.60.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.62.0</version>
45+
<version>1.63.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.62.0'
52+
implementation 'com.google.cloud:google-identity-accesscontextmanager:1.63.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.62.0"
58+
libraryDependencies += "com.google.cloud" % "google-identity-accesscontextmanager" % "1.63.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.62.0
197+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-identity-accesscontextmanager/1.63.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.59.0</version>
26+
<version>26.60.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.20.0</version>
48+
<version>0.21.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.20.0'
55+
implementation 'com.google.api-ads:ad-manager:0.21.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.20.0"
61+
libraryDependencies += "com.google.api-ads" % "ad-manager" % "0.21.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.20.0
203+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.api-ads/ad-manager/0.21.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.59.0</version>
23+
<version>26.60.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.50.0</version>
45+
<version>0.51.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.50.0'
52+
implementation 'com.google.cloud:google-cloud-advisorynotifications:0.51.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.50.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-advisorynotifications" % "0.51.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.50.0
197+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-advisorynotifications/0.51.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.59.0</version>
23+
<version>26.60.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.62.0</version>
45+
<version>3.63.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.62.0'
52+
implementation 'com.google.cloud:google-cloud-aiplatform:3.63.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.62.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-aiplatform" % "3.63.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.62.0
197+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-aiplatform/3.63.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/google-cloud-aiplatform/src/main/resources/META-INF/native-image/com.google.cloud.aiplatform.v1/reflect-config.json

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15650,6 +15650,24 @@
1565015650
"allDeclaredClasses": true,
1565115651
"allPublicClasses": true
1565215652
},
15653+
{
15654+
"name": "com.google.cloud.aiplatform.v1.RagVectorDbConfig$RagManagedDb$ANN",
15655+
"queryAllDeclaredConstructors": true,
15656+
"queryAllPublicConstructors": true,
15657+
"queryAllDeclaredMethods": true,
15658+
"allPublicMethods": true,
15659+
"allDeclaredClasses": true,
15660+
"allPublicClasses": true
15661+
},
15662+
{
15663+
"name": "com.google.cloud.aiplatform.v1.RagVectorDbConfig$RagManagedDb$ANN$Builder",
15664+
"queryAllDeclaredConstructors": true,
15665+
"queryAllPublicConstructors": true,
15666+
"queryAllDeclaredMethods": true,
15667+
"allPublicMethods": true,
15668+
"allDeclaredClasses": true,
15669+
"allPublicClasses": true
15670+
},
1565315671
{
1565415672
"name": "com.google.cloud.aiplatform.v1.RagVectorDbConfig$RagManagedDb$Builder",
1565515673
"queryAllDeclaredConstructors": true,
@@ -15659,6 +15677,24 @@
1565915677
"allDeclaredClasses": true,
1566015678
"allPublicClasses": true
1566115679
},
15680+
{
15681+
"name": "com.google.cloud.aiplatform.v1.RagVectorDbConfig$RagManagedDb$KNN",
15682+
"queryAllDeclaredConstructors": true,
15683+
"queryAllPublicConstructors": true,
15684+
"queryAllDeclaredMethods": true,
15685+
"allPublicMethods": true,
15686+
"allDeclaredClasses": true,
15687+
"allPublicClasses": true
15688+
},
15689+
{
15690+
"name": "com.google.cloud.aiplatform.v1.RagVectorDbConfig$RagManagedDb$KNN$Builder",
15691+
"queryAllDeclaredConstructors": true,
15692+
"queryAllPublicConstructors": true,
15693+
"queryAllDeclaredMethods": true,
15694+
"allPublicMethods": true,
15695+
"allDeclaredClasses": true,
15696+
"allPublicClasses": true
15697+
},
1566215698
{
1566315699
"name": "com.google.cloud.aiplatform.v1.RagVectorDbConfig$VertexVectorSearch",
1566415700
"queryAllDeclaredConstructors": true,
@@ -19565,6 +19601,24 @@
1956519601
"allDeclaredClasses": true,
1956619602
"allPublicClasses": true
1956719603
},
19604+
{
19605+
"name": "com.google.cloud.aiplatform.v1.TunedModelCheckpoint",
19606+
"queryAllDeclaredConstructors": true,
19607+
"queryAllPublicConstructors": true,
19608+
"queryAllDeclaredMethods": true,
19609+
"allPublicMethods": true,
19610+
"allDeclaredClasses": true,
19611+
"allPublicClasses": true
19612+
},
19613+
{
19614+
"name": "com.google.cloud.aiplatform.v1.TunedModelCheckpoint$Builder",
19615+
"queryAllDeclaredConstructors": true,
19616+
"queryAllPublicConstructors": true,
19617+
"queryAllDeclaredMethods": true,
19618+
"allPublicMethods": true,
19619+
"allDeclaredClasses": true,
19620+
"allPublicClasses": true
19621+
},
1956819622
{
1956919623
"name": "com.google.cloud.aiplatform.v1.TunedModelRef",
1957019624
"queryAllDeclaredConstructors": true,

java-aiplatform/google-cloud-aiplatform/src/main/resources/META-INF/native-image/com.google.cloud.aiplatform.v1beta1/reflect-config.json

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19394,6 +19394,24 @@
1939419394
"allDeclaredClasses": true,
1939519395
"allPublicClasses": true
1939619396
},
19397+
{
19398+
"name": "com.google.cloud.aiplatform.v1beta1.RagVectorDbConfig$RagManagedDb$ANN",
19399+
"queryAllDeclaredConstructors": true,
19400+
"queryAllPublicConstructors": true,
19401+
"queryAllDeclaredMethods": true,
19402+
"allPublicMethods": true,
19403+
"allDeclaredClasses": true,
19404+
"allPublicClasses": true
19405+
},
19406+
{
19407+
"name": "com.google.cloud.aiplatform.v1beta1.RagVectorDbConfig$RagManagedDb$ANN$Builder",
19408+
"queryAllDeclaredConstructors": true,
19409+
"queryAllPublicConstructors": true,
19410+
"queryAllDeclaredMethods": true,
19411+
"allPublicMethods": true,
19412+
"allDeclaredClasses": true,
19413+
"allPublicClasses": true
19414+
},
1939719415
{
1939819416
"name": "com.google.cloud.aiplatform.v1beta1.RagVectorDbConfig$RagManagedDb$Builder",
1939919417
"queryAllDeclaredConstructors": true,
@@ -19403,6 +19421,24 @@
1940319421
"allDeclaredClasses": true,
1940419422
"allPublicClasses": true
1940519423
},
19424+
{
19425+
"name": "com.google.cloud.aiplatform.v1beta1.RagVectorDbConfig$RagManagedDb$KNN",
19426+
"queryAllDeclaredConstructors": true,
19427+
"queryAllPublicConstructors": true,
19428+
"queryAllDeclaredMethods": true,
19429+
"allPublicMethods": true,
19430+
"allDeclaredClasses": true,
19431+
"allPublicClasses": true
19432+
},
19433+
{
19434+
"name": "com.google.cloud.aiplatform.v1beta1.RagVectorDbConfig$RagManagedDb$KNN$Builder",
19435+
"queryAllDeclaredConstructors": true,
19436+
"queryAllPublicConstructors": true,
19437+
"queryAllDeclaredMethods": true,
19438+
"allPublicMethods": true,
19439+
"allDeclaredClasses": true,
19440+
"allPublicClasses": true
19441+
},
1940619442
{
1940719443
"name": "com.google.cloud.aiplatform.v1beta1.RagVectorDbConfig$VertexFeatureStore",
1940819444
"queryAllDeclaredConstructors": true,
@@ -24587,6 +24623,24 @@
2458724623
"allDeclaredClasses": true,
2458824624
"allPublicClasses": true
2458924625
},
24626+
{
24627+
"name": "com.google.cloud.aiplatform.v1beta1.TunedModelCheckpoint",
24628+
"queryAllDeclaredConstructors": true,
24629+
"queryAllPublicConstructors": true,
24630+
"queryAllDeclaredMethods": true,
24631+
"allPublicMethods": true,
24632+
"allDeclaredClasses": true,
24633+
"allPublicClasses": true
24634+
},
24635+
{
24636+
"name": "com.google.cloud.aiplatform.v1beta1.TunedModelCheckpoint$Builder",
24637+
"queryAllDeclaredConstructors": true,
24638+
"queryAllPublicConstructors": true,
24639+
"queryAllDeclaredMethods": true,
24640+
"allPublicMethods": true,
24641+
"allDeclaredClasses": true,
24642+
"allPublicClasses": true
24643+
},
2459024644
{
2459124645
"name": "com.google.cloud.aiplatform.v1beta1.TunedModelRef",
2459224646
"queryAllDeclaredConstructors": true,

0 commit comments

Comments
 (0)