Skip to content

Commit 1e2b782

Browse files
feat(all): auto-regenerate discovery clients (#3173)
1 parent 0a9b174 commit 1e2b782

File tree

8 files changed

+143
-262
lines changed

8 files changed

+143
-262
lines changed

firebaseml/v2beta/firebaseml-api.json

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
}
207207
}
208208
},
209-
"revision": "20250521",
209+
"revision": "20250525",
210210
"rootUrl": "https://firebaseml.googleapis.com/",
211211
"schemas": {
212212
"Date": {
@@ -1614,6 +1614,11 @@
16141614
"readOnly": true,
16151615
"type": "boolean"
16161616
},
1617+
"thoughtSignature": {
1618+
"description": "Optional. An opaque signature for the thought so it can be reused in subsequent requests.",
1619+
"format": "byte",
1620+
"type": "string"
1621+
},
16171622
"videoMetadata": {
16181623
"$ref": "GoogleCloudAiplatformV1beta1VideoMetadata",
16191624
"description": "Optional. Video metadata. The metadata should only be specified while the video data is presented in inline_data or file_data."
@@ -2191,6 +2196,10 @@
21912196
"$ref": "GoogleCloudAiplatformV1beta1ToolCodeExecution",
21922197
"description": "Optional. CodeExecution tool type. Enables the model to execute code as part of generation."
21932198
},
2199+
"computerUse": {
2200+
"$ref": "GoogleCloudAiplatformV1beta1ToolComputerUse",
2201+
"description": "Optional. Tool to support the model interacting directly with the computer. If enabled, it automatically populates computer-use specific Function Declarations."
2202+
},
21942203
"enterpriseWebSearch": {
21952204
"$ref": "GoogleCloudAiplatformV1beta1EnterpriseWebSearch",
21962205
"description": "Optional. Tool to support searching public web data, powered by Vertex AI Search and Sec4 compliance."
@@ -2223,6 +2232,25 @@
22232232
"properties": {},
22242233
"type": "object"
22252234
},
2235+
"GoogleCloudAiplatformV1beta1ToolComputerUse": {
2236+
"description": "Tool to support computer use.",
2237+
"id": "GoogleCloudAiplatformV1beta1ToolComputerUse",
2238+
"properties": {
2239+
"environment": {
2240+
"description": "Required. The environment being operated.",
2241+
"enum": [
2242+
"ENVIRONMENT_UNSPECIFIED",
2243+
"ENVIRONMENT_BROWSER"
2244+
],
2245+
"enumDescriptions": [
2246+
"Defaults to browser.",
2247+
"Operates in a web browser."
2248+
],
2249+
"type": "string"
2250+
}
2251+
},
2252+
"type": "object"
2253+
},
22262254
"GoogleCloudAiplatformV1beta1ToolConfig": {
22272255
"description": "Tool config. This config is shared for all tools provided in the request.",
22282256
"id": "GoogleCloudAiplatformV1beta1ToolConfig",
@@ -2319,6 +2347,10 @@
23192347
"format": "int32",
23202348
"type": "integer"
23212349
},
2350+
"storeContext": {
2351+
"description": "Optional. Currently only supported for Gemini Multimodal Live API. In Gemini Multimodal Live API, if `store_context` bool is specified, Gemini will leverage it to automatically memorize the interactions between the client and Gemini, and retrieve context when needed to augment the response generation for users' ongoing and future interactions.",
2352+
"type": "boolean"
2353+
},
23222354
"vectorDistanceThreshold": {
23232355
"deprecated": true,
23242356
"description": "Optional. Only return results with vector distance smaller than the threshold.",

firebaseml/v2beta/firebaseml-gen.go

Lines changed: 39 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

kmsinventory/v1/kmsinventory-api.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@
242242
}
243243
}
244244
},
245-
"revision": "20250518",
245+
"revision": "20250525",
246246
"rootUrl": "https://kmsinventory.googleapis.com/",
247247
"schemas": {
248248
"GoogleCloudKmsInventoryV1ListCryptoKeysResponse": {
@@ -506,7 +506,8 @@
506506
"HMAC_SHA224",
507507
"EXTERNAL_SYMMETRIC_ENCRYPTION",
508508
"PQ_SIGN_ML_DSA_65",
509-
"PQ_SIGN_SLH_DSA_SHA2_128S"
509+
"PQ_SIGN_SLH_DSA_SHA2_128S",
510+
"PQ_SIGN_HASH_SLH_DSA_SHA2_128S_SHA256"
510511
],
511512
"enumDescriptions": [
512513
"Not specified.",
@@ -546,7 +547,8 @@
546547
"HMAC-SHA224 signing with a 224 bit key.",
547548
"Algorithm representing symmetric encryption by an external key manager.",
548549
"The post-quantum Module-Lattice-Based Digital Signature Algorithm, at security level 3. Randomized version.",
549-
"The post-quantum stateless hash-based digital signature algorithm, at security level 1. Randomized version."
550+
"The post-quantum stateless hash-based digital signature algorithm, at security level 1. Randomized version.",
551+
"The post-quantum stateless hash-based digital signature algorithm, at security level 1. Randomized pre-hash version supporting SHA256 digests."
550552
],
551553
"readOnly": true,
552554
"type": "string"
@@ -716,7 +718,8 @@
716718
"HMAC_SHA224",
717719
"EXTERNAL_SYMMETRIC_ENCRYPTION",
718720
"PQ_SIGN_ML_DSA_65",
719-
"PQ_SIGN_SLH_DSA_SHA2_128S"
721+
"PQ_SIGN_SLH_DSA_SHA2_128S",
722+
"PQ_SIGN_HASH_SLH_DSA_SHA2_128S_SHA256"
720723
],
721724
"enumDescriptions": [
722725
"Not specified.",
@@ -756,7 +759,8 @@
756759
"HMAC-SHA224 signing with a 224 bit key.",
757760
"Algorithm representing symmetric encryption by an external key manager.",
758761
"The post-quantum Module-Lattice-Based Digital Signature Algorithm, at security level 3. Randomized version.",
759-
"The post-quantum stateless hash-based digital signature algorithm, at security level 1. Randomized version."
762+
"The post-quantum stateless hash-based digital signature algorithm, at security level 1. Randomized version.",
763+
"The post-quantum stateless hash-based digital signature algorithm, at security level 1. Randomized pre-hash version supporting SHA256 digests."
760764
],
761765
"type": "string"
762766
},

