Skip to content

Commit 531942b

Browse files
chore: Update generation configuration at Tue Apr 14 03:00:42 UTC 2026 (#12789)
This pull request is generated with proto changes between [googleapis/googleapis@e182cf5](googleapis/googleapis@e182cf5) (exclusive) and [googleapis/googleapis@62e4ecb](googleapis/googleapis@62e4ecb) (inclusive). BEGIN_COMMIT_OVERRIDE BEGIN_NESTED_COMMIT fix(deps): update the Java code generator (gapic-generator-java) to 2.70.0 END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: [aiplatform] Model Registry CopyModel BYOSA PiperOrigin-RevId: 899215526 Source Link: [googleapis/googleapis@62e4ecb](googleapis/googleapis@62e4ecb) END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: [aiplatform] new field CopyModelRequest.custome_service_account for Model Registry CopyModel BYOSA PiperOrigin-RevId: 899197055 Source Link: [googleapis/googleapis@5f39e35](googleapis/googleapis@5f39e35) END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: [bigqueryreservation] add principal field to BigQuery Reservation Assignment docs: [bigqueryreservation] update the scaling mode documentation to correct an example math error PiperOrigin-RevId: 899158032 Source Link: [googleapis/googleapis@a5bd611](googleapis/googleapis@a5bd611) 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: 898990233 Source Link: [googleapis/googleapis@38ed7d6](googleapis/googleapis@38ed7d6) END_NESTED_COMMIT END_COMMIT_OVERRIDE
1 parent 1b0a9a0 commit 531942b

File tree

293 files changed

+6656
-1582
lines changed

Some content is hidden

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

293 files changed

+6656
-1582
lines changed

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.69.0
2-
googleapis_commitish: e182cf5152967047b763fd88f03094cfc836d194
1+
gapic_generator_version: 2.70.0
2+
googleapis_commitish: 62e4ecb2f4390728990514fea14aad0431881a52
33
libraries_bom_version: 26.79.0
44
libraries:
55
- api_shortname: accessapproval

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.91.0</version>
45+
<version>2.92.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.91.0'
52+
implementation 'com.google.cloud:google-cloud-accessapproval:2.92.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.91.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-accessapproval" % "2.92.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.91.0
178+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-accessapproval/2.92.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: 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.91.0</version>
45+
<version>1.92.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.91.0'
52+
implementation 'com.google.cloud:google-identity-accesscontextmanager:1.92.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.91.0"
58+
libraryDependencies += "com.google.cloud" % "google-identity-accesscontextmanager" % "1.92.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.91.0
178+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-identity-accesscontextmanager/1.92.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.49.0</version>
25+
<version>0.50.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.49.0'
32+
implementation 'com.google.api-ads:ad-manager:0.50.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.49.0"
38+
libraryDependencies += "com.google.api-ads" % "ad-manager" % "0.50.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.49.0
161+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.api-ads/ad-manager/0.50.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: 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.79.0</version>
45+
<version>0.80.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.79.0'
52+
implementation 'com.google.cloud:google-cloud-advisorynotifications:0.80.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.79.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-advisorynotifications" % "0.80.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.79.0
178+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-advisorynotifications/0.80.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: 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.91.0</version>
45+
<version>3.92.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.91.0'
52+
implementation 'com.google.cloud:google-cloud-aiplatform:3.92.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.91.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-aiplatform" % "3.92.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.91.0
178+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-aiplatform/3.92.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/ModelServiceClient.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2508,6 +2508,7 @@ public final OperationFuture<CopyModelResponse, CopyModelOperationMetadata> copy
25082508
* .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
25092509
* .setSourceModel(ModelName.of("[PROJECT]", "[LOCATION]", "[MODEL]").toString())
25102510
* .setEncryptionSpec(EncryptionSpec.newBuilder().build())
2511+
* .setCustomServiceAccount("customServiceAccount-2110106743")
25112512
* .build();
25122513
* CopyModelResponse response = modelServiceClient.copyModelAsync(request).get();
25132514
* }
@@ -2542,6 +2543,7 @@ public final OperationFuture<CopyModelResponse, CopyModelOperationMetadata> copy
25422543
* .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
25432544
* .setSourceModel(ModelName.of("[PROJECT]", "[LOCATION]", "[MODEL]").toString())
25442545
* .setEncryptionSpec(EncryptionSpec.newBuilder().build())
2546+
* .setCustomServiceAccount("customServiceAccount-2110106743")
25452547
* .build();
25462548
* OperationFuture<CopyModelResponse, CopyModelOperationMetadata> future =
25472549
* modelServiceClient.copyModelOperationCallable().futureCall(request);
@@ -2576,6 +2578,7 @@ public final OperationFuture<CopyModelResponse, CopyModelOperationMetadata> copy
25762578
* .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
25772579
* .setSourceModel(ModelName.of("[PROJECT]", "[LOCATION]", "[MODEL]").toString())
25782580
* .setEncryptionSpec(EncryptionSpec.newBuilder().build())
2581+
* .setCustomServiceAccount("customServiceAccount-2110106743")
25792582
* .build();
25802583
* ApiFuture<Operation> future = modelServiceClient.copyModelCallable().futureCall(request);
25812584
* // Do something.

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2521,6 +2521,7 @@ public final OperationFuture<CopyModelResponse, CopyModelOperationMetadata> copy
25212521
* .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
25222522
* .setSourceModel(ModelName.of("[PROJECT]", "[LOCATION]", "[MODEL]").toString())
25232523
* .setEncryptionSpec(EncryptionSpec.newBuilder().build())
2524+
* .setCustomServiceAccount("customServiceAccount-2110106743")
25242525
* .build();
25252526
* CopyModelResponse response = modelServiceClient.copyModelAsync(request).get();
25262527
* }
@@ -2555,6 +2556,7 @@ public final OperationFuture<CopyModelResponse, CopyModelOperationMetadata> copy
25552556
* .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
25562557
* .setSourceModel(ModelName.of("[PROJECT]", "[LOCATION]", "[MODEL]").toString())
25572558
* .setEncryptionSpec(EncryptionSpec.newBuilder().build())
2559+
* .setCustomServiceAccount("customServiceAccount-2110106743")
25582560
* .build();
25592561
* OperationFuture<CopyModelResponse, CopyModelOperationMetadata> future =
25602562
* modelServiceClient.copyModelOperationCallable().futureCall(request);
@@ -2589,6 +2591,7 @@ public final OperationFuture<CopyModelResponse, CopyModelOperationMetadata> copy
25892591
* .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
25902592
* .setSourceModel(ModelName.of("[PROJECT]", "[LOCATION]", "[MODEL]").toString())
25912593
* .setEncryptionSpec(EncryptionSpec.newBuilder().build())
2594+
* .setCustomServiceAccount("customServiceAccount-2110106743")
25922595
* .build();
25932596
* ApiFuture<Operation> future = modelServiceClient.copyModelCallable().futureCall(request);
25942597
* // Do something.

0 commit comments

Comments
 (0)