Skip to content

Commit 91994ba

Browse files
chore: Update generation configuration at Fri Feb 6 15:46:34 UTC 2026 (#11927)
chore: Update generation configuration at Fri Feb 6 15:46:34 UTC 2026
1 parent 6127aa6 commit 91994ba

File tree

1,000 files changed

+180451
-9788
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,000 files changed

+180451
-9788
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_GITHUB_TOKEN }}
40-
- uses: googleapis/sdk-platform-java/.github/scripts@v2.66.0
40+
- uses: googleapis/sdk-platform-java/.github/scripts@v2.66.1
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.66.0
2-
googleapis_commitish: af232e71d7b67e84811f55b48c51de867f98f35b
3-
libraries_bom_version: 26.74.0
1+
gapic_generator_version: 2.66.1
2+
googleapis_commitish: 39bd091b055e331a4917143355ab7afa83b7130c
3+
libraries_bom_version: 26.75.0
44
libraries:
55
- api_shortname: accessapproval
66
name_pretty: Access Approval

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.74.0</version>
23+
<version>26.75.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.83.0</version>
45+
<version>2.84.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.83.0'
52+
implementation 'com.google.cloud:google-cloud-accessapproval:2.84.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.83.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-accessapproval" % "2.84.0"
5959
```
6060

6161
## Authentication
@@ -175,7 +175,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
175175
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-accessapproval/latest/overview
176176
[stability-image]: https://img.shields.io/badge/stability-stable-green
177177
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-accessapproval.svg
178-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-accessapproval/2.83.0
178+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-accessapproval/2.84.0
179179
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
180180
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
181181
[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.74.0</version>
23+
<version>26.75.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.83.0</version>
45+
<version>1.84.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.83.0'
52+
implementation 'com.google.cloud:google-identity-accesscontextmanager:1.84.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.83.0"
58+
libraryDependencies += "com.google.cloud" % "google-identity-accesscontextmanager" % "1.84.0"
5959
```
6060

