Skip to content

Commit 8bd18c1

Browse files
feat(all): auto-regenerate discovery clients (#3151)
1 parent defde97 commit 8bd18c1

26 files changed

+7846
-2252
lines changed

aiplatform/v1/aiplatform-api.json

Lines changed: 51 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15785,7 +15785,7 @@
1578515785
],
1578615786
"parameters": {
1578715787
"name": {
15788-
"description": "Identifier. The resource name of the ReasoningEngine.",
15788+
"description": "Identifier. The resource name of the ReasoningEngine. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}`",
1578915789
"location": "path",
1579015790
"pattern": "^projects/[^/]+/locations/[^/]+/reasoningEngines/[^/]+$",
1579115791
"required": true,
@@ -19841,7 +19841,7 @@
1984119841
}
1984219842
}
1984319843
},
19844-
"revision": "20250501",
19844+
"revision": "20250502",
1984519845
"rootUrl": "https://aiplatform.googleapis.com/",
1984619846
"schemas": {
1984719847
"CloudAiLargeModelsVisionGenerateVideoResponse": {
@@ -21580,6 +21580,10 @@
2158021580
"description": "Optional. Immutable. The user-generated meaningful display name of the cached content.",
2158121581
"type": "string"
2158221582
},
21583+
"encryptionSpec": {
21584+
"$ref": "GoogleCloudAiplatformV1EncryptionSpec",
21585+
"description": "Input only. Immutable. Customer-managed encryption key spec for a `CachedContent`. If set, this `CachedContent` and all its sub-resources will be secured by this key."
21586+
},
2158321587
"expireTime": {
2158421588
"description": "Timestamp of when this resource is considered expired. This is *always* provided on output, regardless of what was sent on input.",
2158521589
"format": "google-datetime",
@@ -23913,6 +23917,10 @@
2391323917
"description": "Points to a DeployedModel.",
2391423918
"id": "GoogleCloudAiplatformV1DeployedModelRef",
2391523919
"properties": {
23920+
"checkpointId": {
23921+
"description": "Immutable. The ID of the Checkpoint deployed in the DeployedModel.",
23922+
"type": "string"
23923+
},
2391623924
"deployedModelId": {
2391723925
"description": "Immutable. An ID of a DeployedModel in the above Endpoint.",
2391823926
"type": "string"
@@ -27998,6 +28006,10 @@
2799828006
"description": "Config for thinking features.",
2799928007
"id": "GoogleCloudAiplatformV1GenerationConfigThinkingConfig",
2800028008
"properties": {
28009+
"includeThoughts": {
28010+
"description": "Optional. Indicates whether to include thoughts in the response. If true, thoughts are returned only when available.",
28011+
"type": "boolean"
28012+
},
2800128013
"thinkingBudget": {
2800228014
"description": "Optional. Indicates the thinking budget in tokens. This is only applied when enable_thinking is true.",
2800328015
"format": "int32",
@@ -30301,6 +30313,7 @@
3030130313
"NVIDIA_H100_80GB",
3030230314
"NVIDIA_H100_MEGA_80GB",
3030330315
"NVIDIA_H200_141GB",
30316+
"NVIDIA_B200",
3030430317
"TPU_V2",
3030530318
"TPU_V3",
3030630319
"TPU_V4_POD",
@@ -30322,6 +30335,7 @@
3032230335
false,
3032330336
false,
3032430337
false,
30338+
false,
3032530339
false
3032630340
],
3032730341
"enumDescriptions": [
@@ -30337,6 +30351,7 @@
3033730351
"Nvidia H100 80Gb GPU.",
3033830352
"Nvidia H100 Mega 80Gb GPU.",
3033930353
"Nvidia H200 141Gb GPU.",
30354+
"Nvidia B200 GPU.",
3034030355
"TPU v2.",
3034130356
"TPU v3.",
3034230357
"TPU v4.",
@@ -36103,6 +36118,10 @@
3610336118
"layoutParser": {
3610436119
"$ref": "GoogleCloudAiplatformV1RagFileParsingConfigLayoutParser",
3610536120
"description": "The Layout Parser to use for RagFiles."
36121+
},
36122+
"llmParser": {
36123+
"$ref": "GoogleCloudAiplatformV1RagFileParsingConfigLlmParser",
36124+
"description": "The LLM Parser to use for RagFiles."
3610636125
}
3610736126
},
3610836127
"type": "object"
@@ -36123,6 +36142,26 @@
3612336142
},
3612436143
"type": "object"
3612536144
},
36145+
"GoogleCloudAiplatformV1RagFileParsingConfigLlmParser": {
36146+
"description": "Specifies the advanced parsing for RagFiles.",
36147+
"id": "GoogleCloudAiplatformV1RagFileParsingConfigLlmParser",
36148+
"properties": {
36149+
"customParsingPrompt": {
36150+
"description": "The prompt to use for parsing. If not specified, a default prompt will be used.",
36151+
"type": "string"
36152+
},
36153+
"maxParsingRequestsPerMin": {
36154+
"description": "The maximum number of requests the job is allowed to make to the LLM model per minute. Consult https://cloud.google.com/vertex-ai/generative-ai/docs/quotas and your document size to set an appropriate value here. If unspecified, a default value of 5000 QPM would be used.",
36155+
"format": "int32",
36156+
"type": "integer"
36157+
},
36158+
"modelName": {
36159+
"description": "The name of a LLM model used for parsing. Format: * `projects/{project_id}/locations/{location}/publishers/{publisher}/models/{model}`",
36160+
"type": "string"
36161+
}
36162+
},
36163+
"type": "object"
36164+
},
3612636165
"GoogleCloudAiplatformV1RagFileTransformationConfig": {
3612736166
"description": "Specifies the transformation config for RagFiles.",
3612836167
"id": "GoogleCloudAiplatformV1RagFileTransformationConfig",
@@ -36592,7 +36631,7 @@
3659236631
"type": "string"
3659336632
},
3659436633
"name": {
36595-
"description": "Identifier. The resource name of the ReasoningEngine.",
36634+
"description": "Identifier. The resource name of the ReasoningEngine. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}`",
3659636635
"type": "string"
3659736636
},
3659836637
"spec": {
@@ -45968,6 +46007,15 @@
4596846007
"engine": {
4596946008
"description": "Optional. Fully-qualified Vertex AI Search engine resource ID. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}`",
4597046009
"type": "string"
46010+
},
46011+
"filter": {
46012+
"description": "Optional. Filter strings to be passed to the search API.",
46013+
"type": "string"
46014+
},
46015+
"maxResults": {
46016+
"description": "Optional. Number of search results to return per query. The default value is 10. The maximumm allowed value is 10.",
46017+
"format": "int32",
46018+
"type": "integer"
4597146019
}
4597246020
},
4597346021
"type": "object"

aiplatform/v1/aiplatform-gen.go

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

0 commit comments

Comments
 (0)