Skip to content

Commit 9f28cd5

Browse files
chore: Update generation configuration at Fri Aug 8 02:42:30 UTC 2025 (#11719)
This pull request is generated with proto changes between [googleapis/googleapis@b031657](googleapis/googleapis@b031657) (exclusive) and [googleapis/googleapis@c5334a8](googleapis/googleapis@c5334a8) (inclusive). BEGIN_COMMIT_OVERRIDE BEGIN_NESTED_COMMIT feat: [aiplatform] add expiration for TTL for Memory and Sessions feat: [aiplatform] add direct_memories_source docs: [aiplatform] Update comment for allowed values for config models PiperOrigin-RevId: 792354273 Source Link: [googleapis/googleapis@c5334a8](googleapis/googleapis@c5334a8) END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix!: [run] An existing resource_definition `cloudbuild.googleapis.com/WorkerPool` is removed fix!: [run] A type of an existing resource_reference option of the field `worker_pool` in message `.google.cloud.run.v2.SubmitBuildRequest` is changed from `cloudbuild.googleapis.com/WorkerPool` to `cloudbuild.googleapis.com/BuildWorkerPool` fix!: [run] A type of an existing resource_reference option of the field `worker_pool` in message `.google.cloud.run.v2.BuildConfig` is changed from `cloudbuild.googleapis.com/WorkerPool` to `cloudbuild.googleapis.com/BuildWorkerPool` feat: [run] Adding new resource tpye run.googleapis.com/WorkerPool. PiperOrigin-RevId: 792236244 Source Link: [googleapis/googleapis@0998e04](googleapis/googleapis@0998e04) END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: [compute] Update Compute Engine v1 API to revision 20250729 (#1085) Source Link: [googleapis/googleapis@a386edb](googleapis/googleapis@a386edb) END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: [aiplatform] add Grounding with Google Maps tool PiperOrigin-RevId: 792213276 Source Link: [googleapis/googleapis@e58f813](googleapis/googleapis@e58f813) END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: [datastream] Add new field `salesforce_org` to message `DiscoverConnectionProfileRequest` feat: [datastream] Add new field `mongodb_cluster` to message `DiscoverConnectionProfileRequest` feat: [datastream] Add new field `validate_only` to message `CreatePrivateConnectionRequest` feat: [datastream] Add new field `psc_interface_config` to message `PrivateConnection` feat: [datastream] Add new field for server certificate to message `OracleSslConfig` feat: [datastream] Add new field for server certificate to message `PostgresqlSslConfig` feat: [datastream] Add new field `mongodb_profile` to message `ConnectionProfile` feat: [datastream] Add new field `project_id` to message `BigQueryDestinationConfig` PiperOrigin-RevId: 792073655 Source Link: [googleapis/googleapis@ee5d4f3](googleapis/googleapis@ee5d4f3) END_NESTED_COMMIT END_COMMIT_OVERRIDE
1 parent eff4e54 commit 9f28cd5

File tree

268 files changed

+102050
-11176
lines changed

Some content is hidden

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

268 files changed

+102050
-11176
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.61.0
2-
googleapis_commitish: b0316578aaf7434e3c5bb93badd252f67aacf8d5
2+
googleapis_commitish: c5334a83d6966439a2273a4ef64e6779ffba97a1
33
libraries_bom_version: 26.65.0
44

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

java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/SessionServiceClient.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1165,6 +1165,7 @@ public final ListEventsPagedResponse listEvents(String parent) {
11651165
* .toString())
11661166
* .setPageSize(883849137)
11671167
* .setPageToken("pageToken873572522")
1168+
* .setFilter("filter-1274492040")
11681169
* .build();
11691170
* for (SessionEvent element : sessionServiceClient.listEvents(request).iterateAll()) {
11701171
* // doThingsWith(element);
@@ -1199,6 +1200,7 @@ public final ListEventsPagedResponse listEvents(ListEventsRequest request) {
11991200
* .toString())
12001201
* .setPageSize(883849137)
12011202
* .setPageToken("pageToken873572522")
1203+
* .setFilter("filter-1274492040")
12021204
* .build();
12031205
* ApiFuture<SessionEvent> future =
12041206
* sessionServiceClient.listEventsPagedCallable().futureCall(request);
@@ -1233,6 +1235,7 @@ public final UnaryCallable<ListEventsRequest, ListEventsPagedResponse> listEvent
12331235
* .toString())
12341236
* .setPageSize(883849137)
12351237
* .setPageToken("pageToken873572522")
1238+
* .setFilter("filter-1274492040")
12361239
* .build();
12371240
* while (true) {
12381241
* ListEventsResponse response = sessionServiceClient.listEventsCallable().call(request);

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

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8990,6 +8990,24 @@
89908990
"allDeclaredClasses": true,
89918991
"allPublicClasses": true
89928992
},
8993+
{
8994+
"name": "com.google.cloud.aiplatform.v1.GoogleMaps",
8995+
"queryAllDeclaredConstructors": true,
8996+
"queryAllPublicConstructors": true,
8997+
"queryAllDeclaredMethods": true,
8998+
"allPublicMethods": true,
8999+
"allDeclaredClasses": true,
9000+
"allPublicClasses": true
9001+
},
9002+
{
9003+
"name": "com.google.cloud.aiplatform.v1.GoogleMaps$Builder",
9004+
"queryAllDeclaredConstructors": true,
9005+
"queryAllPublicConstructors": true,
9006+
"queryAllDeclaredMethods": true,
9007+
"allPublicMethods": true,
9008+
"allDeclaredClasses": true,
9009+
"allPublicClasses": true
9010+
},
89939011
{
89949012
"name": "com.google.cloud.aiplatform.v1.GoogleSearchRetrieval",
89959013
"queryAllDeclaredConstructors": true,
@@ -9098,6 +9116,24 @@
90989116
"allDeclaredClasses": true,
90999117
"allPublicClasses": true
91009118
},
9119+
{
9120+
"name": "com.google.cloud.aiplatform.v1.GroundingChunk$Maps",
9121+
"queryAllDeclaredConstructors": true,
9122+
"queryAllPublicConstructors": true,
9123+
"queryAllDeclaredMethods": true,
9124+
"allPublicMethods": true,
9125+
"allDeclaredClasses": true,
9126+
"allPublicClasses": true
9127+
},
9128+
{
9129+
"name": "com.google.cloud.aiplatform.v1.GroundingChunk$Maps$Builder",
9130+
"queryAllDeclaredConstructors": true,
9131+
"queryAllPublicConstructors": true,
9132+
"queryAllDeclaredMethods": true,
9133+
"allPublicMethods": true,
9134+
"allDeclaredClasses": true,
9135+
"allPublicClasses": true
9136+
},
91019137
{
91029138
"name": "com.google.cloud.aiplatform.v1.GroundingChunk$RetrievedContext",
91039139
"queryAllDeclaredConstructors": true,

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

Lines changed: 108 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9926,6 +9926,42 @@
99269926
"allDeclaredClasses": true,
99279927
"allPublicClasses": true
99289928
},
9929+
{
9930+
"name": "com.google.cloud.aiplatform.v1beta1.GenerateMemoriesRequest$DirectMemoriesSource",
9931+
"queryAllDeclaredConstructors": true,
9932+
"queryAllPublicConstructors": true,
9933+
"queryAllDeclaredMethods": true,
9934+
"allPublicMethods": true,
9935+
"allDeclaredClasses": true,
9936+
"allPublicClasses": true
9937+
},
9938+
{
9939+
"name": "com.google.cloud.aiplatform.v1beta1.GenerateMemoriesRequest$DirectMemoriesSource$Builder",
9940+
"queryAllDeclaredConstructors": true,
9941+
"queryAllPublicConstructors": true,
9942+
"queryAllDeclaredMethods": true,
9943+
"allPublicMethods": true,
9944+
"allDeclaredClasses": true,
9945+
"allPublicClasses": true
9946+
},
9947+
{
9948+
"name": "com.google.cloud.aiplatform.v1beta1.GenerateMemoriesRequest$DirectMemoriesSource$DirectMemory",
9949+
"queryAllDeclaredConstructors": true,
9950+
"queryAllPublicConstructors": true,
9951+
"queryAllDeclaredMethods": true,
9952+
"allPublicMethods": true,
9953+
"allDeclaredClasses": true,
9954+
"allPublicClasses": true
9955+
},
9956+
{
9957+
"name": "com.google.cloud.aiplatform.v1beta1.GenerateMemoriesRequest$DirectMemoriesSource$DirectMemory$Builder",
9958+
"queryAllDeclaredConstructors": true,
9959+
"queryAllPublicConstructors": true,
9960+
"queryAllDeclaredMethods": true,
9961+
"allPublicMethods": true,
9962+
"allDeclaredClasses": true,
9963+
"allPublicClasses": true
9964+
},
99299965
{
99309966
"name": "com.google.cloud.aiplatform.v1beta1.GenerateMemoriesRequest$VertexSessionSource",
99319967
"queryAllDeclaredConstructors": true,
@@ -11276,6 +11312,24 @@
1127611312
"allDeclaredClasses": true,
1127711313
"allPublicClasses": true
1127811314
},
11315+
{
11316+
"name": "com.google.cloud.aiplatform.v1beta1.GoogleMaps",
11317+
"queryAllDeclaredConstructors": true,
11318+
"queryAllPublicConstructors": true,
11319+
"queryAllDeclaredMethods": true,
11320+
"allPublicMethods": true,
11321+
"allDeclaredClasses": true,
11322+
"allPublicClasses": true
11323+
},
11324+
{
11325+
"name": "com.google.cloud.aiplatform.v1beta1.GoogleMaps$Builder",
11326+
"queryAllDeclaredConstructors": true,
11327+
"queryAllPublicConstructors": true,
11328+
"queryAllDeclaredMethods": true,
11329+
"allPublicMethods": true,
11330+
"allDeclaredClasses": true,
11331+
"allPublicClasses": true
11332+
},
1127911333
{
1128011334
"name": "com.google.cloud.aiplatform.v1beta1.GoogleSearchRetrieval",
1128111335
"queryAllDeclaredConstructors": true,
@@ -11384,6 +11438,24 @@
1138411438
"allDeclaredClasses": true,
1138511439
"allPublicClasses": true
1138611440
},
11441+
{
11442+
"name": "com.google.cloud.aiplatform.v1beta1.GroundingChunk$Maps",
11443+
"queryAllDeclaredConstructors": true,
11444+
"queryAllPublicConstructors": true,
11445+
"queryAllDeclaredMethods": true,
11446+
"allPublicMethods": true,
11447+
"allDeclaredClasses": true,
11448+
"allPublicClasses": true
11449+
},
11450+
{
11451+
"name": "com.google.cloud.aiplatform.v1beta1.GroundingChunk$Maps$Builder",
11452+
"queryAllDeclaredConstructors": true,
11453+
"queryAllPublicConstructors": true,
11454+
"queryAllDeclaredMethods": true,
11455+
"allPublicMethods": true,
11456+
"allDeclaredClasses": true,
11457+
"allPublicClasses": true
11458+
},
1138711459
{
1138811460
"name": "com.google.cloud.aiplatform.v1beta1.GroundingChunk$RetrievedContext",
1138911461
"queryAllDeclaredConstructors": true,
@@ -20699,6 +20771,42 @@
2069920771
"allDeclaredClasses": true,
2070020772
"allPublicClasses": true
2070120773
},
20774+
{
20775+
"name": "com.google.cloud.aiplatform.v1beta1.ReasoningEngineContextSpec$MemoryBankConfig$TtlConfig",
20776+
"queryAllDeclaredConstructors": true,
20777+
"queryAllPublicConstructors": true,
20778+
"queryAllDeclaredMethods": true,
20779+
"allPublicMethods": true,
20780+
"allDeclaredClasses": true,
20781+
"allPublicClasses": true
20782+
},
20783+
{
20784+
"name": "com.google.cloud.aiplatform.v1beta1.ReasoningEngineContextSpec$MemoryBankConfig$TtlConfig$Builder",
20785+
"queryAllDeclaredConstructors": true,
20786+
"queryAllPublicConstructors": true,
20787+
"queryAllDeclaredMethods": true,
20788+
"allPublicMethods": true,
20789+
"allDeclaredClasses": true,
20790+
"allPublicClasses": true
20791+
},
20792+
{
20793+
"name": "com.google.cloud.aiplatform.v1beta1.ReasoningEngineContextSpec$MemoryBankConfig$TtlConfig$GranularTtlConfig",
20794+
"queryAllDeclaredConstructors": true,
20795+
"queryAllPublicConstructors": true,
20796+
"queryAllDeclaredMethods": true,
20797+
"allPublicMethods": true,
20798+
"allDeclaredClasses": true,
20799+
"allPublicClasses": true
20800+
},
20801+
{
20802+
"name": "com.google.cloud.aiplatform.v1beta1.ReasoningEngineContextSpec$MemoryBankConfig$TtlConfig$GranularTtlConfig$Builder",
20803+
"queryAllDeclaredConstructors": true,
20804+
"queryAllPublicConstructors": true,
20805+
"queryAllDeclaredMethods": true,
20806+
"allPublicMethods": true,
20807+
"allDeclaredClasses": true,
20808+
"allPublicClasses": true
20809+
},
2070220810
{
2070320811
"name": "com.google.cloud.aiplatform.v1beta1.ReasoningEngineSpec",
2070420812
"queryAllDeclaredConstructors": true,

java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/ContentProto.java

Lines changed: 42 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,10 @@ public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry r
124124
internal_static_google_cloud_aiplatform_v1_GroundingChunk_RetrievedContext_descriptor;
125125
static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
126126
internal_static_google_cloud_aiplatform_v1_GroundingChunk_RetrievedContext_fieldAccessorTable;
127+
static final com.google.protobuf.Descriptors.Descriptor
128+
internal_static_google_cloud_aiplatform_v1_GroundingChunk_Maps_descriptor;
129+
static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
130+
internal_static_google_cloud_aiplatform_v1_GroundingChunk_Maps_fieldAccessorTable;
127131
static final com.google.protobuf.Descriptors.Descriptor
128132
internal_static_google_cloud_aiplatform_v1_GroundingSupport_descriptor;
129133
static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
@@ -373,11 +377,13 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
373377
+ "part_index\030\001 \001(\005B\003\340A\003\022\030\n"
374378
+ "\013start_index\030\002 \001(\005B\003\340A\003\022\026\n"
375379
+ "\tend_index\030\003 \001(\005B\003\340A\003\022\021\n"
376-
+ "\004text\030\004 \001(\tB\003\340A\003\"\255\003\n"
380+
+ "\004text\030\004 \001(\tB\003\340A\003\"\356\004\n"
377381
+ "\016GroundingChunk\022=\n"
378382
+ "\003web\030\001 \001(\0132..google.cloud.aiplatform.v1.GroundingChunk.WebH\000\022X\n"
379383
+ "\021retrieved_context\030\002 \001(\0132;.google.cloud.aip"
380-
+ "latform.v1.GroundingChunk.RetrievedContextH\000\032=\n"
384+
+ "latform.v1.GroundingChunk.RetrievedContextH\000\022?\n"
385+
+ "\004maps\030\003"
386+
+ " \001(\0132/.google.cloud.aiplatform.v1.GroundingChunk.MapsH\000\032=\n"
381387
+ "\003Web\022\020\n"
382388
+ "\003uri\030\001 \001(\tH\000\210\001\001\022\022\n"
383389
+ "\005title\030\002 \001(\tH\001\210\001\001B\006\n"
@@ -391,14 +397,23 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
391397
+ "\017context_detailsB\006\n"
392398
+ "\004_uriB\010\n"
393399
+ "\006_titleB\007\n"
394-
+ "\005_textB\014\n\n"
400+
+ "\005_text\032~\n"
401+
+ "\004Maps\022\020\n"
402+
+ "\003uri\030\001 \001(\tH\000\210\001\001\022\022\n"
403+
+ "\005title\030\002 \001(\tH\001\210\001\001\022\021\n"
404+
+ "\004text\030\003 \001(\tH\002\210\001\001\022\025\n"
405+
+ "\010place_id\030\004 \001(\tH\003\210\001\001B\006\n"
406+
+ "\004_uriB\010\n"
407+
+ "\006_titleB\007\n"
408+
+ "\005_textB\013\n"
409+
+ "\t_place_idB\014\n\n"
395410
+ "chunk_type\"\225\001\n"
396411
+ "\020GroundingSupport\0229\n"
397412
+ "\007segment\030\001"
398413
+ " \001(\0132#.google.cloud.aiplatform.v1.SegmentH\000\210\001\001\022\037\n"
399414
+ "\027grounding_chunk_indices\030\002 \003(\005\022\031\n"
400415
+ "\021confidence_scores\030\003 \003(\002B\n\n"
401-
+ "\010_segment\"\243\003\n"
416+
+ "\010_segment\"\377\003\n"
402417
+ "\021GroundingMetadata\022\037\n"
403418
+ "\022web_search_queries\030\001 \003(\tB\003\340A\001\022R\n"
404419
+ "\022search_entry_point\030\004"
@@ -408,9 +423,12 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
408423
+ "\022grounding_supports\030\006"
409424
+ " \003(\0132,.google.cloud.aiplatform.v1.GroundingSupportB\003\340A\001\022V\n"
410425
+ "\022retrieval_metadata\030\007"
411-
+ " \001(\0132-.google.cloud.aiplatform.v1.RetrievalMetadataB\006\340A\001\340A\003H\001\210\001\001B\025\n"
426+
+ " \001(\0132-.google.cloud.aiplatform.v1.RetrievalMetadataB\006\340A\001\340A\003H\001\210\001\001\0225\n"
427+
+ " google_maps_widget_context_token\030\010 \001("
428+
+ "\tB\006\340A\001\340A\003H\002\210\001\001B\025\n"
412429
+ "\023_search_entry_pointB\025\n"
413-
+ "\023_retrieval_metadata\"H\n"
430+
+ "\023_retrieval_metadataB#\n"
431+
+ "!_google_maps_widget_context_token\"H\n"
414432
+ "\020SearchEntryPoint\022\035\n"
415433
+ "\020rendered_content\030\001 \001(\tB\003\340A\001\022\025\n"
416434
+ "\010sdk_blob\030\002 \001(\014B\003\340A\001\"G\n"
@@ -438,12 +456,12 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
438456
+ "\005VIDEO\020\003\022\t\n"
439457
+ "\005AUDIO\020\004\022\014\n"
440458
+ "\010DOCUMENT\020\005B\257\002\n"
441-
+ "\036com.google.cloud.aiplatform.v1B\014ContentProtoP\001Z>cloud.google.co"
442-
+ "m/go/aiplatform/apiv1/aiplatformpb;aipla"
443-
+ "tformpb\252\002\032Google.Cloud.AIPlatform.V1\312\002\032G"
444-
+ "oogle\\Cloud\\AIPlatform\\V1\352\002\035Google::Cloud::AIPlatform::V1\352Ab\n"
445-
+ "\"modelarmor.googleapis.com/Template\022<projects/{project}/loc"
446-
+ "ations/{location}/templates/{template}b\006proto3"
459+
+ "\036com.google.cloud.aiplatform.v1B\014ContentProtoP\001Z>cloud.goog"
460+
+ "le.com/go/aiplatform/apiv1/aiplatformpb;"
461+
+ "aiplatformpb\252\002\032Google.Cloud.AIPlatform.V"
462+
+ "1\312\002\032Google\\Cloud\\AIPlatform\\V1\352\002\035Google::Cloud::AIPlatform::V1\352Ab\n"
463+
+ "\"modelarmor.googleapis.com/Template\022<projects/{project"
464+
+ "}/locations/{location}/templates/{template}b\006proto3"
447465
};
448466
descriptor =
449467
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
@@ -680,7 +698,7 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
680698
new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
681699
internal_static_google_cloud_aiplatform_v1_GroundingChunk_descriptor,
682700
new java.lang.String[] {
683-
"Web", "RetrievedContext", "ChunkType",
701+
"Web", "RetrievedContext", "Maps", "ChunkType",
684702
});
685703
internal_static_google_cloud_aiplatform_v1_GroundingChunk_Web_descriptor =
686704
internal_static_google_cloud_aiplatform_v1_GroundingChunk_descriptor
@@ -702,6 +720,16 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
702720
new java.lang.String[] {
703721
"RagChunk", "Uri", "Title", "Text", "ContextDetails",
704722
});
723+
internal_static_google_cloud_aiplatform_v1_GroundingChunk_Maps_descriptor =
724+
internal_static_google_cloud_aiplatform_v1_GroundingChunk_descriptor
725+
.getNestedTypes()
726+
.get(2);
727+
internal_static_google_cloud_aiplatform_v1_GroundingChunk_Maps_fieldAccessorTable =
728+
new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
729+
internal_static_google_cloud_aiplatform_v1_GroundingChunk_Maps_descriptor,
730+
new java.lang.String[] {
731+
"Uri", "Title", "Text", "PlaceId",
732+
});
705733
internal_static_google_cloud_aiplatform_v1_GroundingSupport_descriptor =
706734
getDescriptor().getMessageTypes().get(16);
707735
internal_static_google_cloud_aiplatform_v1_GroundingSupport_fieldAccessorTable =
@@ -721,6 +749,7 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
721749
"GroundingChunks",
722750
"GroundingSupports",
723751
"RetrievalMetadata",
752+
"GoogleMapsWidgetContextToken",
724753
});
725754
internal_static_google_cloud_aiplatform_v1_SearchEntryPoint_descriptor =
726755
getDescriptor().getMessageTypes().get(18);

0 commit comments

Comments
 (0)