Skip to content

Commit ae3a4ae

Browse files
chore: Update generation configuration at Tue Oct 7 02:29:08 UTC 2025 (#11752)
chore: Update generation configuration at Tue Oct 7 02:29:08 UTC 2025 --------- Co-authored-by: Mridula <[email protected]> Co-authored-by: mpeddada1 <[email protected]>
1 parent be58d24 commit ae3a4ae

File tree

703 files changed

+83163
-21510
lines changed

Some content is hidden

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

703 files changed

+83163
-21510
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/[email protected].2
40+
- uses: googleapis/sdk-platform-java/.github/[email protected].3
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.62.2
2-
googleapis_commitish: 3acfdb6166a7101691cdf812bf8f8a67a2084fde
3-
libraries_bom_version: 26.68.0
1+
gapic_generator_version: 2.62.3
2+
googleapis_commitish: 6e79e73204aed17b11e724beebb9cf11f36ea57d
3+
libraries_bom_version: 26.69.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.68.0</version>
23+
<version>26.69.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.75.0</version>
45+
<version>2.76.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.75.0'
52+
implementation 'com.google.cloud:google-cloud-accessapproval:2.76.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.75.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-accessapproval" % "2.76.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.75.0
197+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-accessapproval/2.76.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.68.0</version>
23+
<version>26.69.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.75.0</version>
45+
<version>1.76.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.75.0'
52+
implementation 'com.google.cloud:google-identity-accesscontextmanager:1.76.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.75.0"
58+
libraryDependencies += "com.google.cloud" % "google-identity-accesscontextmanager" % "1.76.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.75.0
197+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-identity-accesscontextmanager/1.76.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.68.0</version>
26+
<version>26.69.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.33.0</version>
48+
<version>0.34.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.33.0'
55+
implementation 'com.google.api-ads:ad-manager:0.34.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.33.0"
61+
libraryDependencies += "com.google.api-ads" % "ad-manager" % "0.34.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.33.0
203+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.api-ads/ad-manager/0.34.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.68.0</version>
23+
<version>26.69.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.63.0</version>
45+
<version>0.64.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.63.0'
52+
implementation 'com.google.cloud:google-cloud-advisorynotifications:0.64.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.63.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-advisorynotifications" % "0.64.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.63.0
197+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-advisorynotifications/0.64.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.68.0</version>
23+
<version>26.69.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.75.0</version>
45+
<version>3.76.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.75.0'
52+
implementation 'com.google.cloud:google-cloud-aiplatform:3.76.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.75.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-aiplatform" % "3.76.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.75.0
197+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-aiplatform/3.76.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/java/com/google/cloud/aiplatform/v1/PredictionServiceClient.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -544,6 +544,7 @@ public final PredictResponse predict(String endpoint, List<Value> instances, Val
544544
* .toString())
545545
* .addAllInstances(new ArrayList<Value>())
546546
* .setParameters(Value.newBuilder().setBoolValue(true).build())
547+
* .putAllLabels(new HashMap<String, String>())
547548
* .build();
548549
* PredictResponse response = predictionServiceClient.predict(request);
549550
* }
@@ -577,6 +578,7 @@ public final PredictResponse predict(PredictRequest request) {
577578
* .toString())
578579
* .addAllInstances(new ArrayList<Value>())
579580
* .setParameters(Value.newBuilder().setBoolValue(true).build())
581+
* .putAllLabels(new HashMap<String, String>())
580582
* .build();
581583
* ApiFuture<PredictResponse> future =
582584
* predictionServiceClient.predictCallable().futureCall(request);

