Skip to content

Commit 07c58d0

Browse files
chore: generate libraries at Wed Jan 21 02:42:29 UTC 2026
1 parent f94c6da commit 07c58d0

File tree

366 files changed

+66038
-2495
lines changed

Some content is hidden

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

366 files changed

+66038
-2495
lines changed

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.73.0</version>
23+
<version>26.74.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.82.0</version>
45+
<version>2.83.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.82.0'
52+
implementation 'com.google.cloud:google-cloud-accessapproval:2.83.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.82.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-accessapproval" % "2.83.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.82.0
178+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-accessapproval/2.83.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.73.0</version>
23+
<version>26.74.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.82.0</version>
45+
<version>1.83.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.82.0'
52+
implementation 'com.google.cloud:google-identity-accesscontextmanager:1.83.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.82.0"
58+
libraryDependencies += "com.google.cloud" % "google-identity-accesscontextmanager" % "1.83.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.82.0
178+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-identity-accesscontextmanager/1.83.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.40.0</version>
25+
<version>0.41.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.40.0'
32+
implementation 'com.google.api-ads:ad-manager:0.41.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.40.0"
38+
libraryDependencies += "com.google.api-ads" % "ad-manager" % "0.41.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.40.0
161+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.api-ads/ad-manager/0.41.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.73.0</version>
23+
<version>26.74.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.70.0</version>
45+
<version>0.71.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.70.0'
52+
implementation 'com.google.cloud:google-cloud-advisorynotifications:0.71.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.70.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-advisorynotifications" % "0.71.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.70.0
178+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-advisorynotifications/0.71.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.73.0</version>
23+
<version>26.74.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.82.0</version>
45+
<version>3.83.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.82.0'
52+
implementation 'com.google.cloud:google-cloud-aiplatform:3.83.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.82.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-aiplatform" % "3.83.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.82.0
178+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-aiplatform/3.83.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/resources/META-INF/native-image/com.google.cloud.aiplatform.v1beta1/reflect-config.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20375,6 +20375,42 @@
2037520375
"allDeclaredClasses": true,
2037620376
"allPublicClasses": true
2037720377
},
20378+
{
20379+
"name": "com.google.cloud.aiplatform.v1beta1.RagManagedDbConfig$Serverless",
20380+
"queryAllDeclaredConstructors": true,
20381+
"queryAllPublicConstructors": true,
20382+
"queryAllDeclaredMethods": true,
20383+
"allPublicMethods": true,
20384+
"allDeclaredClasses": true,
20385+
"allPublicClasses": true
20386+
},
20387+
{
20388+
"name": "com.google.cloud.aiplatform.v1beta1.RagManagedDbConfig$Serverless$Builder",
20389+
"queryAllDeclaredConstructors": true,
20390+
"queryAllPublicConstructors": true,
20391+
"queryAllDeclaredMethods": true,
20392+
"allPublicMethods": true,
20393+
"allDeclaredClasses": true,
20394+
"allPublicClasses": true
20395+
},
20396+
{
20397+
"name": "com.google.cloud.aiplatform.v1beta1.RagManagedDbConfig$Spanner",
20398+
"queryAllDeclaredConstructors": true,
20399+
"queryAllPublicConstructors": true,
20400+
"queryAllDeclaredMethods": true,
20401+
"allPublicMethods": true,
20402+
"allDeclaredClasses": true,
20403+
"allPublicClasses": true
20404+
},
20405+
{
20406+
"name": "com.google.cloud.aiplatform.v1beta1.RagManagedDbConfig$Spanner$Builder",
20407+
"queryAllDeclaredConstructors": true,
20408+
"queryAllPublicConstructors": true,
20409+
"queryAllDeclaredMethods": true,
20410+
"allPublicMethods": true,
20411+
"allDeclaredClasses": true,
20412+
"allPublicClasses": true
20413+
},
2037820414
{
2037920415
"name": "com.google.cloud.aiplatform.v1beta1.RagManagedDbConfig$Unprovisioned",
2038020416
"queryAllDeclaredConstructors": true,

0 commit comments

Comments
 (0)