Skip to content

Commit fc62b1e

Browse files
chore: Update generation configuration at Fri Apr 10 03:01:18 UTC 2026 (#12710)
This pull request is generated with proto changes between [googleapis/googleapis@cd09084](googleapis/googleapis@cd09084) (exclusive) and [googleapis/googleapis@e182cf5](googleapis/googleapis@e182cf5) (inclusive). BEGIN_COMMIT_OVERRIDE BEGIN_NESTED_COMMIT fix(deps): update the Java code generator (gapic-generator-java) to 2.69.0 END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: [chronicle] Add DataTableService to Chronicle v1 Client Libraries PiperOrigin-RevId: 898791366 Source Link: [googleapis/googleapis@e182cf5](googleapis/googleapis@e182cf5) END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: [vectorsearch] Added CMEK support feat: [vectorsearch] Added UpdateIndex support docs: [vectorsearch] Updated documentation for listing locations docs: [vectorsearch] Updated documentation for Collection.data_schema PiperOrigin-RevId: 898465628 Source Link: [googleapis/googleapis@8d0f6d8](googleapis/googleapis@8d0f6d8) END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: [discoveryengine] add AUTO condition to SearchAsYouTypeSpec in v1alpha and v1beta PiperOrigin-RevId: 897859462 Source Link: [googleapis/googleapis@f01ba6b](googleapis/googleapis@f01ba6b) END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: [kms] support external-μ in the Digest PiperOrigin-RevId: 897686352 Source Link: [googleapis/googleapis@7fbf256](googleapis/googleapis@7fbf256) END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: [kms] add a variable to SingleTenantHsmInstanceCreate to control whether future key portability features will be usable on the instance PiperOrigin-RevId: 897676455 Source Link: [googleapis/googleapis@bc600b8](googleapis/googleapis@bc600b8) END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: [databasecenter] Add support for BigQuery datasets and reservations feat: [databasecenter] Introduce resource affiliation and lineage tracking feat: [databasecenter] Enhance maintenance information with state, upcoming maintenance, and failure reasons PiperOrigin-RevId: 897584246 Source Link: [googleapis/googleapis@7f9e9ff](googleapis/googleapis@7f9e9ff) END_NESTED_COMMIT BEGIN_NESTED_COMMIT docs: [shopping-merchant-inventories] A comment for field `name` in message `.google.shopping.merchant.products.v1.LocalInventory` is changed docs: [shopping-merchant-inventories] A comment for field `name` in message `.google.shopping.merchant.products.v1.RegionalInventory` is changed feat: [shopping-merchant-inventories] a new field `base64_encoded_name` is added to the `LocalInventory` message feat: [shopping-merchant-inventories] new field `base64_encoded_name` is added to the `RegionalInventory` message PiperOrigin-RevId: 897575741 Source Link: [googleapis/googleapis@6db5d2e](googleapis/googleapis@6db5d2e) END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: [dataplex] Allow Data Documentation DataScans to support BigQuery Dataset resources in addition to BigQuery table resources docs: [dataplex] A comment for message `DataDocumentationResult` is changed docs: [dataplex] A comment for field `table_result` in message `.google.cloud.dataplex.v1.DataDocumentationResult` is changed PiperOrigin-RevId: 897564665 Source Link: [googleapis/googleapis@1991351](googleapis/googleapis@1991351) END_NESTED_COMMIT BEGIN_NESTED_COMMIT docs: [network-management] Update comment for the `region` field in `RouteInfo` PiperOrigin-RevId: 897473889 Source Link: [googleapis/googleapis@66fcc02](googleapis/googleapis@66fcc02) END_NESTED_COMMIT BEGIN_NESTED_COMMIT chore: [dialogflow-cx] Add ruby_package to missing proto files in google-cloud-dialogflow-cx-v3 PiperOrigin-RevId: 897389079 Source Link: [googleapis/googleapis@b6669d7](googleapis/googleapis@b6669d7) END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: [dataproc] Add `Engine` field to support LightningEngine in clusters and add support for stop ttl PiperOrigin-RevId: 897294662 Source Link: [googleapis/googleapis@2da8658](googleapis/googleapis@2da8658) END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: [shopping-merchant-products] a new field `base64_encoded_name` is added to the `Product` message feat: [shopping-merchant-products] new fields - `base64_encoded_name` and `base64_encoded_product` added to the `ProductInput` message docs: [shopping-merchant-products] A comment for field `name` in message `.google.shopping.merchant.products.v1.ProductInput` is changed docs: [shopping-merchant-products] A comment for field `name` in message `.google.shopping.merchant.products.v1.Product` is changed PiperOrigin-RevId: 896968813 Source Link: [googleapis/googleapis@2aba484](googleapis/googleapis@2aba484) END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: [infra-manager] adding DeploymentGroups, you can now manage deployment of multiple module root dependencies in a single DAG PiperOrigin-RevId: 896570259 Source Link: [googleapis/googleapis@f5cb7af](googleapis/googleapis@f5cb7af) END_NESTED_COMMIT END_COMMIT_OVERRIDE --------- Co-authored-by: Diego <diegomarquezp@google.com>
1 parent facb2f6 commit fc62b1e

File tree

887 files changed

+130120
-4794
lines changed

Some content is hidden

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

887 files changed

+130120
-4794
lines changed

generation_config.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
gapic_generator_version: 2.68.0
2-
googleapis_commitish: cd090841ab172574e740c214c99df00aef9c0dee
1+
gapic_generator_version: 2.69.0
2+
googleapis_commitish: e182cf5152967047b763fd88f03094cfc836d194
33
libraries_bom_version: 26.79.0
44
libraries:
55
- api_shortname: accessapproval
@@ -3014,3 +3014,4 @@ libraries:
30143014
GAPICs:
30153015
- proto_path: google/cloud/workstations/v1
30163016
- proto_path: google/cloud/workstations/v1beta
3017+

java-accessapproval/.OwlBot-hermetic.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ deep-remove-regex:
2020
- "/java-accessapproval/samples/snippets/generated"
2121

2222
deep-preserve-regex:
23-
- "/java-accessapproval/google-cloud-accessapproval/src/test/java/com/google/cloud/accessapproval/v1/it"
23+
- "/.*google-.*/src/main/java/.*/stub/Version.java"
24+
- "/.*google-cloud-accessapproval/src/test/java/com/google/cloud/accessapproval/v1/it"
2425

2526
deep-copy-regex:
2627
- source: "/google/cloud/accessapproval/(v.*)/.*-java/proto-google-.*/src"

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.89.0</version>
45+
<version>2.91.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.89.0'
52+
implementation 'com.google.cloud:google-cloud-accessapproval:2.91.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.89.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-accessapproval" % "2.91.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.89.0
178+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-accessapproval/2.91.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/.OwlBot-hermetic.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ deep-remove-regex:
1818
- "/java-accesscontextmanager/samples/snippets/generated"
1919

2020
deep-preserve-regex:
21-
- "/java-accesscontextmanager/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
21+
- "/.*google-.*/src/main/java/.*/stub/Version.java"
22+
- "/.*google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
2223

2324
deep-copy-regex:
2425
- source: "/google/identity/accesscontextmanager/(v\\d)/.*-java/proto-google-.*/src"

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.89.0</version>
45+
<version>1.91.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.89.0'
52+
implementation 'com.google.cloud:google-identity-accesscontextmanager:1.91.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.89.0"
58+
libraryDependencies += "com.google.cloud" % "google-identity-accesscontextmanager" % "1.91.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.89.0
178+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-identity-accesscontextmanager/1.91.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/.OwlBot-hermetic.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ deep-remove-regex:
2020
- "/java-admanager/samples/snippets/generated"
2121

2222
deep-preserve-regex:
23-
- "/java-admanager/ad-manager-.*/src/test/java/com/google/.*/v.*/it/IT.*Test.java"
23+
- "/.*ad-manager.*/src/main/java/.*/stub/Version.java"
24+
- "/.*ad-manager.*/src/test/java/com/google/.*/v.*/it/IT.*Test.java"
2425

2526
deep-copy-regex:
2627
- source: "/google/ads/admanager/(v.*)/.*-java/proto-google-.*/src"

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.47.0</version>
25+
<version>0.49.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.47.0'
32+
implementation 'com.google.api-ads:ad-manager:0.49.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.47.0"
38+
libraryDependencies += "com.google.api-ads" % "ad-manager" % "0.49.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.47.0
161+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.api-ads/ad-manager/0.49.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/.OwlBot-hermetic.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ deep-remove-regex:
2020
- "/java-advisorynotifications/samples/snippets/generated"
2121

2222
deep-preserve-regex:
23-
- "/java-advisorynotifications/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
23+
- "/.*google-.*/src/main/java/.*/stub/Version.java"
24+
- "/.*google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
2425

2526
deep-copy-regex:
2627
- source: "/google/cloud/advisorynotifications/(v.*)/.*-java/proto-google-.*/src"

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.77.0</version>
45+
<version>0.79.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.77.0'
52+
implementation 'com.google.cloud:google-cloud-advisorynotifications:0.79.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.77.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-advisorynotifications" % "0.79.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.77.0
178+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-advisorynotifications/0.79.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/.OwlBot-hermetic.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ deep-remove-regex:
2020
- "/java-aiplatform/samples/snippets/generated"
2121
- "/java-aiplatform/google-.*/src/main/java/com/google/cloud/aiplatform/v1beta1"
2222

23+
deep-preserve-regex:
24+
- "/.*google-.*/src/main/java/.*/stub/Version.java"
25+
2326
deep-copy-regex:
2427
- source: "/google/cloud/aiplatform/(v.*)/.*-java/proto-google-.*/src"
2528
dest: "/owl-bot-staging/java-aiplatform/$1/proto-google-cloud-aiplatform-$1/src"

0 commit comments

Comments
 (0)