kmsinventory/v1/kmsinventory-gen.go

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

retail/v2alpha/retail-api.json

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2800,7 +2800,7 @@
28002800
}
28012801
}
28022802
},
2803-
"revision": "20250515",
2803+
"revision": "20250522",
28042804
"rootUrl": "https://retail.googleapis.com/",
28052805
"schemas": {
28062806
"GoogleApiHttpBody": {
@@ -4743,7 +4743,7 @@
47434743
"type": "object"
47444744
},
47454745
"GoogleCloudRetailV2alphaConversationalSearchResponseFollowupQuestionSuggestedAnswer": {
4746-
"description": "Suggested answers to the follow-up question.",
4746+
"description": "Suggested answers to the follow-up question. If it's numerical attribute, only ProductAttributeInterval will be set. If it's textual attribute, only productAttributeValue will be set.",
47474747
"id": "GoogleCloudRetailV2alphaConversationalSearchResponseFollowupQuestionSuggestedAnswer",
47484748
"properties": {
47494749
"productAttributeValue": {
@@ -7413,6 +7413,13 @@
74137413
"$ref": "GoogleCloudRetailV2alphaSearchRequestTileNavigationSpec",
74147414
"description": "Optional. This field specifies tile navigation related parameters."
74157415
},
7416+
"userAttributes": {
7417+
"additionalProperties": {
7418+
"$ref": "GoogleCloudRetailV2alphaStringList"
7419+
},
7420+
"description": "Optional. The user attributes that could be used for personalization of search results. * Populate at most 100 key-value pairs per query. * Only supports string keys and repeated string values. * Duplcate keys are not allowed within a single query. Example: user_attributes: [ { key: \"pets\" value { values: \"dog\" values: \"cat\" } }, { key: \"state\" value { values: \"CA\" } } ]",
7421+
"type": "object"
7422+
},
74167423
"userInfo": {
74177424
"$ref": "GoogleCloudRetailV2alphaUserInfo",
74187425
"description": "User information."
@@ -8169,6 +8176,20 @@
81698176
"properties": {},
81708177
"type": "object"
81718178
},
8179+
"GoogleCloudRetailV2alphaStringList": {
8180+
"description": "A list of string values.",
8181+
"id": "GoogleCloudRetailV2alphaStringList",
8182+
"properties": {
8183+
"values": {
8184+
"description": "String values.",
8185+
"items": {
8186+
"type": "string"
8187+
},
8188+
"type": "array"
8189+
}
8190+
},
8191+
"type": "object"
8192+
},
81728193
"GoogleCloudRetailV2alphaTile": {
81738194
"description": "This field specifies the tile information including an attribute key, attribute value. More fields will be added in the future, eg: product id or product counts, etc.",
81748195
"id": "GoogleCloudRetailV2alphaTile",

retail/v2alpha/retail-gen.go

Lines changed: 32 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)