Skip to content

Commit e4cb9cf

Browse files
chore: generate libraries at Fri Aug 29 02:32:43 UTC 2025
1 parent ca0115e commit e4cb9cf

250 files changed

Lines changed: 9535 additions & 1142 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.66.0</version>
23+
<version>26.67.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.73.0</version>
45+
<version>2.74.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.73.0'
52+
implementation 'com.google.cloud:google-cloud-accessapproval:2.74.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.73.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-accessapproval" % "2.74.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.73.0
197+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-accessapproval/2.74.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.66.0</version>
23+
<version>26.67.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.73.0</version>
45+
<version>1.74.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.73.0'
52+
implementation 'com.google.cloud:google-identity-accesscontextmanager:1.74.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.73.0"
58+
libraryDependencies += "com.google.cloud" % "google-identity-accesscontextmanager" % "1.74.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.73.0
197+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-identity-accesscontextmanager/1.74.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.66.0</version>
26+
<version>26.67.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.31.0</version>
48+
<version>0.32.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.31.0'
55+
implementation 'com.google.api-ads:ad-manager:0.32.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.31.0"
61+
libraryDependencies += "com.google.api-ads" % "ad-manager" % "0.32.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.31.0
203+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.api-ads/ad-manager/0.32.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.66.0</version>
23+
<version>26.67.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.61.0</version>
45+
<version>0.62.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.61.0'
52+
implementation 'com.google.cloud:google-cloud-advisorynotifications:0.62.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.61.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-advisorynotifications" % "0.62.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.61.0
197+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-advisorynotifications/0.62.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: 1 addition & 1 deletion
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.66.0</version>
23+
<version>26.67.0</version>
2424
<type>pom</type>
2525
<scope>import</scope>
2626
</dependency>

java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/FunctionCallingConfig.java

