Skip to content

Commit c03d56b

Browse files
feat(all): auto-regenerate discovery clients (#3281)
1 parent 79bed22 commit c03d56b

38 files changed

+3158
-445
lines changed

aiplatform/v1/aiplatform-api.json

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -15409,6 +15409,11 @@
1540915409
"name"
1541015410
],
1541115411
"parameters": {
15412+
"forceDelete": {
15413+
"description": "Optional. If set to true, any errors generated by external vector database during the deletion will be ignored. The default value is false.",
15414+
"location": "query",
15415+
"type": "boolean"
15416+
},
1541215417
"name": {
1541315418
"description": "Required. The name of the RagFile resource to be deleted. Format: `projects/{project}/locations/{location}/ragCorpora/{rag_corpus}/ragFiles/{rag_file}`",
1541415419
"location": "path",
@@ -20286,7 +20291,7 @@
2028620291
}
2028720292
}
2028820293
},
20289-
"revision": "20250806",
20294+
"revision": "20250816",
2029020295
"rootUrl": "https://aiplatform.googleapis.com/",
2029120296
"schemas": {
2029220297
"CloudAiLargeModelsVisionGenerateVideoResponse": {
@@ -29171,17 +29176,7 @@
2917129176
"GoogleCloudAiplatformV1GoogleMaps": {
2917229177
"description": "Tool to retrieve public maps data for grounding, powered by Google.",
2917329178
"id": "GoogleCloudAiplatformV1GoogleMaps",
29174-
"properties": {
29175-
"apiAuth": {
29176-
"$ref": "GoogleCloudAiplatformV1ApiAuth",
29177-
"deprecated": true,
29178-
"description": "The authentication config to access the API. Deprecated. Please use auth_config instead."
29179-
},
29180-
"authConfig": {
29181-
"$ref": "GoogleCloudAiplatformV1AuthConfig",
29182-
"description": "The authentication config to access the API. Only API key is supported."
29183-
}
29184-
},
29179+
"properties": {},
2918529180
"type": "object"
2918629181
},
2918729182
"GoogleCloudAiplatformV1GoogleSearchRetrieval": {
@@ -38112,12 +38107,12 @@
3811238107
"type": "array"
3811338108
},
3811438109
"maxInstances": {
38115-
"description": "Optional. The maximum number of application instances that can be launched to handle increased traffic. Defaults to 100.",
38110+
"description": "Optional. The maximum number of application instances that can be launched to handle increased traffic. Defaults to 100. Range: [1, 1000]. If VPC-SC or PSC-I is enabled, the acceptable range is [1, 100].",
3811638111
"format": "int32",
3811738112
"type": "integer"
3811838113
},
3811938114
"minInstances": {
38120-
"description": "Optional. The minimum number of application instances that will be kept running at all times. Defaults to 1.",
38115+
"description": "Optional. The minimum number of application instances that will be kept running at all times. Defaults to 1. Range: [0, 10].",
3812138116
"format": "int32",
3812238117
"type": "integer"
3812338118
},
@@ -38129,7 +38124,7 @@
3812938124
"additionalProperties": {
3813038125
"type": "string"
3813138126
},
38132-
"description": "Optional. Resource limits for each container. Only 'cpu' and 'memory' keys are supported. Defaults to {\"cpu\": \"4\", \"memory\": \"4Gi\"}. * The only supported values for CPU are '1', '2', '4', and '8'. For more information, go to https://cloud.google.com/run/docs/configuring/cpu. * For supported 'memory' values and syntax, go to https://cloud.google.com/run/docs/configuring/memory-limits",
38127+
"description": "Optional. Resource limits for each container. Only 'cpu' and 'memory' keys are supported. Defaults to {\"cpu\": \"4\", \"memory\": \"4Gi\"}. * The only supported values for CPU are '1', '2', '4', '6' and '8'. For more information, go to https://cloud.google.com/run/docs/configuring/cpu. * The only supported values for memory are '1Gi', '2Gi', ... '32 Gi'. * For required cpu on different memory values, go to https://cloud.google.com/run/docs/configuring/memory-limits",
3813338128
"type": "object"
3813438129
},
3813538130
"secretEnv": {

aiplatform/v1/aiplatform-gen.go

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

0 commit comments

Comments
 (0)