Skip to content

Commit 3d01109

Browse files
chore: Update generation configuration at Sat Jun 21 02:32:07 UTC 2025 (#11632)
This pull request is generated with proto changes between [googleapis/googleapis@f01a17a](googleapis/googleapis@f01a17a) (exclusive) and [googleapis/googleapis@34b323e](googleapis/googleapis@34b323e) (inclusive). BEGIN_COMMIT_OVERRIDE BEGIN_NESTED_COMMIT feat: [aiplatform] add PSCAutomationConfig to PrivateServiceConnectConfig in service_networking.proto feat: [aiplatform] add GenAiAdvancedFeaturesConfig to endpoint.proto docs: [aiplatform] update dedicateEndpointDns documentation PiperOrigin-RevId: 773868922 Source Link: [googleapis/googleapis@34b323e](googleapis/googleapis@34b323e) END_NESTED_COMMIT BEGIN_NESTED_COMMIT docs: [translate] Update hyperlink to the supported languages documentation page PiperOrigin-RevId: 773858816 Source Link: [googleapis/googleapis@d5b7894](googleapis/googleapis@d5b7894) END_NESTED_COMMIT BEGIN_NESTED_COMMIT docs: [translate] Update hyperlink to the supported languages documentation page PiperOrigin-RevId: 773858401 Source Link: [googleapis/googleapis@8b26dd3](googleapis/googleapis@8b26dd3) END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: [parametermanager] KMS key resource_definition `cloudkms.googleapis.com/CryptoKey is added PiperOrigin-RevId: 773618515 Source Link: [googleapis/googleapis@09243fd](googleapis/googleapis@09243fd) END_NESTED_COMMIT END_COMMIT_OVERRIDE
1 parent 033b5f4 commit 3d01109

File tree

77 files changed

+11728
-895
lines changed

Some content is hidden

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

77 files changed

+11728
-895
lines changed

generation_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
gapic_generator_version: 2.59.0
2-
googleapis_commitish: f01a17a560b4fbc888fd552c978f4e1f8614100b
2+
googleapis_commitish: 34b323e7ee72888dd9337cce8b24233ae078f23b
33
libraries_bom_version: 26.61.0
44

55
# the libraries are ordered with respect to library name, which is

java-aiplatform/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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.66.0</version>
45+
<version>3.67.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.66.0'
52+
implementation 'com.google.cloud:google-cloud-aiplatform:3.67.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.66.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-aiplatform" % "3.67.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.66.0
197+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-aiplatform/3.67.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/resources/META-INF/native-image/com.google.cloud.aiplatform.v1/reflect-config.json

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7676,6 +7676,42 @@
76767676
"allDeclaredClasses": true,
76777677
"allPublicClasses": true
76787678
},
7679+
{
7680+
"name": "com.google.cloud.aiplatform.v1.GenAiAdvancedFeaturesConfig",
7681+
"queryAllDeclaredConstructors": true,
7682+
"queryAllPublicConstructors": true,
7683+
"queryAllDeclaredMethods": true,
7684+
"allPublicMethods": true,
7685+
"allDeclaredClasses": true,
7686+
"allPublicClasses": true
7687+
},
7688+
{
7689+
"name": "com.google.cloud.aiplatform.v1.GenAiAdvancedFeaturesConfig$Builder",
7690+
"queryAllDeclaredConstructors": true,
7691+
"queryAllPublicConstructors": true,
7692+
"queryAllDeclaredMethods": true,
7693+
"allPublicMethods": true,
7694+
"allDeclaredClasses": true,
7695+
"allPublicClasses": true
7696+
},
7697+
{
7698+
"name": "com.google.cloud.aiplatform.v1.GenAiAdvancedFeaturesConfig$RagConfig",
7699+
"queryAllDeclaredConstructors": true,
7700+
"queryAllPublicConstructors": true,
7701+
"queryAllDeclaredMethods": true,
7702+
"allPublicMethods": true,
7703+
"allDeclaredClasses": true,
7704+
"allPublicClasses": true
7705+
},
7706+
{
7707+
"name": "com.google.cloud.aiplatform.v1.GenAiAdvancedFeaturesConfig$RagConfig$Builder",
7708+
"queryAllDeclaredConstructors": true,
7709+
"queryAllPublicConstructors": true,
7710+
"queryAllDeclaredMethods": true,
7711+
"allPublicMethods": true,
7712+
"allDeclaredClasses": true,
7713+
"allPublicClasses": true
7714+
},
76797715
{
76807716
"name": "com.google.cloud.aiplatform.v1.GenerateContentRequest",
76817717
"queryAllDeclaredConstructors": true,
@@ -13607,6 +13643,15 @@
1360713643
"allDeclaredClasses": true,
1360813644
"allPublicClasses": true
1360913645
},
13646+
{
13647+
"name": "com.google.cloud.aiplatform.v1.PSCAutomationState",
13648+
"queryAllDeclaredConstructors": true,
13649+
"queryAllPublicConstructors": true,
13650+
"queryAllDeclaredMethods": true,
13651+
"allPublicMethods": true,
13652+
"allDeclaredClasses": true,
13653+
"allPublicClasses": true
13654+
},
1361013655
{
1361113656
"name": "com.google.cloud.aiplatform.v1.PairwiseChoice",
1361213657
"queryAllDeclaredConstructors": true,

java-aiplatform/google-cloud-aiplatform/src/main/resources/META-INF/native-image/com.google.cloud.aiplatform.v1beta1/reflect-config.json

Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9638,6 +9638,42 @@
96389638
"allDeclaredClasses": true,
96399639
"allPublicClasses": true
96409640
},
9641+
{
9642+
"name": "com.google.cloud.aiplatform.v1beta1.GenAiAdvancedFeaturesConfig",
9643+
"queryAllDeclaredConstructors": true,
9644+
"queryAllPublicConstructors": true,
9645+
"queryAllDeclaredMethods": true,
9646+
"allPublicMethods": true,
9647+
"allDeclaredClasses": true,
9648+
"allPublicClasses": true
9649+
},
9650+
{
9651+
"name": "com.google.cloud.aiplatform.v1beta1.GenAiAdvancedFeaturesConfig$Builder",
9652+
"queryAllDeclaredConstructors": true,
9653+
"queryAllPublicConstructors": true,
9654+
"queryAllDeclaredMethods": true,
9655+
"allPublicMethods": true,
9656+
"allDeclaredClasses": true,
9657+
"allPublicClasses": true
9658+
},
9659+
{
9660+
"name": "com.google.cloud.aiplatform.v1beta1.GenAiAdvancedFeaturesConfig$RagConfig",
9661+
"queryAllDeclaredConstructors": true,
9662+
"queryAllPublicConstructors": true,
9663+
"queryAllDeclaredMethods": true,
9664+
"allPublicMethods": true,
9665+
"allDeclaredClasses": true,
9666+
"allPublicClasses": true
9667+
},
9668+
{
9669+
"name": "com.google.cloud.aiplatform.v1beta1.GenAiAdvancedFeaturesConfig$RagConfig$Builder",
9670+
"queryAllDeclaredConstructors": true,
9671+
"queryAllPublicConstructors": true,
9672+
"queryAllDeclaredMethods": true,
9673+
"allPublicMethods": true,
9674+
"allDeclaredClasses": true,
9675+
"allPublicClasses": true
9676+
},
96419677
{
96429678
"name": "com.google.cloud.aiplatform.v1beta1.GenerateContentRequest",
96439679
"queryAllDeclaredConstructors": true,
@@ -17153,6 +17189,15 @@
1715317189
"allDeclaredClasses": true,
1715417190
"allPublicClasses": true
1715517191
},
17192+
{
17193+
"name": "com.google.cloud.aiplatform.v1beta1.PSCAutomationState",
17194+
"queryAllDeclaredConstructors": true,
17195+
"queryAllPublicConstructors": true,
17196+
"queryAllDeclaredMethods": true,
17197+
"allPublicMethods": true,
17198+
"allDeclaredClasses": true,
17199+
"allPublicClasses": true
17200+
},
1715617201
{
1715717202
"name": "com.google.cloud.aiplatform.v1beta1.PairwiseChoice",
1715817203
"queryAllDeclaredConstructors": true,
@@ -22499,6 +22544,60 @@
2249922544
"allDeclaredClasses": true,
2250022545
"allPublicClasses": true
2250122546
},
22547+
{
22548+
"name": "com.google.cloud.aiplatform.v1beta1.SpeculativeDecodingSpec",
22549+
"queryAllDeclaredConstructors": true,
22550+
"queryAllPublicConstructors": true,
22551+
"queryAllDeclaredMethods": true,
22552+
"allPublicMethods": true,
22553+
"allDeclaredClasses": true,
22554+
"allPublicClasses": true
22555+
},
22556+
{
22557+
"name": "com.google.cloud.aiplatform.v1beta1.SpeculativeDecodingSpec$Builder",
22558+
"queryAllDeclaredConstructors": true,
22559+
"queryAllPublicConstructors": true,
22560+
"queryAllDeclaredMethods": true,
22561+
"allPublicMethods": true,
22562+
"allDeclaredClasses": true,
22563+
"allPublicClasses": true
22564+
},
22565+
{
22566+
"name": "com.google.cloud.aiplatform.v1beta1.SpeculativeDecodingSpec$DraftModelSpeculation",
22567+
"queryAllDeclaredConstructors": true,
22568+
"queryAllPublicConstructors": true,
22569+
"queryAllDeclaredMethods": true,
22570+
"allPublicMethods": true,
22571+
"allDeclaredClasses": true,
22572+
"allPublicClasses": true
22573+
},
22574+
{
22575+
"name": "com.google.cloud.aiplatform.v1beta1.SpeculativeDecodingSpec$DraftModelSpeculation$Builder",
22576+
"queryAllDeclaredConstructors": true,
22577+
"queryAllPublicConstructors": true,
22578+
"queryAllDeclaredMethods": true,
22579+
"allPublicMethods": true,
22580+
"allDeclaredClasses": true,
22581+
"allPublicClasses": true
22582+
},
22583+
{
22584+
"name": "com.google.cloud.aiplatform.v1beta1.SpeculativeDecodingSpec$NgramSpeculation",
22585+
"queryAllDeclaredConstructors": true,
22586+
"queryAllPublicConstructors": true,
22587+
"queryAllDeclaredMethods": true,
22588+
"allPublicMethods": true,
22589+
"allDeclaredClasses": true,
22590+
"allPublicClasses": true
22591+
},
22592+
{
22593+
"name": "com.google.cloud.aiplatform.v1beta1.SpeculativeDecodingSpec$NgramSpeculation$Builder",
22594+
"queryAllDeclaredConstructors": true,
22595+
"queryAllPublicConstructors": true,
22596+
"queryAllDeclaredMethods": true,
22597+
"allPublicMethods": true,
22598+
"allDeclaredClasses": true,
22599+
"allPublicClasses": true
22600+
},
2250222601
{
2250322602
"name": "com.google.cloud.aiplatform.v1beta1.SpeechConfig",
2250422603
"queryAllDeclaredConstructors": true,

java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1/EndpointServiceClientTest.java

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ public void createEndpointTest() throws Exception {
137137
.setClientConnectionConfig(ClientConnectionConfig.newBuilder().build())
138138
.setSatisfiesPzs(true)
139139
.setSatisfiesPzi(true)
140+
.setGenAiAdvancedFeaturesConfig(GenAiAdvancedFeaturesConfig.newBuilder().build())
140141
.build();
141142
Operation resultOperation =
142143
Operation.newBuilder()
@@ -211,6 +212,7 @@ public void createEndpointTest2() throws Exception {
211212
.setClientConnectionConfig(ClientConnectionConfig.newBuilder().build())
212213
.setSatisfiesPzs(true)
213214
.setSatisfiesPzi(true)
215+
.setGenAiAdvancedFeaturesConfig(GenAiAdvancedFeaturesConfig.newBuilder().build())
214216
.build();
215217
Operation resultOperation =
216218
Operation.newBuilder()
@@ -285,6 +287,7 @@ public void createEndpointTest3() throws Exception {
285287
.setClientConnectionConfig(ClientConnectionConfig.newBuilder().build())
286288
.setSatisfiesPzs(true)
287289
.setSatisfiesPzi(true)
290+
.setGenAiAdvancedFeaturesConfig(GenAiAdvancedFeaturesConfig.newBuilder().build())
288291
.build();
289292
Operation resultOperation =
290293
Operation.newBuilder()
@@ -362,6 +365,7 @@ public void createEndpointTest4() throws Exception {
362365
.setClientConnectionConfig(ClientConnectionConfig.newBuilder().build())
363366
.setSatisfiesPzs(true)
364367
.setSatisfiesPzi(true)
368+
.setGenAiAdvancedFeaturesConfig(GenAiAdvancedFeaturesConfig.newBuilder().build())
365369
.build();
366370
Operation resultOperation =
367371
Operation.newBuilder()
@@ -439,6 +443,7 @@ public void getEndpointTest() throws Exception {
439443
.setClientConnectionConfig(ClientConnectionConfig.newBuilder().build())
440444
.setSatisfiesPzs(true)
441445
.setSatisfiesPzi(true)
446+
.setGenAiAdvancedFeaturesConfig(GenAiAdvancedFeaturesConfig.newBuilder().build())
442447
.build();
443448
mockEndpointService.addResponse(expectedResponse);
444449

@@ -504,6 +509,7 @@ public void getEndpointTest2() throws Exception {
504509
.setClientConnectionConfig(ClientConnectionConfig.newBuilder().build())
505510
.setSatisfiesPzs(true)
506511
.setSatisfiesPzi(true)
512+
.setGenAiAdvancedFeaturesConfig(GenAiAdvancedFeaturesConfig.newBuilder().build())
507513
.build();
508514
mockEndpointService.addResponse(expectedResponse);
509515

@@ -655,6 +661,7 @@ public void updateEndpointTest() throws Exception {
655661
.setClientConnectionConfig(ClientConnectionConfig.newBuilder().build())
656662
.setSatisfiesPzs(true)
657663
.setSatisfiesPzi(true)
664+
.setGenAiAdvancedFeaturesConfig(GenAiAdvancedFeaturesConfig.newBuilder().build())
658665
.build();
659666
mockEndpointService.addResponse(expectedResponse);
660667

@@ -721,6 +728,7 @@ public void updateEndpointLongRunningTest() throws Exception {
721728
.setClientConnectionConfig(ClientConnectionConfig.newBuilder().build())
722729
.setSatisfiesPzs(true)
723730
.setSatisfiesPzi(true)
731+
.setGenAiAdvancedFeaturesConfig(GenAiAdvancedFeaturesConfig.newBuilder().build())
724732
.build();
725733
Operation resultOperation =
726734
Operation.newBuilder()

java-aiplatform/google-cloud-aiplatform/src/test/java/com/google/cloud/aiplatform/v1beta1/EndpointServiceClientTest.java

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ public void createEndpointTest() throws Exception {
137137
.setClientConnectionConfig(ClientConnectionConfig.newBuilder().build())
138138
.setSatisfiesPzs(true)
139139
.setSatisfiesPzi(true)
140+
.setGenAiAdvancedFeaturesConfig(GenAiAdvancedFeaturesConfig.newBuilder().build())
140141
.build();
141142
Operation resultOperation =
142143
Operation.newBuilder()
@@ -211,6 +212,7 @@ public void createEndpointTest2() throws Exception {
211212
.setClientConnectionConfig(ClientConnectionConfig.newBuilder().build())
212213
.setSatisfiesPzs(true)
213214
.setSatisfiesPzi(true)
215+
.setGenAiAdvancedFeaturesConfig(GenAiAdvancedFeaturesConfig.newBuilder().build())
214216
.build();
215217
Operation resultOperation =
216218
Operation.newBuilder()
@@ -285,6 +287,7 @@ public void createEndpointTest3() throws Exception {
285287
.setClientConnectionConfig(ClientConnectionConfig.newBuilder().build())
286288
.setSatisfiesPzs(true)
287289
.setSatisfiesPzi(true)
290+
.setGenAiAdvancedFeaturesConfig(GenAiAdvancedFeaturesConfig.newBuilder().build())
288291
.build();
289292
Operation resultOperation =
290293
Operation.newBuilder()
@@ -362,6 +365,7 @@ public void createEndpointTest4() throws Exception {
362365
.setClientConnectionConfig(ClientConnectionConfig.newBuilder().build())
363366
.setSatisfiesPzs(true)
364367
.setSatisfiesPzi(true)
368+
.setGenAiAdvancedFeaturesConfig(GenAiAdvancedFeaturesConfig.newBuilder().build())
365369
.build();
366370
Operation resultOperation =
367371
Operation.newBuilder()
@@ -439,6 +443,7 @@ public void getEndpointTest() throws Exception {
439443
.setClientConnectionConfig(ClientConnectionConfig.newBuilder().build())
440444
.setSatisfiesPzs(true)
441445
.setSatisfiesPzi(true)
446+
.setGenAiAdvancedFeaturesConfig(GenAiAdvancedFeaturesConfig.newBuilder().build())
442447
.build();
443448
mockEndpointService.addResponse(expectedResponse);
444449

@@ -504,6 +509,7 @@ public void getEndpointTest2() throws Exception {
504509
.setClientConnectionConfig(ClientConnectionConfig.newBuilder().build())
505510
.setSatisfiesPzs(true)
506511
.setSatisfiesPzi(true)
512+
.setGenAiAdvancedFeaturesConfig(GenAiAdvancedFeaturesConfig.newBuilder().build())
507513
.build();
508514
mockEndpointService.addResponse(expectedResponse);
509515

@@ -655,6 +661,7 @@ public void updateEndpointTest() throws Exception {
655661
.setClientConnectionConfig(ClientConnectionConfig.newBuilder().build())
656662
.setSatisfiesPzs(true)
657663
.setSatisfiesPzi(true)
664+
.setGenAiAdvancedFeaturesConfig(GenAiAdvancedFeaturesConfig.newBuilder().build())
658665
.build();
659666
mockEndpointService.addResponse(expectedResponse);
660667

@@ -721,6 +728,7 @@ public void updateEndpointLongRunningTest() throws Exception {
721728
.setClientConnectionConfig(ClientConnectionConfig.newBuilder().build())
722729
.setSatisfiesPzs(true)
723730
.setSatisfiesPzi(true)
731+
.setGenAiAdvancedFeaturesConfig(GenAiAdvancedFeaturesConfig.newBuilder().build())
724732
.build();
725733
Operation resultOperation =
726734
Operation.newBuilder()

0 commit comments

Comments
 (0)