Skip to content

Commit 086437d

Browse files
feat(all): auto-regenerate discovery clients (#3064)
1 parent be5fb5d commit 086437d

File tree

97 files changed

+9545
-4292
lines changed

Some content is hidden

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

97 files changed

+9545
-4292
lines changed

aiplatform/v1/aiplatform-api.json

Lines changed: 39 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19449,7 +19449,7 @@
1944919449
}
1945019450
}
1945119451
},
19452-
"revision": "20250226",
19452+
"revision": "20250304",
1945319453
"rootUrl": "https://aiplatform.googleapis.com/",
1945419454
"schemas": {
1945519455
"CloudAiLargeModelsVisionGenerateVideoResponse": {
@@ -23617,7 +23617,7 @@
2361723617
"type": "integer"
2361823618
},
2361923619
"bootDiskType": {
23620-
"description": "Type of the boot disk (default is \"pd-ssd\"). Valid values: \"pd-ssd\" (Persistent Disk Solid State Drive) or \"pd-standard\" (Persistent Disk Hard Disk Drive).",
23620+
"description": "Type of the boot disk. For non-A3U machines, the default value is \"pd-ssd\", for A3U machines, the default value is \"hyperdisk-balanced\". Valid values: \"pd-ssd\" (Persistent Disk Solid State Drive), \"pd-standard\" (Persistent Disk Hard Disk Drive) or \"hyperdisk-balanced\".",
2362123621
"type": "string"
2362223622
}
2362323623
},
@@ -27228,6 +27228,12 @@
2722827228
"readOnly": true,
2722927229
"type": "array"
2723027230
},
27231+
"thoughtsTokenCount": {
27232+
"description": "Output only. Number of tokens present in thoughts output.",
27233+
"format": "int32",
27234+
"readOnly": true,
27235+
"type": "integer"
27236+
},
2723127237
"toolUsePromptTokenCount": {
2723227238
"description": "Output only. Number of tokens present in tool-use prompt(s).",
2723327239
"format": "int32",
@@ -28120,6 +28126,10 @@
2812028126
"deprecated": true,
2812128127
"description": "The Cloud Storage path to write partial failures to. Deprecated. Prefer to use `import_result_gcs_sink`."
2812228128
},
28129+
"ragFileParsingConfig": {
28130+
"$ref": "GoogleCloudAiplatformV1RagFileParsingConfig",
28131+
"description": "Optional. Specifies the parsing config for RagFiles. RAG will use the default parser if this field is not set."
28132+
},
2812328133
"ragFileTransformationConfig": {
2812428134
"$ref": "GoogleCloudAiplatformV1RagFileTransformationConfig",
2812528135
"description": "Specifies the transformation config for RagFiles."
@@ -35419,6 +35429,33 @@
3541935429
},
3542035430
"type": "object"
3542135431
},
35432+
"GoogleCloudAiplatformV1RagFileParsingConfig": {
35433+
"description": "Specifies the parsing config for RagFiles.",
35434+
"id": "GoogleCloudAiplatformV1RagFileParsingConfig",
35435+
"properties": {
35436+
"layoutParser": {
35437+
"$ref": "GoogleCloudAiplatformV1RagFileParsingConfigLayoutParser",
35438+
"description": "The Layout Parser to use for RagFiles."
35439+
}
35440+
},
35441+
"type": "object"
35442+
},
35443+
"GoogleCloudAiplatformV1RagFileParsingConfigLayoutParser": {
35444+
"description": "Document AI Layout Parser config.",
35445+
"id": "GoogleCloudAiplatformV1RagFileParsingConfigLayoutParser",
35446+
"properties": {
35447+
"maxParsingRequestsPerMin": {
35448+
"description": "The maximum number of requests the job is allowed to make to the Document AI processor per minute. Consult https://cloud.google.com/document-ai/quotas and the Quota page for your project to set an appropriate value here. If unspecified, a default value of 120 QPM would be used.",
35449+
"format": "int32",
35450+
"type": "integer"
35451+
},
35452+
"processorName": {
35453+
"description": "The full resource name of a Document AI processor or processor version. The processor must have type `LAYOUT_PARSER_PROCESSOR`. If specified, the `additional_config.parse_as_scanned_pdf` field must be false. Format: * `projects/{project_id}/locations/{location}/processors/{processor_id}` * `projects/{project_id}/locations/{location}/processors/{processor_id}/processorVersions/{processor_version_id}`",
35454+
"type": "string"
35455+
}
35456+
},
35457+
"type": "object"
35458+
},
3542235459
"GoogleCloudAiplatformV1RagFileTransformationConfig": {
3542335460
"description": "Specifies the transformation config for RagFiles.",
3542435461
"id": "GoogleCloudAiplatformV1RagFileTransformationConfig",

aiplatform/v1/aiplatform-gen.go

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

aiplatform/v1beta1/aiplatform-api.json

Lines changed: 47 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -985,7 +985,7 @@
985985
]
986986
},
987987
"deploy": {
988-
"description": "Deploys publisher models.",
988+
"description": "Deploys a model to a new endpoint.",
989989
"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}:deploy",
990990
"httpMethod": "POST",
991991
"id": "aiplatform.projects.locations.deploy",
@@ -1002,6 +1002,35 @@
10021002
}
10031003
},
10041004
"path": "v1beta1/{+destination}:deploy",
1005+
"request": {
1006+
"$ref": "GoogleCloudAiplatformV1beta1DeployRequest"
1007+
},
1008+
"response": {
1009+
"$ref": "GoogleLongrunningOperation"
1010+
},
1011+
"scopes": [
1012+
"https://www.googleapis.com/auth/cloud-platform"
1013+
]
1014+
},
1015+
"deployPublisherModel": {
1016+
"deprecated": true,
1017+
"description": "Deploys publisher models.",
1018+
"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}:deployPublisherModel",
1019+
"httpMethod": "POST",
1020+
"id": "aiplatform.projects.locations.deployPublisherModel",
1021+
"parameterOrder": [
1022+
"destination"
1023+
],
1024+
"parameters": {
1025+
"destination": {
1026+
"description": "Required. The resource name of the Location to deploy the model in. Format: `projects/{project}/locations/{location}`",
1027+
"location": "path",
1028+
"pattern": "^projects/[^/]+/locations/[^/]+$",
1029+
"required": true,
1030+
"type": "string"
1031+
}
1032+
},
1033+
"path": "v1beta1/{+destination}:deployPublisherModel",
10051034
"request": {
10061035
"$ref": "GoogleCloudAiplatformV1beta1DeployPublisherModelRequest"
10071036
},
@@ -21941,6 +21970,11 @@
2194121970
"location": "query",
2194221971
"type": "string"
2194321972
},
21973+
"includeEquivalentModelGardenModelDeploymentConfigs": {
21974+
"description": "Optional. Whether to cnclude the deployment configs from the equivalent Model Garden model if the requested model is a Hugging Face model.",
21975+
"location": "query",
21976+
"type": "boolean"
21977+
},
2194421978
"isHuggingFaceModel": {
2194521979
"description": "Optional. Boolean indicates whether the requested model is a Hugging Face model.",
2194621980
"location": "query",
@@ -22120,7 +22154,7 @@
2212022154
}
2212122155
}
2212222156
},
22123-
"revision": "20250226",
22157+
"revision": "20250304",
2212422158
"rootUrl": "https://aiplatform.googleapis.com/",
2212522159
"schemas": {
2212622160
"CloudAiLargeModelsVisionGenerateVideoResponse": {
@@ -23070,7 +23104,7 @@
2307023104
"type": "string"
2307123105
},
2307223106
"httpElementLocation": {
23073-
"description": "Required. The location of the API key.",
23107+
"description": "Optional. The location of the API key.",
2307423108
"enum": [
2307523109
"HTTP_IN_UNSPECIFIED",
2307623110
"HTTP_IN_QUERY",
@@ -23090,7 +23124,7 @@
2309023124
"type": "string"
2309123125
},
2309223126
"name": {
23093-
"description": "Required. The parameter name of the API key. E.g. If the API request is \"https://example.com/act?api_key=\", \"api_key\" would be the parameter name.",
23127+
"description": "Optional. The parameter name of the API key. E.g. If the API request is \"https://example.com/act?api_key=\", \"api_key\" would be the parameter name.",
2309423128
"type": "string"
2309523129
}
2309623130
},
@@ -26304,6 +26338,7 @@
2630426338
"type": "object"
2630526339
},
2630626340
"GoogleCloudAiplatformV1beta1DeployPublisherModelRequest": {
26341+
"deprecated": true,
2630726342
"description": "Request message for ModelGardenService.DeployPublisherModel.",
2630826343
"id": "GoogleCloudAiplatformV1beta1DeployPublisherModelRequest",
2630926344
"properties": {
@@ -26324,7 +26359,7 @@
2632426359
"type": "string"
2632526360
},
2632626361
"model": {
26327-
"description": "Required. The model to deploy. Format: 1. `publishers/{publisher}/models/{publisher_model}@{version_id}`, or `publishers/hf-{hugging-face-author}/models/{hugging-face-model-name}@001`. 2. Hugging Face model ID like `google/gemma-2-2b-it`. 3. Custom model Google Cloud Storage URI like `gs://bucket`. 4. Custom model zip file like `https://abc.com/a.zip`.",
26362+
"description": "Required. The model to deploy. Format: 1. `publishers/{publisher}/models/{publisher_model}@{version_id}`, or `publishers/hf-{hugging-face-author}/models/{hugging-face-model-name}@001`. 2. Hugging Face model ID like `google/gemma-2-2b-it`. 3. Custom model Google Cloud Storage URI like `gs://bucket`. 4. Custom model zip file like `https://example.com/a.zip`.",
2632826363
"type": "string"
2632926364
},
2633026365
"modelDisplayName": {
@@ -26818,7 +26853,7 @@
2681826853
"type": "integer"
2681926854
},
2682026855
"bootDiskType": {
26821-
"description": "Type of the boot disk (default is \"pd-ssd\"). Valid values: \"pd-ssd\" (Persistent Disk Solid State Drive) or \"pd-standard\" (Persistent Disk Hard Disk Drive).",
26856+
"description": "Type of the boot disk. For non-A3U machines, the default value is \"pd-ssd\", for A3U machines, the default value is \"hyperdisk-balanced\". Valid values: \"pd-ssd\" (Persistent Disk Solid State Drive), \"pd-standard\" (Persistent Disk Hard Disk Drive) or \"hyperdisk-balanced\".",
2682226857
"type": "string"
2682326858
}
2682426859
},
@@ -31101,6 +31136,12 @@
3110131136
"readOnly": true,
3110231137
"type": "array"
3110331138
},
31139+
"thoughtsTokenCount": {
31140+
"description": "Output only. Number of tokens present in thoughts output.",
31141+
"format": "int32",
31142+
"readOnly": true,
31143+
"type": "integer"
31144+
},
3110431145
"toolUsePromptTokenCount": {
3110531146
"description": "Output only. Number of tokens present in tool-use prompt(s).",
3110631147
"format": "int32",

0 commit comments

Comments
 (0)