Skip to content

Commit 6e30c7c

Browse files
chore: Update generation configuration at Tue Apr 15 02:30:10 UTC 2025 (#11490)
* chore: Update generation configuration at Sat Mar 15 02:24:51 UTC 2025 * chore: generate libraries at Sat Mar 15 02:29:02 UTC 2025 * chore: Update generation configuration at Mon Mar 17 02:27:37 UTC 2025 * chore: generate libraries at Mon Mar 17 02:29:47 UTC 2025 * chore: Update generation configuration at Tue Mar 18 02:27:15 UTC 2025 * chore: generate libraries at Tue Mar 18 02:30:57 UTC 2025 * chore: Update generation configuration at Wed Mar 19 02:26:51 UTC 2025 * chore: generate libraries at Wed Mar 19 02:31:05 UTC 2025 * chore: Update generation configuration at Thu Mar 20 02:26:15 UTC 2025 * chore: generate libraries at Thu Mar 20 02:29:56 UTC 2025 * chore: Update generation configuration at Thu Mar 20 14:47:53 UTC 2025 * chore: generate libraries at Thu Mar 20 14:50:12 UTC 2025 * chore: Update generation configuration at Fri Mar 21 02:28:05 UTC 2025 * chore: generate libraries at Fri Mar 21 02:30:16 UTC 2025 * chore: Update generation configuration at Fri Mar 21 17:41:29 UTC 2025 * chore: generate libraries at Fri Mar 21 17:43:39 UTC 2025 * chore: Update generation configuration at Sat Mar 22 02:26:39 UTC 2025 * chore: generate libraries at Sat Mar 22 02:28:46 UTC 2025 * chore: Update generation configuration at Tue Mar 25 02:28:32 UTC 2025 * chore: generate libraries at Tue Mar 25 02:30:35 UTC 2025 * chore: Update generation configuration at Wed Mar 26 02:28:16 UTC 2025 * chore: generate libraries at Wed Mar 26 02:30:24 UTC 2025 * chore: Update generation configuration at Thu Mar 27 02:29:44 UTC 2025 * chore: generate libraries at Thu Mar 27 02:31:57 UTC 2025 * chore: Update generation configuration at Fri Mar 28 02:29:05 UTC 2025 * chore: generate libraries at Fri Mar 28 02:31:17 UTC 2025 * chore: Update generation configuration at Sat Mar 29 02:27:35 UTC 2025 * chore: Update generation configuration at Sun Mar 30 02:30:45 UTC 2025 * chore: generate libraries at Sun Mar 30 02:32:58 UTC 2025 * chore: Update generation configuration at Wed Apr 2 02:29:03 UTC 2025 * chore: generate libraries at Wed Apr 2 02:31:15 UTC 2025 * chore: Update generation configuration at Thu Apr 3 02:29:01 UTC 2025 * chore: generate libraries at Thu Apr 3 02:31:09 UTC 2025 * chore: Update generation configuration at Fri Apr 4 02:28:35 UTC 2025 * chore: generate libraries at Fri Apr 4 02:30:40 UTC 2025 * chore: Update generation configuration at Sat Apr 5 02:27:52 UTC 2025 * chore: generate libraries at Sat Apr 5 02:31:51 UTC 2025 * chore: Update generation configuration at Tue Apr 8 02:28:49 UTC 2025 * chore: generate libraries at Tue Apr 8 02:30:58 UTC 2025 * chore: Update generation configuration at Wed Apr 9 02:29:37 UTC 2025 * chore: generate libraries at Wed Apr 9 02:31:49 UTC 2025 * chore: Update generation configuration at Thu Apr 10 02:29:19 UTC 2025 * chore: generate libraries at Thu Apr 10 02:31:31 UTC 2025 * chore: Update generation configuration at Fri Apr 11 02:29:23 UTC 2025 * chore: Update generation configuration at Sat Apr 12 02:28:22 UTC 2025 * chore: generate libraries at Sat Apr 12 02:30:30 UTC 2025 * chore: Update generation configuration at Tue Apr 15 02:30:10 UTC 2025 * chore: generate libraries at Tue Apr 15 02:32:16 UTC 2025 --------- Co-authored-by: ldetmer <[email protected]>
1 parent c16a5b5 commit 6e30c7c

File tree

2,107 files changed

+609223
-72543
lines changed

Some content is hidden

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

2,107 files changed

+609223
-72543
lines changed

generation_config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
gapic_generator_version: 2.55.1
2-
googleapis_commitish: c8280d7c3c36cb97aac54d661dcdfc4076ac4d32
3-
libraries_bom_version: 26.56.0
2+
googleapis_commitish: 1c153adc542b4c915eeab5290bc42581c821cc93
3+
libraries_bom_version: 26.59.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.56.0</version>
23+
<version>26.59.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.60.0</version>
45+
<version>2.61.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.60.0'
52+
implementation 'com.google.cloud:google-cloud-accessapproval:2.61.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.60.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-accessapproval" % "2.61.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.60.0
197+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-accessapproval/2.61.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.56.0</version>
23+
<version>26.59.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.60.0</version>
45+
<version>1.61.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.60.0'
52+
implementation 'com.google.cloud:google-identity-accesscontextmanager:1.61.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.60.0"
58+
libraryDependencies += "com.google.cloud" % "google-identity-accesscontextmanager" % "1.61.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.60.0
197+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-identity-accesscontextmanager/1.61.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.56.0</version>
26+
<version>26.59.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.18.0</version>
48+
<version>0.19.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.18.0'
55+
implementation 'com.google.api-ads:ad-manager:0.19.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.18.0"
61+
libraryDependencies += "com.google.api-ads" % "ad-manager" % "0.19.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.18.0
203+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.api-ads/ad-manager/0.19.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.56.0</version>
23+
<version>26.59.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.48.0</version>
45+
<version>0.49.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.48.0'
52+
implementation 'com.google.cloud:google-cloud-advisorynotifications:0.49.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.48.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-advisorynotifications" % "0.49.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.48.0
197+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-advisorynotifications/0.49.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.56.0</version>
23+
<version>26.59.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.60.0</version>
45+
<version>3.61.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.60.0'
52+
implementation 'com.google.cloud:google-cloud-aiplatform:3.61.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.60.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-aiplatform" % "3.61.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.60.0
197+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-aiplatform/3.61.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/ReasoningEngineServiceClient.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1041,6 +1041,7 @@ public final OperationFuture<Empty, DeleteOperationMetadata> deleteReasoningEngi
10411041
* .setName(
10421042
* ReasoningEngineName.of("[PROJECT]", "[LOCATION]", "[REASONING_ENGINE]")
10431043
* .toString())
1044+
* .setForce(true)
10441045
* .build();
10451046
* reasoningEngineServiceClient.deleteReasoningEngineAsync(request).get();
10461047
* }
@@ -1073,6 +1074,7 @@ public final OperationFuture<Empty, DeleteOperationMetadata> deleteReasoningEngi
10731074
* .setName(
10741075
* ReasoningEngineName.of("[PROJECT]", "[LOCATION]", "[REASONING_ENGINE]")
10751076
* .toString())
1077+
* .setForce(true)
10761078
* .build();
10771079
* OperationFuture<Empty, DeleteOperationMetadata> future =
10781080
* reasoningEngineServiceClient.deleteReasoningEngineOperationCallable().futureCall(request);
@@ -1105,6 +1107,7 @@ public final OperationFuture<Empty, DeleteOperationMetadata> deleteReasoningEngi
11051107
* .setName(
11061108
* ReasoningEngineName.of("[PROJECT]", "[LOCATION]", "[REASONING_ENGINE]")
11071109
* .toString())
1110+
* .setForce(true)
11081111
* .build();
11091112
* ApiFuture<Operation> future =
11101113
* reasoningEngineServiceClient.deleteReasoningEngineCallable().futureCall(request);

0 commit comments

Comments
 (0)