Skip to content

Commit 453c04a

Browse files
feat(all): auto-regenerate discovery clients (#3404)
1 parent 9e6446a commit 453c04a

File tree

62 files changed

+18368
-5436
lines changed

Some content is hidden

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

62 files changed

+18368
-5436
lines changed

aiplatform/v1/aiplatform-api.json

Lines changed: 1935 additions & 7 deletions
Large diffs are not rendered by default.

aiplatform/v1/aiplatform-gen.go

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

appengine/v1/appengine-api.json

Lines changed: 114 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1060,7 +1060,7 @@
10601060
"type": "string"
10611061
},
10621062
"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.",
10641064
"location": "query",
10651065
"type": "boolean"
10661066
}
@@ -1301,6 +1301,47 @@
13011301
"https://www.googleapis.com/auth/cloud-platform"
13021302
]
13031303
},
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+
},
13041345
"get": {
13051346
"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.",
13061347
"flatPath": "v1/apps/{appsId}/services/{servicesId}/versions/{versionsId}",
@@ -2458,6 +2499,61 @@
24582499
"https://www.googleapis.com/auth/cloud-platform"
24592500
]
24602501
},
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+
},
24612557
"patch": {
24622558
"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)",
24632559
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/services/{servicesId}/versions/{versionsId}",
@@ -2530,7 +2626,7 @@
25302626
}
25312627
}
25322628
},
2533-
"revision": "20251103",
2629+
"revision": "20251208",
25342630
"rootUrl": "https://appengine.googleapis.com/",
25352631
"schemas": {
25362632
"ApiConfigHandler": {
@@ -3228,6 +3324,21 @@
32283324
},
32293325
"type": "object"
32303326
},
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+
},
32313342
"FeatureSettings": {
32323343
"description": "The feature specific settings to be used in the application. These define behaviors that are user configurable.",
32333344
"id": "FeatureSettings",
@@ -3675,7 +3786,7 @@
36753786
"type": "array"
36763787
},
36773788
"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.",
36793790
"items": {
36803791
"type": "string"
36813792
},

0 commit comments

Comments
 (0)