Skip to content

Commit 6f6cfc3

Browse files
chore: generate libraries at Mon Mar 16 19:31:24 UTC 2026
1 parent d554636 commit 6f6cfc3

1,114 files changed

Lines changed: 254288 additions & 43054 deletions

File tree

Some content is hidden

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

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.77.0</version>
23+
<version>26.78.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.87.0</version>
45+
<version>2.88.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.87.0'
52+
implementation 'com.google.cloud:google-cloud-accessapproval:2.88.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.87.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-accessapproval" % "2.88.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.87.0
178+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-accessapproval/2.88.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.77.0</version>
23+
<version>26.78.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.87.0</version>
45+
<version>1.88.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.87.0'
52+
implementation 'com.google.cloud:google-identity-accesscontextmanager:1.88.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.87.0"
58+
libraryDependencies += "com.google.cloud" % "google-identity-accesscontextmanager" % "1.88.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.87.0
178+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-identity-accesscontextmanager/1.88.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.45.0</version>
25+
<version>0.46.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.45.0'
32+
implementation 'com.google.api-ads:ad-manager:0.46.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.45.0"
38+
libraryDependencies += "com.google.api-ads" % "ad-manager" % "0.46.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.45.0
161+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.api-ads/ad-manager/0.46.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.77.0</version>
23+
<version>26.78.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.75.0</version>
45+
<version>0.76.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.75.0'
52+
implementation 'com.google.cloud:google-cloud-advisorynotifications:0.76.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.75.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-advisorynotifications" % "0.76.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.75.0
178+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-advisorynotifications/0.76.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.77.0</version>
23+
<version>26.78.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.87.0</version>
45+
<version>3.88.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.87.0'
52+
implementation 'com.google.cloud:google-cloud-aiplatform:3.88.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.87.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-aiplatform" % "3.88.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.87.0
178+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-aiplatform/3.88.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/SessionServiceClient.java

Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@
8989
* <ul>
9090
* <li><p> createSessionAsync(ReasoningEngineName parent, Session session)
9191
* <li><p> createSessionAsync(String parent, Session session)
92+
* <li><p> createSessionAsync(ReasoningEngineName parent, Session session, String sessionId)
93+
* <li><p> createSessionAsync(String parent, Session session, String sessionId)
9294
* </ul>
9395
* <p>Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.</p>
9496
* <ul>
@@ -455,6 +457,90 @@ public final OperationFuture<Session, CreateSessionOperationMetadata> createSess
455457
return createSessionAsync(request);
456458
}
457459