Lines changed: 41 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,10 @@ public enum Mode implements com.google.protobuf.ProtocolMessageEnum {
101101
*
102102
* <pre>
103103
* Model is constrained to always predicting function calls only.
104-
* If "allowed_function_names" are set, the predicted function calls will be
105-
* limited to any one of "allowed_function_names", else the predicted
106-
* function calls will be any one of the provided "function_declarations".
104+
* If [allowed_function_names][FunctionCallingConfig.allowed_function_names]
105+
* are set, the predicted function calls will be limited to any one of
106+
* `allowed_function_names`, else the predicted function calls will be any
107+
* one of the provided [FunctionDeclaration].
107108
* </pre>
108109
*
109110
* <code>ANY = 2;</code>
@@ -120,6 +121,21 @@ public enum Mode implements com.google.protobuf.ProtocolMessageEnum {
120121
* <code>NONE = 3;</code>
121122
*/
122123
NONE(3),
124+
/**
125+
*
126+
*
127+
* <pre>
128+
* Model is constrained to predict either function calls or natural language
129+
* response.
130+
* If [allowed_function_names][FunctionCallingConfig.allowed_function_names]
131+
* are set, the predicted function calls will be limited to any one of
132+
* `allowed_function_names`, else the predicted function calls will be any
133+
* one of the provided [FunctionDeclaration].
134+
* </pre>
135+
*
136+
* <code>VALIDATED = 5;</code>
137+
*/
138+
VALIDATED(5),
123139
UNRECOGNIZED(-1),
124140
;
125141

@@ -151,9 +167,10 @@ public enum Mode implements com.google.protobuf.ProtocolMessageEnum {
151167
*
152168
* <pre>
153169
* Model is constrained to always predicting function calls only.
154-
* If "allowed_function_names" are set, the predicted function calls will be
155-
* limited to any one of "allowed_function_names", else the predicted
156-
* function calls will be any one of the provided "function_declarations".
170+
* If [allowed_function_names][FunctionCallingConfig.allowed_function_names]
171+
* are set, the predicted function calls will be limited to any one of
172+
* `allowed_function_names`, else the predicted function calls will be any
173+
* one of the provided [FunctionDeclaration].
157174
* </pre>
158175
*
159176
* <code>ANY = 2;</code>
@@ -172,6 +189,22 @@ public enum Mode implements com.google.protobuf.ProtocolMessageEnum {
172189
*/
173190
public static final int NONE_VALUE = 3;
174191

192+
/**
193+
*
194+
*
195+
* <pre>
196+
* Model is constrained to predict either function calls or natural language
197+
* response.
198+
* If [allowed_function_names][FunctionCallingConfig.allowed_function_names]
199+
* are set, the predicted function calls will be limited to any one of
200+
* `allowed_function_names`, else the predicted function calls will be any
201+
* one of the provided [FunctionDeclaration].
202+
* </pre>
203+
*
204+
* <code>VALIDATED = 5;</code>
205+
*/
206+
public static final int VALIDATED_VALUE = 5;
207+
175208
public final int getNumber() {
176209
if (this == UNRECOGNIZED) {
177210
throw new java.lang.IllegalArgumentException(
@@ -204,6 +237,8 @@ public static Mode forNumber(int value) {
204237
return ANY;
205238
case 3:
206239
return NONE;
240+
case 5:
241+
return VALIDATED;
207242
default:
208243
return null;
209244
}

java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/ToolProto.java

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -295,29 +295,30 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
295295
+ "\027function_calling_config\030\001 \001(\01326.google.clo"
296296
+ "ud.aiplatform.v1beta1.FunctionCallingConfigB\003\340A\001\022O\n"
297297
+ "\020retrieval_config\030\002 \001(\01320.goo"
298-
+ "gle.cloud.aiplatform.v1beta1.RetrievalConfigB\003\340A\001\"\307\001\n"
298+
+ "gle.cloud.aiplatform.v1beta1.RetrievalConfigB\003\340A\001\"\334\001\n"
299299
+ "\025FunctionCallingConfig\022N\n"
300300
+ "\004mode\030\001"
301301
+ " \001(\0162;.google.cloud.aiplatform.v1beta1.FunctionCallingConfig.ModeB\003\340A\001\022#\n"
302-
+ "\026allowed_function_names\030\002 \003(\tB\003\340A\001\"9\n"
302+
+ "\026allowed_function_names\030\002 \003(\tB\003\340A\001\"N\n"
303303
+ "\004Mode\022\024\n"
304304
+ "\020MODE_UNSPECIFIED\020\000\022\010\n"
305305
+ "\004AUTO\020\001\022\007\n"
306306
+ "\003ANY\020\002\022\010\n"
307-
+ "\004NONE\020\003\"v\n"
307+
+ "\004NONE\020\003\022\r\n"
308+
+ "\tVALIDATED\020\005\"\004\010\004\020\004\"v\n"
308309
+ "\017RetrievalConfig\022)\n"
309310
+ "\007lat_lng\030\001 \001(\0132\023.google.type.LatLngH\000\210\001\001\022\032\n\r"
310311
+ "language_code\030\002 \001(\tH\001\210\001\001B\n\n"
311312
+ "\010_lat_lngB\020\n"
312313
+ "\016_language_code\"\317\006\n"
313314
+ "\022RagRetrievalConfig\022\022\n"
314315
+ "\005top_k\030\001 \001(\005B\003\340A\001\022\\\n\r"
315-
+ "hybrid_search\030\002 \001(\0132@."
316-
+ "google.cloud.aiplatform.v1beta1.RagRetrievalConfig.HybridSearchB\003\340A\001\022O\n"
317-
+ "\006filter\030\003"
318-
+ " \001(\0132:.google.cloud.aiplatform.v1beta1.RagRetrievalConfig.FilterB\003\340A\001\022Q\n"
319-
+ "\007ranking\030\004"
320-
+ " \001(\0132;.google.cloud.aiplatform.v1beta1.RagRetrievalConfig.RankingB\003\340A\001\0321\n"
316+
+ "hybrid_search\030\002 \001(\0132@.google.cloud.aiplat"
317+
+ "form.v1beta1.RagRetrievalConfig.HybridSearchB\003\340A\001\022O\n"
318+
+ "\006filter\030\003 \001(\0132:.google.cloud"
319+
+ ".aiplatform.v1beta1.RagRetrievalConfig.FilterB\003\340A\001\022Q\n"
320+
+ "\007ranking\030\004 \001(\0132;.google.clo"
321+
+ "ud.aiplatform.v1beta1.RagRetrievalConfig.RankingB\003\340A\001\0321\n"
321322
+ "\014HybridSearch\022\027\n"
322323
+ "\005alpha\030\001 \001(\002B\003\340A\001H\000\210\001\001B\010\n"
323324
+ "\006_alpha\032\223\001\n"
@@ -327,22 +328,22 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
327328
+ "\017metadata_filter\030\002 \001(\tB\003\340A\001B\025\n"
328329
+ "\023vector_db_threshold\032\331\002\n"
329330
+ "\007Ranking\022d\n"
330-
+ "\014rank_service\030\001 \001(\0132G.google.clo"
331-
+ "ud.aiplatform.v1beta1.RagRetrievalConfig.Ranking.RankServiceB\003\340A\001H\000\022`\n\n"
332-
+ "llm_ranker\030\003 \001(\0132E.google.cloud.aiplatform.v1beta"
333-
+ "1.RagRetrievalConfig.Ranking.LlmRankerB\003\340A\001H\000\032:\n"
331+
+ "\014rank_service\030\001 \001(\0132G.google.cloud.aiplatform.v1bet"
332+
+ "a1.RagRetrievalConfig.Ranking.RankServiceB\003\340A\001H\000\022`\n\n"
333+
+ "llm_ranker\030\003 \001(\0132E.google.cl"
334+
+ "oud.aiplatform.v1beta1.RagRetrievalConfig.Ranking.LlmRankerB\003\340A\001H\000\032:\n"
334335
+ "\013RankService\022\034\n\n"
335336
+ "model_name\030\001 \001(\tB\003\340A\001H\000\210\001\001B\r\n"
336337
+ "\013_model_name\0328\n"
337338
+ "\tLlmRanker\022\034\n\n"
338339
+ "model_name\030\001 \001(\tB\003\340A\001H\000\210\001\001B\r\n"
339340
+ "\013_model_nameB\020\n"
340341
+ "\016ranking_configB\340\001\n"
341-
+ "#com.google.cloud.aiplatform.v1beta1B\tToolProtoP\001ZCclou"
342-
+ "d.google.com/go/aiplatform/apiv1beta1/ai"
343-
+ "platformpb;aiplatformpb\252\002\037Google.Cloud.A"
344-
+ "IPlatform.V1Beta1\312\002\037Google\\Cloud\\AIPlatf"
345-
+ "orm\\V1beta1\352\002\"Google::Cloud::AIPlatform::V1beta1b\006proto3"
342+
+ "#com.google.cloud.aiplatform.v1beta1B\tToolProtoP\001ZCcloud.google.com/go/aip"
343+
+ "latform/apiv1beta1/aiplatformpb;aiplatfo"
344+
+ "rmpb\252\002\037Google.Cloud.AIPlatform.V1Beta1\312\002"
345+
+ "\037Google\\Cloud\\AIPlatform\\V1beta1\352\002\"Googl"
346+
+ "e::Cloud::AIPlatform::V1beta1b\006proto3"
346347
};
347348
descriptor =
348349
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(

java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/proto/google/cloud/aiplatform/v1beta1/tool.proto

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -484,6 +484,8 @@ message ToolConfig {
484484
message FunctionCallingConfig {
485485
// Function calling mode.
486486
enum Mode {
487+
reserved 4;
488+
487489
// Unspecified function calling mode. This value should not be used.
488490
MODE_UNSPECIFIED = 0;
489491

@@ -492,14 +494,23 @@ message FunctionCallingConfig {
492494
AUTO = 1;
493495

494496
// Model is constrained to always predicting function calls only.
495-
// If "allowed_function_names" are set, the predicted function calls will be
496-
// limited to any one of "allowed_function_names", else the predicted
497-
// function calls will be any one of the provided "function_declarations".
497+
// If [allowed_function_names][FunctionCallingConfig.allowed_function_names]
498+
// are set, the predicted function calls will be limited to any one of
499+
// `allowed_function_names`, else the predicted function calls will be any
500+
// one of the provided [FunctionDeclaration].
498501
ANY = 2;
499502

500503
// Model will not predict any function calls. Model behavior is same as when
501504
// not passing any function declarations.
502505
NONE = 3;
506+
507+
// Model is constrained to predict either function calls or natural language
508+
// response.
509+
// If [allowed_function_names][FunctionCallingConfig.allowed_function_names]
510+
// are set, the predicted function calls will be limited to any one of
511+
// `allowed_function_names`, else the predicted function calls will be any
512+
// one of the provided [FunctionDeclaration].
513+
VALIDATED = 5;
503514
}
504515

505516
// Optional. Function calling mode.

0 commit comments

Comments
 (0)