Skip to content

Commit 1540497

Browse files
feat(all): auto-regenerate discovery clients (#3191)
1 parent 0022bde commit 1540497

Some content is hidden

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

51 files changed

+5848
-4145
lines changed

aiplatform/v1/aiplatform-api.json

Lines changed: 40 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20167,7 +20167,7 @@
2016720167
}
2016820168
}
2016920169
},
20170-
"revision": "20250529",
20170+
"revision": "20250602",
2017120171
"rootUrl": "https://aiplatform.googleapis.com/",
2017220172
"schemas": {
2017320173
"CloudAiLargeModelsVisionGenerateVideoResponse": {
@@ -34442,10 +34442,14 @@
3444234442
"type": "string"
3444334443
},
3444434444
"thought": {
34445-
"description": "Output only. Indicates if the part is thought from the model.",
34446-
"readOnly": true,
34445+
"description": "Optional. Indicates if the part is thought from the model.",
3444734446
"type": "boolean"
3444834447
},
34448+
"thoughtSignature": {
34449+
"description": "Optional. An opaque signature for the thought so it can be reused in subsequent requests.",
34450+
"format": "byte",
34451+
"type": "string"
34452+
},
3444934453
"videoMetadata": {
3445034454
"$ref": "GoogleCloudAiplatformV1VideoMetadata",
3445134455
"description": "Optional. Video metadata. The metadata should only be specified while the video data is presented in inline_data or file_data."
@@ -45007,6 +45011,10 @@
4500745011
"$ref": "GoogleCloudAiplatformV1ToolCodeExecution",
4500845012
"description": "Optional. CodeExecution tool type. Enables the model to execute code as part of generation."
4500945013
},
45014+
"computerUse": {
45015+
"$ref": "GoogleCloudAiplatformV1ToolComputerUse",
45016+
"description": "Optional. Tool to support the model interacting directly with the computer. If enabled, it automatically populates computer-use specific Function Declarations."
45017+
},
4501045018
"enterpriseWebSearch": {
4501145019
"$ref": "GoogleCloudAiplatformV1EnterpriseWebSearch",
4501245020
"description": "Optional. Tool to support searching public web data, powered by Vertex AI Search and Sec4 compliance."
@@ -45029,6 +45037,10 @@
4502945037
"retrieval": {
4503045038
"$ref": "GoogleCloudAiplatformV1Retrieval",
4503145039
"description": "Optional. Retrieval tool type. System will always execute the provided retrieval tool(s) to get external knowledge to answer the prompt. Retrieval results are presented to the model for generation."
45040+
},
45041+
"urlContext": {
45042+
"$ref": "GoogleCloudAiplatformV1UrlContext",
45043+
"description": "Optional. Tool to support URL context retrieval."
4503245044
}
4503345045
},
4503445046
"type": "object"
@@ -45121,6 +45133,25 @@
4512145133
"properties": {},
4512245134
"type": "object"
4512345135
},
45136+
"GoogleCloudAiplatformV1ToolComputerUse": {
45137+
"description": "Tool to support computer use.",
45138+
"id": "GoogleCloudAiplatformV1ToolComputerUse",
45139+
"properties": {
45140+
"environment": {
45141+
"description": "Required. The environment being operated.",
45142+
"enum": [
45143+
"ENVIRONMENT_UNSPECIFIED",
45144+
"ENVIRONMENT_BROWSER"
45145+
],
45146+
"enumDescriptions": [
45147+
"Defaults to browser.",
45148+
"Operates in a web browser."
45149+
],
45150+
"type": "string"
45151+
}
45152+
},
45153+
"type": "object"
45154+
},
4512445155
"GoogleCloudAiplatformV1ToolConfig": {
4512545156
"description": "Tool config. This config is shared for all tools provided in the request.",
4512645157
"id": "GoogleCloudAiplatformV1ToolConfig",
@@ -46610,6 +46641,12 @@
4661046641
"properties": {},
4661146642
"type": "object"
4661246643
},
46644+
"GoogleCloudAiplatformV1UrlContext": {
46645+
"description": "Tool to support URL context.",
46646+
"id": "GoogleCloudAiplatformV1UrlContext",
46647+
"properties": {},
46648+
"type": "object"
46649+
},
4661346650
"GoogleCloudAiplatformV1UserActionReference": {
4661446651
"description": "References an API call. It contains more information about long running operation and Jobs that are triggered by the API call.",
4661546652
"id": "GoogleCloudAiplatformV1UserActionReference",

aiplatform/v1/aiplatform-gen.go

Lines changed: 40 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)