460+
// AUTO-GENERATED DOCUMENTATION AND METHOD.
461+
/**
462+
* Creates a new [Session][google.cloud.aiplatform.v1.Session].
463+
*
464+
* <p>Sample code:
465+
*
466+
* <pre>{@code
467+
* // This snippet has been automatically generated and should be regarded as a code template only.
468+
* // It will require modifications to work:
469+
* // - It may require correct/in-range values for request initialization.
470+
* // - It may require specifying regional endpoints when creating the service client as shown in
471+
* // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
472+
* try (SessionServiceClient sessionServiceClient = SessionServiceClient.create()) {
473+
* ReasoningEngineName parent =
474+
* ReasoningEngineName.of("[PROJECT]", "[LOCATION]", "[REASONING_ENGINE]");
475+
* Session session = Session.newBuilder().build();
476+
* String sessionId = "sessionId607796817";
477+
* Session response = sessionServiceClient.createSessionAsync(parent, session, sessionId).get();
478+
* }
479+
* }</pre>
480+
*
481+
* @param parent Required. The resource name of the location to create the session in. Format:
482+
* `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}`
483+
* @param session Required. The session to create.
484+
* @param sessionId Optional. The user defined ID to use for session, which will become the final
485+
* component of the session resource name. If not provided, Vertex AI will generate a value
486+
* for this ID.
487+
* <p>This value may be up to 63 characters, and valid characters are `[a-z0-9-]`. The first
488+
* character must be a letter, and the last character must be a letter or number.
489+
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
490+
*/
491+
public final OperationFuture<Session, CreateSessionOperationMetadata> createSessionAsync(
492+
ReasoningEngineName parent, Session session, String sessionId) {
493+
CreateSessionRequest request =
494+
CreateSessionRequest.newBuilder()
495+
.setParent(parent == null ? null : parent.toString())
496+
.setSession(session)
497+
.setSessionId(sessionId)
498+
.build();
499+
return createSessionAsync(request);
500+
}
501+
502+
// AUTO-GENERATED DOCUMENTATION AND METHOD.
503+
/**
504+
* Creates a new [Session][google.cloud.aiplatform.v1.Session].
505+
*
506+
* <p>Sample code:
507+
*
508+
* <pre>{@code
509+
* // This snippet has been automatically generated and should be regarded as a code template only.
510+
* // It will require modifications to work:
511+
* // - It may require correct/in-range values for request initialization.
512+
* // - It may require specifying regional endpoints when creating the service client as shown in
513+
* // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
514+
* try (SessionServiceClient sessionServiceClient = SessionServiceClient.create()) {
515+
* String parent =
516+
* ReasoningEngineName.of("[PROJECT]", "[LOCATION]", "[REASONING_ENGINE]").toString();
517+
* Session session = Session.newBuilder().build();
518+
* String sessionId = "sessionId607796817";
519+
* Session response = sessionServiceClient.createSessionAsync(parent, session, sessionId).get();
520+
* }
521+
* }</pre>
522+
*
523+
* @param parent Required. The resource name of the location to create the session in. Format:
524+
* `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}`
525+
* @param session Required. The session to create.
526+
* @param sessionId Optional. The user defined ID to use for session, which will become the final
527+
* component of the session resource name. If not provided, Vertex AI will generate a value
528+
* for this ID.
529+
* <p>This value may be up to 63 characters, and valid characters are `[a-z0-9-]`. The first
530+
* character must be a letter, and the last character must be a letter or number.
531+
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
532+
*/
533+
public final OperationFuture<Session, CreateSessionOperationMetadata> createSessionAsync(
534+
String parent, Session session, String sessionId) {
535+
CreateSessionRequest request =
536+
CreateSessionRequest.newBuilder()
537+
.setParent(parent)
538+
.setSession(session)
539+
.setSessionId(sessionId)
540+
.build();
541+
return createSessionAsync(request);
542+
}
543+
458544
// AUTO-GENERATED DOCUMENTATION AND METHOD.
459545
/**
460546
* Creates a new [Session][google.cloud.aiplatform.v1.Session].
@@ -474,6 +560,7 @@ public final OperationFuture<Session, CreateSessionOperationMetadata> createSess
474560
* ReasoningEngineName.of("[PROJECT]", "[LOCATION]", "[REASONING_ENGINE]")
475561
* .toString())
476562
* .setSession(Session.newBuilder().build())
563+
* .setSessionId("sessionId607796817")
477564
* .build();
478565
* Session response = sessionServiceClient.createSessionAsync(request).get();
479566
* }
@@ -506,6 +593,7 @@ public final OperationFuture<Session, CreateSessionOperationMetadata> createSess
506593
* ReasoningEngineName.of("[PROJECT]", "[LOCATION]", "[REASONING_ENGINE]")
507594
* .toString())
508595
* .setSession(Session.newBuilder().build())
596+
* .setSessionId("sessionId607796817")
509597
* .build();
510598
* OperationFuture<Session, CreateSessionOperationMetadata> future =
511599
* sessionServiceClient.createSessionOperationCallable().futureCall(request);
@@ -538,6 +626,7 @@ public final OperationFuture<Session, CreateSessionOperationMetadata> createSess
538626
* ReasoningEngineName.of("[PROJECT]", "[LOCATION]", "[REASONING_ENGINE]")
539627
* .toString())
540628
* .setSession(Session.newBuilder().build())
629+
* .setSessionId("sessionId607796817")
541630
* .build();
542631
* ApiFuture<Operation> future =
543632
* sessionServiceClient.createSessionCallable().futureCall(request);

java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/gapic_metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1493,7 +1493,7 @@
14931493
"methods": ["appendEvent", "appendEvent", "appendEvent", "appendEventCallable"]
14941494
},
14951495
"CreateSession": {
1496-
"methods": ["createSessionAsync", "createSessionAsync", "createSessionAsync", "createSessionOperationCallable", "createSessionCallable"]
1496+
"methods": ["createSessionAsync", "createSessionAsync", "createSessionAsync", "createSessionAsync", "createSessionAsync", "createSessionOperationCallable", "createSessionCallable"]
14971497
},
14981498
"DeleteSession": {
14991499
"methods": ["deleteSessionAsync", "deleteSessionAsync", "deleteSessionAsync", "deleteSessionOperationCallable", "deleteSessionCallable"]

0 commit comments

Comments
 (0)