|
1060 | 1060 | "type": "string" |
1061 | 1061 | }, |
1062 | 1062 | "returnPartialSuccess": { |
1063 | | - "description": "When set to true, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field.This can only be true when reading across collections e.g. when parent is set to \"projects/example/locations/-\".This field is not by default supported and will result in an UNIMPLEMENTED error if set unless explicitly documented otherwise in service or product specific documentation.", |
| 1063 | + "description": "When set to true, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field.This can only be true when reading across collections. For example, when parent is set to \"projects/example/locations/-\".This field is not supported by default and will result in an UNIMPLEMENTED error if set unless explicitly documented otherwise in service or product specific documentation.", |
1064 | 1064 | "location": "query", |
1065 | 1065 | "type": "boolean" |
1066 | 1066 | } |
|
1301 | 1301 | "https://www.googleapis.com/auth/cloud-platform" |
1302 | 1302 | ] |
1303 | 1303 | }, |
| 1304 | + "exportAppImage": { |
| 1305 | + "description": "Exports a user image to Artifact Registry.", |
| 1306 | + "flatPath": "v1/apps/{appsId}/services/{servicesId}/versions/{versionsId}:exportAppImage", |
| 1307 | + "httpMethod": "POST", |
| 1308 | + "id": "appengine.apps.services.versions.exportAppImage", |
| 1309 | + "parameterOrder": [ |
| 1310 | + "appsId", |
| 1311 | + "servicesId", |
| 1312 | + "versionsId" |
| 1313 | + ], |
| 1314 | + "parameters": { |
| 1315 | + "appsId": { |
| 1316 | + "description": "Part of `name`. Required. Name of the App Engine version resource. Format: apps/{app}/services/{service}/versions/{version}", |
| 1317 | + "location": "path", |
| 1318 | + "required": true, |
| 1319 | + "type": "string" |
| 1320 | + }, |
| 1321 | + "servicesId": { |
| 1322 | + "description": "Part of `name`. See documentation of `appsId`.", |
| 1323 | + "location": "path", |
| 1324 | + "required": true, |
| 1325 | + "type": "string" |
| 1326 | + }, |
| 1327 | + "versionsId": { |
| 1328 | + "description": "Part of `name`. See documentation of `appsId`.", |
| 1329 | + "location": "path", |
| 1330 | + "required": true, |
| 1331 | + "type": "string" |
| 1332 | + } |
| 1333 | + }, |
| 1334 | + "path": "v1/apps/{appsId}/services/{servicesId}/versions/{versionsId}:exportAppImage", |
| 1335 | + "request": { |
| 1336 | + "$ref": "ExportAppImageRequest" |
| 1337 | + }, |
| 1338 | + "response": { |
| 1339 | + "$ref": "Operation" |
| 1340 | + }, |
| 1341 | + "scopes": [ |
| 1342 | + "https://www.googleapis.com/auth/cloud-platform" |
| 1343 | + ] |
| 1344 | + }, |
1304 | 1345 | "get": { |
1305 | 1346 | "description": "Gets the specified Version resource. By default, only a BASIC_VIEW will be returned. Specify the FULL_VIEW parameter to get the full resource.", |
1306 | 1347 | "flatPath": "v1/apps/{appsId}/services/{servicesId}/versions/{versionsId}", |
|
2458 | 2499 | "https://www.googleapis.com/auth/cloud-platform" |
2459 | 2500 | ] |
2460 | 2501 | }, |
| 2502 | + "exportAppImage": { |
| 2503 | + "description": "Exports a user image to Artifact Registry.", |
| 2504 | + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/services/{servicesId}/versions/{versionsId}:exportAppImage", |
| 2505 | + "httpMethod": "POST", |
| 2506 | + "id": "appengine.projects.locations.applications.services.versions.exportAppImage", |
| 2507 | + "parameterOrder": [ |
| 2508 | + "projectsId", |
| 2509 | + "locationsId", |
| 2510 | + "applicationsId", |
| 2511 | + "servicesId", |
| 2512 | + "versionsId" |
| 2513 | + ], |
| 2514 | + "parameters": { |
| 2515 | + "applicationsId": { |
| 2516 | + "description": "Part of `name`. See documentation of `projectsId`.", |
| 2517 | + "location": "path", |
| 2518 | + "required": true, |
| 2519 | + "type": "string" |
| 2520 | + }, |
| 2521 | + "locationsId": { |
| 2522 | + "description": "Part of `name`. See documentation of `projectsId`.", |
| 2523 | + "location": "path", |
| 2524 | + "required": true, |
| 2525 | + "type": "string" |
| 2526 | + }, |
| 2527 | + "projectsId": { |
| 2528 | + "description": "Part of `name`. Required. Name of the App Engine version resource. Format: apps/{app}/services/{service}/versions/{version}", |
| 2529 | + "location": "path", |
| 2530 | + "required": true, |
| 2531 | + "type": "string" |
| 2532 | + }, |
| 2533 | + "servicesId": { |
| 2534 | + "description": "Part of `name`. See documentation of `projectsId`.", |
| 2535 | + "location": "path", |
| 2536 | + "required": true, |
| 2537 | + "type": "string" |
| 2538 | + }, |
| 2539 | + "versionsId": { |
| 2540 | + "description": "Part of `name`. See documentation of `projectsId`.", |
| 2541 | + "location": "path", |
| 2542 | + "required": true, |
| 2543 | + "type": "string" |
| 2544 | + } |
| 2545 | + }, |
| 2546 | + "path": "v1/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/services/{servicesId}/versions/{versionsId}:exportAppImage", |
| 2547 | + "request": { |
| 2548 | + "$ref": "ExportAppImageRequest" |
| 2549 | + }, |
| 2550 | + "response": { |
| 2551 | + "$ref": "Operation" |
| 2552 | + }, |
| 2553 | + "scopes": [ |
| 2554 | + "https://www.googleapis.com/auth/cloud-platform" |
| 2555 | + ] |
| 2556 | + }, |
2461 | 2557 | "patch": { |
2462 | 2558 | "description": "Updates the specified Version resource. You can specify the following fields depending on the App Engine environment and type of scaling that the version resource uses:Standard environment instance_class (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.instance_class)automatic scaling in the standard environment: automatic_scaling.min_idle_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling) automatic_scaling.max_idle_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling) automaticScaling.standard_scheduler_settings.max_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#StandardSchedulerSettings) automaticScaling.standard_scheduler_settings.min_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#StandardSchedulerSettings) automaticScaling.standard_scheduler_settings.target_cpu_utilization (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#StandardSchedulerSettings) automaticScaling.standard_scheduler_settings.target_throughput_utilization (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#StandardSchedulerSettings)basic scaling or manual scaling in the standard environment: serving_status (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.serving_status) manual_scaling.instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#manualscaling)Flexible environment serving_status (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.serving_status)automatic scaling in the flexible environment: automatic_scaling.min_total_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling) automatic_scaling.max_total_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling) automatic_scaling.cool_down_period_sec (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling) automatic_scaling.cpu_utilization.target_utilization (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling)manual scaling in the flexible environment: manual_scaling.instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#manualscaling)", |
2463 | 2559 | "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/services/{servicesId}/versions/{versionsId}", |
|
2530 | 2626 | } |
2531 | 2627 | } |
2532 | 2628 | }, |
2533 | | - "revision": "20251103", |
| 2629 | + "revision": "20251208", |
2534 | 2630 | "rootUrl": "https://appengine.googleapis.com/", |
2535 | 2631 | "schemas": { |
2536 | 2632 | "ApiConfigHandler": { |
|
3228 | 3324 | }, |
3229 | 3325 | "type": "object" |
3230 | 3326 | }, |
| 3327 | + "ExportAppImageRequest": { |
| 3328 | + "description": "Request message for Versions.ExportAppImage.", |
| 3329 | + "id": "ExportAppImageRequest", |
| 3330 | + "properties": { |
| 3331 | + "destinationRepository": { |
| 3332 | + "description": "Optional. The full resource name of the AR repository to export to. Format: projects/{project}/locations/{location}/repositories/{repository} If not specified, defaults to projects/{project}/locations/{location}/repositories/gae-standard in the same region as the app. The default repository will be created if it does not exist.", |
| 3333 | + "type": "string" |
| 3334 | + }, |
| 3335 | + "serviceAccount": { |
| 3336 | + "description": "Optional. Optional: A service account to use for authenticating to Artifact Registry.", |
| 3337 | + "type": "string" |
| 3338 | + } |
| 3339 | + }, |
| 3340 | + "type": "object" |
| 3341 | + }, |
3231 | 3342 | "FeatureSettings": { |
3232 | 3343 | "description": "The feature specific settings to be used in the application. These define behaviors that are user configurable.", |
3233 | 3344 | "id": "FeatureSettings", |
|
3675 | 3786 | "type": "array" |
3676 | 3787 | }, |
3677 | 3788 | "unreachable": { |
3678 | | - "description": "Unordered list. Unreachable resources. Populated when the request sets ListOperationsRequest.return_partial_success and reads across collections e.g. when attempting to list all resources across all supported locations.", |
| 3789 | + "description": "Unordered list. Unreachable resources. Populated when the request sets ListOperationsRequest.return_partial_success and reads across collections. For example, when attempting to list all resources across all supported locations.", |
3679 | 3790 | "items": { |
3680 | 3791 | "type": "string" |
3681 | 3792 | }, |
|
0 commit comments