java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/PredictionServiceClient.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -575,6 +575,7 @@ public final PredictResponse predict(String endpoint, List<Value> instances, Val
575575
* .toString())
576576
* .addAllInstances(new ArrayList<Value>())
577577
* .setParameters(Value.newBuilder().setBoolValue(true).build())
578+
* .putAllLabels(new HashMap<String, String>())
578579
* .build();
579580
* PredictResponse response = predictionServiceClient.predict(request);
580581
* }
@@ -608,6 +609,7 @@ public final PredictResponse predict(PredictRequest request) {
608609
* .toString())
609610
* .addAllInstances(new ArrayList<Value>())
610611
* .setParameters(Value.newBuilder().setBoolValue(true).build())
612+
* .putAllLabels(new HashMap<String, String>())
611613
* .build();
612614
* ApiFuture<PredictResponse> future =
613615
* predictionServiceClient.predictCallable().futureCall(request);

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

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4931,6 +4931,15 @@
49314931
"allDeclaredClasses": true,
49324932
"allPublicClasses": true
49334933
},
4934+
{
4935+
"name": "com.google.cloud.aiplatform.v1.DeployedIndex$DeploymentTier",
4936+
"queryAllDeclaredConstructors": true,
4937+
"queryAllPublicConstructors": true,
4938+
"queryAllDeclaredMethods": true,
4939+
"allPublicMethods": true,
4940+
"allDeclaredClasses": true,
4941+
"allPublicClasses": true
4942+
},
49344943
{
49354944
"name": "com.google.cloud.aiplatform.v1.DeployedIndexAuthConfig",
49364945
"queryAllDeclaredConstructors": true,
@@ -9170,6 +9179,42 @@
91709179
"allDeclaredClasses": true,
91719180
"allPublicClasses": true
91729181
},
9182+
{
9183+
"name": "com.google.cloud.aiplatform.v1.GroundingChunk$Maps$PlaceAnswerSources",
9184+
"queryAllDeclaredConstructors": true,
9185+
"queryAllPublicConstructors": true,
9186+
"queryAllDeclaredMethods": true,
9187+
"allPublicMethods": true,
9188+
"allDeclaredClasses": true,
9189+
"allPublicClasses": true
9190+
},
9191+
{
9192+
"name": "com.google.cloud.aiplatform.v1.GroundingChunk$Maps$PlaceAnswerSources$Builder",
9193+
"queryAllDeclaredConstructors": true,
9194+
"queryAllPublicConstructors": true,
9195+
"queryAllDeclaredMethods": true,
9196+
"allPublicMethods": true,
9197+
"allDeclaredClasses": true,
9198+
"allPublicClasses": true
9199+
},
9200+
{
9201+
"name": "com.google.cloud.aiplatform.v1.GroundingChunk$Maps$PlaceAnswerSources$ReviewSnippet",
9202+
"queryAllDeclaredConstructors": true,
9203+
"queryAllPublicConstructors": true,
9204+
"queryAllDeclaredMethods": true,
9205+
"allPublicMethods": true,
9206+
"allDeclaredClasses": true,
9207+
"allPublicClasses": true
9208+
},
9209+
{
9210+
"name": "com.google.cloud.aiplatform.v1.GroundingChunk$Maps$PlaceAnswerSources$ReviewSnippet$Builder",
9211+
"queryAllDeclaredConstructors": true,
9212+
"queryAllPublicConstructors": true,
9213+
"queryAllDeclaredMethods": true,
9214+
"allPublicMethods": true,
9215+
"allDeclaredClasses": true,
9216+
"allPublicClasses": true
9217+
},
91739218
{
91749219
"name": "com.google.cloud.aiplatform.v1.GroundingChunk$RetrievedContext",
91759220
"queryAllDeclaredConstructors": true,
@@ -9224,6 +9269,24 @@
92249269
"allDeclaredClasses": true,
92259270
"allPublicClasses": true
92269271
},
9272+
{
9273+
"name": "com.google.cloud.aiplatform.v1.GroundingMetadata$SourceFlaggingUri",
9274+
"queryAllDeclaredConstructors": true,
9275+
"queryAllPublicConstructors": true,
9276+
"queryAllDeclaredMethods": true,
9277+
"allPublicMethods": true,
9278+
"allDeclaredClasses": true,
9279+
"allPublicClasses": true
9280+
},
9281+
{
9282+
"name": "com.google.cloud.aiplatform.v1.GroundingMetadata$SourceFlaggingUri$Builder",
9283+
"queryAllDeclaredConstructors": true,
9284+
"queryAllPublicConstructors": true,
9285+
"queryAllDeclaredMethods": true,
9286+
"allPublicMethods": true,
9287+
"allDeclaredClasses": true,
9288+
"allPublicClasses": true
9289+
},
92279290
{
92289291
"name": "com.google.cloud.aiplatform.v1.GroundingSupport",
92299292
"queryAllDeclaredConstructors": true,
@@ -19718,6 +19781,15 @@
1971819781
"allDeclaredClasses": true,
1971919782
"allPublicClasses": true
1972019783
},
19784+
{
19785+
"name": "com.google.cloud.aiplatform.v1.Tool$PhishBlockThreshold",
19786+
"queryAllDeclaredConstructors": true,
19787+
"queryAllPublicConstructors": true,
19788+
"queryAllDeclaredMethods": true,
19789+
"allPublicMethods": true,
19790+
"allDeclaredClasses": true,
19791+
"allPublicClasses": true
19792+
},
1972119793
{
1972219794
"name": "com.google.cloud.aiplatform.v1.ToolCallValidInput",
1972319795
"queryAllDeclaredConstructors": true,

0 commit comments

Comments
 (0)