Skip to content

Commit 0f9d110

Browse files
chore: Update generation configuration at Sun May 4 02:33:49 UTC 2025 (#11554)
* chore: Update generation configuration at Fri May 2 23:58:13 UTC 2025 * chore: generate libraries at Sat May 3 00:00:24 UTC 2025 * chore: Update generation configuration at Sun May 4 02:33:49 UTC 2025 * chore: generate libraries at Sun May 4 02:36:04 UTC 2025
1 parent 0cf1651 commit 0f9d110

File tree

655 files changed

+126038
-10314
lines changed

Some content is hidden

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

655 files changed

+126038
-10314
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.2
40+
- uses: googleapis/sdk-platform-java/.github/scripts@v2.56.3
4141
if: env.SHOULD_RUN == 'true'
4242
with:
4343
base_ref: ${{ github.base_ref }}

generation_config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
gapic_generator_version: 2.56.2
2-
googleapis_commitish: ce291b3bc967923f89e0e54ed33d18802672b171
1+
gapic_generator_version: 2.56.3
2+
googleapis_commitish: 7ab5d0f5e87ed25778eeb8318e89cdad4d67ed6c
33
libraries_bom_version: 26.59.0
44

55
# the libraries are ordered with respect to library name, which is

java-accessapproval/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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.61.0</version>
45+
<version>2.62.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.61.0'
52+
implementation 'com.google.cloud:google-cloud-accessapproval:2.62.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.61.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-accessapproval" % "2.62.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.61.0
197+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-accessapproval/2.62.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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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.61.0</version>
45+
<version>1.62.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.61.0'
52+
implementation 'com.google.cloud:google-identity-accesscontextmanager:1.62.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.61.0"
58+
libraryDependencies += "com.google.cloud" % "google-identity-accesscontextmanager" % "1.62.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.61.0
197+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-identity-accesscontextmanager/1.62.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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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.19.0</version>
48+
<version>0.20.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.19.0'
55+
implementation 'com.google.api-ads:ad-manager:0.20.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.19.0"
61+
libraryDependencies += "com.google.api-ads" % "ad-manager" % "0.20.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.19.0
203+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.api-ads/ad-manager/0.20.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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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.49.0</version>
45+
<version>0.50.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.49.0'
52+
implementation 'com.google.cloud:google-cloud-advisorynotifications:0.50.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.49.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-advisorynotifications" % "0.50.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.49.0
197+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-advisorynotifications/0.50.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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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.61.0</version>
45+
<version>3.62.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.61.0'
52+
implementation 'com.google.cloud:google-cloud-aiplatform:3.62.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.61.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-aiplatform" % "3.62.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.61.0
197+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-aiplatform/3.62.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/v1beta1/DatasetServiceClient.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3450,6 +3450,7 @@ public final ListAnnotationsPagedResponse listAnnotations(ListAnnotationsRequest
34503450
* AssessDataRequest request =
34513451
* AssessDataRequest.newBuilder()
34523452
* .setName(DatasetName.of("[PROJECT]", "[LOCATION]", "[DATASET]").toString())
3453+
* .setGeminiRequestReadConfig(GeminiRequestReadConfig.newBuilder().build())
34533454
* .build();
34543455
* AssessDataResponse response = datasetServiceClient.assessDataAsync(request).get();
34553456
* }
@@ -3479,6 +3480,7 @@ public final OperationFuture<AssessDataResponse, AssessDataOperationMetadata> as
34793480
* AssessDataRequest request =
34803481
* AssessDataRequest.newBuilder()
34813482
* .setName(DatasetName.of("[PROJECT]", "[LOCATION]", "[DATASET]").toString())
3483+
* .setGeminiRequestReadConfig(GeminiRequestReadConfig.newBuilder().build())
34823484
* .build();
34833485
* OperationFuture<AssessDataResponse, AssessDataOperationMetadata> future =
34843486
* datasetServiceClient.assessDataOperationCallable().futureCall(request);
@@ -3508,6 +3510,7 @@ public final OperationFuture<AssessDataResponse, AssessDataOperationMetadata> as
35083510
* AssessDataRequest request =
35093511
* AssessDataRequest.newBuilder()
35103512
* .setName(DatasetName.of("[PROJECT]", "[LOCATION]", "[DATASET]").toString())
3513+
* .setGeminiRequestReadConfig(GeminiRequestReadConfig.newBuilder().build())
35113514
* .build();
35123515
* ApiFuture<Operation> future = datasetServiceClient.assessDataCallable().futureCall(request);
35133516
* // Do something.
@@ -3535,6 +3538,7 @@ public final UnaryCallable<AssessDataRequest, Operation> assessDataCallable() {
35353538
* AssembleDataRequest request =
35363539
* AssembleDataRequest.newBuilder()
35373540
* .setName(DatasetName.of("[PROJECT]", "[LOCATION]", "[DATASET]").toString())
3541+
* .setGeminiRequestReadConfig(GeminiRequestReadConfig.newBuilder().build())
35383542
* .build();
35393543
* AssembleDataResponse response = datasetServiceClient.assembleDataAsync(request).get();
35403544
* }
@@ -3564,6 +3568,7 @@ public final UnaryCallable<AssessDataRequest, Operation> assessDataCallable() {
35643568
* AssembleDataRequest request =
35653569
* AssembleDataRequest.newBuilder()
35663570
* .setName(DatasetName.of("[PROJECT]", "[LOCATION]", "[DATASET]").toString())
3571+
* .setGeminiRequestReadConfig(GeminiRequestReadConfig.newBuilder().build())
35673572
* .build();
35683573
* OperationFuture<AssembleDataResponse, AssembleDataOperationMetadata> future =
35693574
* datasetServiceClient.assembleDataOperationCallable().futureCall(request);
@@ -3594,6 +3599,7 @@ public final UnaryCallable<AssessDataRequest, Operation> assessDataCallable() {
35943599
* AssembleDataRequest request =
35953600
* AssembleDataRequest.newBuilder()
35963601
* .setName(DatasetName.of("[PROJECT]", "[LOCATION]", "[DATASET]").toString())
3602+
* .setGeminiRequestReadConfig(GeminiRequestReadConfig.newBuilder().build())
35973603
* .build();
35983604
* ApiFuture<Operation> future = datasetServiceClient.assembleDataCallable().futureCall(request);
35993605
* // Do something.

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15461,6 +15461,24 @@
1546115461
"allDeclaredClasses": true,
1546215462
"allPublicClasses": true
1546315463
},
15464+
{
15465+
"name": "com.google.cloud.aiplatform.v1.RagFileParsingConfig$LlmParser",
15466+
"queryAllDeclaredConstructors": true,
15467+
"queryAllPublicConstructors": true,
15468+
"queryAllDeclaredMethods": true,
15469+
"allPublicMethods": true,
15470+
"allDeclaredClasses": true,
15471+
"allPublicClasses": true
15472+
},
15473+
{
15474+
"name": "com.google.cloud.aiplatform.v1.RagFileParsingConfig$LlmParser$Builder",
15475+
"queryAllDeclaredConstructors": true,
15476+
"queryAllPublicConstructors": true,
15477+
"queryAllDeclaredMethods": true,
15478+
"allPublicMethods": true,
15479+
"allDeclaredClasses": true,
15480+
"allPublicClasses": true
15481+
},
1546415482
{
1546515483
"name": "com.google.cloud.aiplatform.v1.RagFileTransformationConfig",
1546615484
"queryAllDeclaredConstructors": true,

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9512,6 +9512,24 @@
95129512
"allDeclaredClasses": true,
95139513
"allPublicClasses": true
95149514
},
9515+
{
9516+
"name": "com.google.cloud.aiplatform.v1beta1.GeminiRequestReadConfig",
9517+
"queryAllDeclaredConstructors": true,
9518+
"queryAllPublicConstructors": true,
9519+
"queryAllDeclaredMethods": true,
9520+
"allPublicMethods": true,
9521+
"allDeclaredClasses": true,
9522+
"allPublicClasses": true
9523+
},
9524+
{
9525+
"name": "com.google.cloud.aiplatform.v1beta1.GeminiRequestReadConfig$Builder",
9526+
"queryAllDeclaredConstructors": true,
9527+
"queryAllPublicConstructors": true,
9528+
"queryAllDeclaredMethods": true,
9529+
"allPublicMethods": true,
9530+
"allDeclaredClasses": true,
9531+
"allPublicClasses": true
9532+
},
95159533
{
95169534
"name": "com.google.cloud.aiplatform.v1beta1.GeminiTemplateConfig",
95179535
"queryAllDeclaredConstructors": true,

0 commit comments

Comments
 (0)