|
15409 | 15409 | "name"
|
15410 | 15410 | ],
|
15411 | 15411 | "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 | + }, |
15412 | 15417 | "name": {
|
15413 | 15418 | "description": "Required. The name of the RagFile resource to be deleted. Format: `projects/{project}/locations/{location}/ragCorpora/{rag_corpus}/ragFiles/{rag_file}`",
|
15414 | 15419 | "location": "path",
|
|
20286 | 20291 | }
|
20287 | 20292 | }
|
20288 | 20293 | },
|
20289 |
| - "revision": "20250806", |
| 20294 | + "revision": "20250816", |
20290 | 20295 | "rootUrl": "https://aiplatform.googleapis.com/",
|
20291 | 20296 | "schemas": {
|
20292 | 20297 | "CloudAiLargeModelsVisionGenerateVideoResponse": {
|
|
29171 | 29176 | "GoogleCloudAiplatformV1GoogleMaps": {
|
29172 | 29177 | "description": "Tool to retrieve public maps data for grounding, powered by Google.",
|
29173 | 29178 | "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": {}, |
29185 | 29180 | "type": "object"
|
29186 | 29181 | },
|
29187 | 29182 | "GoogleCloudAiplatformV1GoogleSearchRetrieval": {
|
@@ -38112,12 +38107,12 @@
|
38112 | 38107 | "type": "array"
|
38113 | 38108 | },
|
38114 | 38109 | "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].", |
38116 | 38111 | "format": "int32",
|
38117 | 38112 | "type": "integer"
|
38118 | 38113 | },
|
38119 | 38114 | "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].", |
38121 | 38116 | "format": "int32",
|
38122 | 38117 | "type": "integer"
|
38123 | 38118 | },
|
|
38129 | 38124 | "additionalProperties": {
|
38130 | 38125 | "type": "string"
|
38131 | 38126 | },
|
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", |
38133 | 38128 | "type": "object"
|
38134 | 38129 | },
|
38135 | 38130 | "secretEnv": {
|
|
0 commit comments