Skip to content

Commit 87af853

Browse files
chore: generate libraries at Sat Jan 31 02:53:40 UTC 2026
1 parent 92abfe2 commit 87af853

File tree

338 files changed

+13562
-2076
lines changed

Some content is hidden

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

338 files changed

+13562
-2076
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.74.0</version>
23+
<version>26.75.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.83.0</version>
45+
<version>2.84.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.83.0'
52+
implementation 'com.google.cloud:google-cloud-accessapproval:2.84.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.83.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-accessapproval" % "2.84.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.83.0
178+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-accessapproval/2.84.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.74.0</version>
23+
<version>26.75.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.83.0</version>
45+
<version>1.84.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.83.0'
52+
implementation 'com.google.cloud:google-identity-accesscontextmanager:1.84.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.83.0"
58+
libraryDependencies += "com.google.cloud" % "google-identity-accesscontextmanager" % "1.84.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.83.0
178+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-identity-accesscontextmanager/1.84.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.41.0</version>
25+
<version>0.42.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.41.0'
32+
implementation 'com.google.api-ads:ad-manager:0.42.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.41.0"
38+
libraryDependencies += "com.google.api-ads" % "ad-manager" % "0.42.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.41.0
161+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.api-ads/ad-manager/0.42.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.74.0</version>
23+
<version>26.75.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.71.0</version>
45+
<version>0.72.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.71.0'
52+
implementation 'com.google.cloud:google-cloud-advisorynotifications:0.72.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.71.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-advisorynotifications" % "0.72.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.71.0
178+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-advisorynotifications/0.72.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.74.0</version>
23+
<version>26.75.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.83.0</version>
45+
<version>3.84.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.83.0'
52+
implementation 'com.google.cloud:google-cloud-aiplatform:3.84.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.83.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-aiplatform" % "3.84.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.83.0
178+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-aiplatform/3.84.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.v1/reflect-config.json

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8162,6 +8162,24 @@
81628162
"allDeclaredClasses": true,
81638163
"allPublicClasses": true
81648164
},
8165+
{
8166+
"name": "com.google.cloud.aiplatform.v1.GenerationConfig$MediaResolution",
8167+
"queryAllDeclaredConstructors": true,
8168+
"queryAllPublicConstructors": true,
8169+
"queryAllDeclaredMethods": true,
8170+
"allPublicMethods": true,
8171+
"allDeclaredClasses": true,
8172+
"allPublicClasses": true
8173+
},
8174+
{
8175+
"name": "com.google.cloud.aiplatform.v1.GenerationConfig$Modality",
8176+
"queryAllDeclaredConstructors": true,
8177+
"queryAllPublicConstructors": true,
8178+
"queryAllDeclaredMethods": true,
8179+
"allPublicMethods": true,
8180+
"allDeclaredClasses": true,
8181+
"allPublicClasses": true
8182+
},
81658183
{
81668184
"name": "com.google.cloud.aiplatform.v1.GenerationConfig$RoutingConfig",
81678185
"queryAllDeclaredConstructors": true,
@@ -8243,6 +8261,15 @@
82438261
"allDeclaredClasses": true,
82448262
"allPublicClasses": true
82458263
},
8264+
{
8265+
"name": "com.google.cloud.aiplatform.v1.GenerationConfig$ThinkingConfig$ThinkingLevel",
8266+
"queryAllDeclaredConstructors": true,
8267+
"queryAllPublicConstructors": true,
8268+
"queryAllDeclaredMethods": true,
8269+
"allPublicMethods": true,
8270+
"allDeclaredClasses": true,
8271+
"allPublicClasses": true
8272+
},
82468273
{
82478274
"name": "com.google.cloud.aiplatform.v1.GenericOperationMetadata",
82488275
"queryAllDeclaredConstructors": true,
@@ -9557,6 +9584,33 @@
95579584
"allDeclaredClasses": true,
95589585
"allPublicClasses": true
95599586
},
9587+
{
9588+
"name": "com.google.cloud.aiplatform.v1.ImageConfig$ImageOutputOptions",
9589+
"queryAllDeclaredConstructors": true,
9590+
"queryAllPublicConstructors": true,
9591+
"queryAllDeclaredMethods": true,
9592+
"allPublicMethods": true,
9593+
"allDeclaredClasses": true,
9594+
"allPublicClasses": true
9595+
},
9596+
{
9597+
"name": "com.google.cloud.aiplatform.v1.ImageConfig$ImageOutputOptions$Builder",
9598+
"queryAllDeclaredConstructors": true,
9599+
"queryAllPublicConstructors": true,
9600+
"queryAllDeclaredMethods": true,
9601+
"allPublicMethods": true,
9602+
"allDeclaredClasses": true,
9603+
"allPublicClasses": true
9604+
},
9605+
{
9606+
"name": "com.google.cloud.aiplatform.v1.ImageConfig$PersonGeneration",
9607+
"queryAllDeclaredConstructors": true,
9608+
"queryAllPublicConstructors": true,
9609+
"queryAllDeclaredMethods": true,
9610+
"allPublicMethods": true,
9611+
"allDeclaredClasses": true,
9612+
"allPublicClasses": true
9613+
},
95609614
{
95619615
"name": "com.google.cloud.aiplatform.v1.ImportDataConfig",
95629616
"queryAllDeclaredConstructors": true,
@@ -14435,6 +14489,33 @@
1443514489
"allDeclaredClasses": true,
1443614490
"allPublicClasses": true
1443714491
},
14492+
{
14493+
"name": "com.google.cloud.aiplatform.v1.Part$MediaResolution",
14494+
"queryAllDeclaredConstructors": true,
14495+
"queryAllPublicConstructors": true,
14496+
"queryAllDeclaredMethods": true,
14497+
"allPublicMethods": true,
14498+
"allDeclaredClasses": true,
14499+
"allPublicClasses": true
14500+
},
14501+
{
14502+
"name": "com.google.cloud.aiplatform.v1.Part$MediaResolution$Builder",
14503+
"queryAllDeclaredConstructors": true,
14504+
"queryAllPublicConstructors": true,
14505+
"queryAllDeclaredMethods": true,
14506+
"allPublicMethods": true,
14507+
"allDeclaredClasses": true,
14508+
"allPublicClasses": true
14509+
},
14510+
{
14511+
"name": "com.google.cloud.aiplatform.v1.Part$MediaResolution$Level",
14512+
"queryAllDeclaredConstructors": true,
14513+
"queryAllPublicConstructors": true,
14514+
"queryAllDeclaredMethods": true,
14515+
"allPublicMethods": true,
14516+
"allDeclaredClasses": true,
14517+
"allPublicClasses": true
14518+
},
1443814519
{
1443914520
"name": "com.google.cloud.aiplatform.v1.PartialArg",
1444014521
"queryAllDeclaredConstructors": true,

0 commit comments

Comments
 (0)