6161
## Authentication
@@ -175,7 +175,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
175175
[javadocs]: https://cloud.google.com/java/docs/reference/google-identity-accesscontextmanager/latest/overview
176176
[stability-image]: https://img.shields.io/badge/stability-stable-green
177177
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-identity-accesscontextmanager.svg
178-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-identity-accesscontextmanager/1.83.0
178+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-identity-accesscontextmanager/1.84.0
179179
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
180180
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
181181
[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
@@ -22,20 +22,20 @@ If you are using Maven, add this to your pom.xml file:
2222
<dependency>
2323
<groupId>com.google.api-ads</groupId>
2424
<artifactId>ad-manager</artifactId>
25-
<version>0.41.0</version>
25+
<version>0.42.0</version>
2626
</dependency>
2727
```
2828

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

3131
```Groovy
32-
implementation 'com.google.api-ads:ad-manager:0.41.0'
32+
implementation 'com.google.api-ads:ad-manager:0.42.0'
3333
```
3434

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

3737
```Scala
38-
libraryDependencies += "com.google.api-ads" % "ad-manager" % "0.41.0"
38+
libraryDependencies += "com.google.api-ads" % "ad-manager" % "0.42.0"
3939
```
4040

4141
## Authentication
@@ -158,7 +158,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
158158
[javadocs]: https://cloud.google.com/java/docs/reference/ad-manager/latest/overview
159159
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
160160
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.api-ads/ad-manager.svg
161-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.api-ads/ad-manager/0.41.0
161+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.api-ads/ad-manager/0.42.0
162162
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
163163
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
164164
[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.74.0</version>
23+
<version>26.75.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.71.0</version>
45+
<version>0.72.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.71.0'
52+
implementation 'com.google.cloud:google-cloud-advisorynotifications:0.72.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.71.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-advisorynotifications" % "0.72.0"
5959
```
6060

6161
## Authentication
@@ -175,7 +175,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
175175
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-advisorynotifications/latest/overview
176176
[stability-image]: https://img.shields.io/badge/stability-stable-green
177177
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-advisorynotifications.svg
178-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-advisorynotifications/0.71.0
178+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-advisorynotifications/0.72.0
179179
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
180180
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
181181
[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.74.0</version>
23+
<version>26.75.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.83.0</version>
45+
<version>3.84.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.83.0'
52+
implementation 'com.google.cloud:google-cloud-aiplatform:3.84.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.83.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-aiplatform" % "3.84.0"
5959
```
6060

6161
## Authentication
@@ -175,7 +175,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
175175
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-aiplatform/latest/overview
176176
[stability-image]: https://img.shields.io/badge/stability-stable-green
177177
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-aiplatform.svg
178-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-aiplatform/3.83.0
178+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-aiplatform/3.84.0
179179
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
180180
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
181181
[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/DatasetServiceClient.java

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@
426426
* </tr>
427427
* <tr>
428428
* <td><p> ListAnnotations</td>
429-
* <td><p> Lists Annotations belongs to a dataitem This RPC is only available in InternalDatasetService. It is only used for exporting conversation data to CCAI Insights.</td>
429+
* <td><p> Lists Annotations belongs to a dataitem.</td>
430430
* <td>
431431
* <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
432432
* <ul>
@@ -3225,8 +3225,7 @@ public final UnaryCallable<GetAnnotationSpecRequest, AnnotationSpec> getAnnotati
32253225

32263226
// AUTO-GENERATED DOCUMENTATION AND METHOD.
32273227
/**
3228-
* Lists Annotations belongs to a dataitem This RPC is only available in InternalDatasetService.
3229-
* It is only used for exporting conversation data to CCAI Insights.
3228+
* Lists Annotations belongs to a dataitem.
32303229
*
32313230
* <p>Sample code:
32323231
*
@@ -3258,8 +3257,7 @@ public final ListAnnotationsPagedResponse listAnnotations(DataItemName parent) {
32583257

32593258
// AUTO-GENERATED DOCUMENTATION AND METHOD.
32603259
/**
3261-
* Lists Annotations belongs to a dataitem This RPC is only available in InternalDatasetService.
3262-
* It is only used for exporting conversation data to CCAI Insights.
3260+
* Lists Annotations belongs to a dataitem.
32633261
*
32643262
* <p>Sample code:
32653263
*
@@ -3289,8 +3287,7 @@ public final ListAnnotationsPagedResponse listAnnotations(String parent) {
32893287

32903288
// AUTO-GENERATED DOCUMENTATION AND METHOD.
32913289
/**
3292-
* Lists Annotations belongs to a dataitem This RPC is only available in InternalDatasetService.
3293-
* It is only used for exporting conversation data to CCAI Insights.
3290+
* Lists Annotations belongs to a dataitem.
32943291
*
32953292
* <p>Sample code:
32963293
*
@@ -3326,8 +3323,7 @@ public final ListAnnotationsPagedResponse listAnnotations(ListAnnotationsRequest
33263323

33273324
// AUTO-GENERATED DOCUMENTATION AND METHOD.
33283325
/**
3329-
* Lists Annotations belongs to a dataitem This RPC is only available in InternalDatasetService.
3330-
* It is only used for exporting conversation data to CCAI Insights.
3326+
* Lists Annotations belongs to a dataitem.
33313327
*
33323328
* <p>Sample code:
33333329
*
@@ -3364,8 +3360,7 @@ public final ListAnnotationsPagedResponse listAnnotations(ListAnnotationsRequest
33643360

33653361
// AUTO-GENERATED DOCUMENTATION AND METHOD.
33663362
/**
3367-
* Lists Annotations belongs to a dataitem This RPC is only available in InternalDatasetService.
3368-
* It is only used for exporting conversation data to CCAI Insights.
3363+
* Lists Annotations belongs to a dataitem.
33693364
*
33703365
* <p>Sample code:
33713366
*

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1125,6 +1125,7 @@ public final OperationFuture<Empty, DeleteOperationMetadata> deleteRagCorpusAsyn
11251125
* DeleteRagCorpusRequest.newBuilder()
11261126
* .setName(RagCorpusName.of("[PROJECT]", "[LOCATION]", "[RAG_CORPUS]").toString())
11271127
* .setForce(true)
1128+
* .setForceDelete(true)
11281129
* .build();
11291130
* vertexRagDataServiceClient.deleteRagCorpusAsync(request).get();
11301131
* }
@@ -1156,6 +1157,7 @@ public final OperationFuture<Empty, DeleteOperationMetadata> deleteRagCorpusAsyn
11561157
* DeleteRagCorpusRequest.newBuilder()
11571158
* .setName(RagCorpusName.of("[PROJECT]", "[LOCATION]", "[RAG_CORPUS]").toString())
11581159
* .setForce(true)
1160+
* .setForceDelete(true)
11591161
* .build();
11601162
* OperationFuture<Empty, DeleteOperationMetadata> future =
11611163
* vertexRagDataServiceClient.deleteRagCorpusOperationCallable().futureCall(request);
@@ -1187,6 +1189,7 @@ public final OperationFuture<Empty, DeleteOperationMetadata> deleteRagCorpusAsyn
11871189
* DeleteRagCorpusRequest.newBuilder()
11881190
* .setName(RagCorpusName.of("[PROJECT]", "[LOCATION]", "[RAG_CORPUS]").toString())
11891191
* .setForce(true)
1192+
* .setForceDelete(true)
11901193
* .build();
11911194
* ApiFuture<Operation> future =
11921195
* vertexRagDataServiceClient.deleteRagCorpusCallable().futureCall(request);

0 commit comments

Comments
 (0)