|
958 | 958 | "required": true,
|
959 | 959 | "type": "string"
|
960 | 960 | },
|
| 961 | + "extraLocationTypes": { |
| 962 | + "description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.", |
| 963 | + "location": "query", |
| 964 | + "repeated": true, |
| 965 | + "type": "string" |
| 966 | + }, |
961 | 967 | "filter": {
|
962 | 968 | "description": "A filter to narrow down results to a preferred subset. The filtering language accepts strings like \"displayName=tokyo\", and is documented in more detail in AIP-160 (https://google.aip.dev/160).",
|
963 | 969 | "location": "query",
|
|
1726 | 1732 | "projectsId"
|
1727 | 1733 | ],
|
1728 | 1734 | "parameters": {
|
| 1735 | + "extraLocationTypes": { |
| 1736 | + "description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.", |
| 1737 | + "location": "query", |
| 1738 | + "repeated": true, |
| 1739 | + "type": "string" |
| 1740 | + }, |
1729 | 1741 | "filter": {
|
1730 | 1742 | "description": "A filter to narrow down results to a preferred subset. The filtering language accepts strings like \"displayName=tokyo\", and is documented in more detail in AIP-160 (https://google.aip.dev/160).",
|
1731 | 1743 | "location": "query",
|
|
1969 | 1981 | "scopes": [
|
1970 | 1982 | "https://www.googleapis.com/auth/cloud-platform"
|
1971 | 1983 | ]
|
| 1984 | + }, |
| 1985 | + "patch": { |
| 1986 | + "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/v1beta/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/v1beta/apps.services.versions#Version.FIELDS.automatic_scaling) automatic_scaling.max_idle_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.services.versions#Version.FIELDS.automatic_scaling) automaticScaling.standard_scheduler_settings.max_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.services.versions#StandardSchedulerSettings) automaticScaling.standard_scheduler_settings.min_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.services.versions#StandardSchedulerSettings) automaticScaling.standard_scheduler_settings.target_cpu_utilization (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.services.versions#StandardSchedulerSettings) automaticScaling.standard_scheduler_settings.target_throughput_utilization (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/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/v1beta/apps.services.versions#Version.FIELDS.serving_status) manual_scaling.instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.services.versions#manualscaling)Flexible environment serving_status (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/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/v1beta/apps.services.versions#Version.FIELDS.automatic_scaling) automatic_scaling.max_total_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.services.versions#Version.FIELDS.automatic_scaling) automatic_scaling.cool_down_period_sec (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.services.versions#Version.FIELDS.automatic_scaling) automatic_scaling.cpu_utilization.target_utilization (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/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/v1beta/apps.services.versions#manualscaling)", |
| 1987 | + "flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/services/{servicesId}/versions/{versionsId}", |
| 1988 | + "httpMethod": "PATCH", |
| 1989 | + "id": "appengine.projects.locations.applications.services.versions.patch", |
| 1990 | + "parameterOrder": [ |
| 1991 | + "projectsId", |
| 1992 | + "locationsId", |
| 1993 | + "applicationsId", |
| 1994 | + "servicesId", |
| 1995 | + "versionsId" |
| 1996 | + ], |
| 1997 | + "parameters": { |
| 1998 | + "applicationsId": { |
| 1999 | + "description": "Part of `name`. See documentation of `projectsId`.", |
| 2000 | + "location": "path", |
| 2001 | + "required": true, |
| 2002 | + "type": "string" |
| 2003 | + }, |
| 2004 | + "locationsId": { |
| 2005 | + "description": "Part of `name`. See documentation of `projectsId`.", |
| 2006 | + "location": "path", |
| 2007 | + "required": true, |
| 2008 | + "type": "string" |
| 2009 | + }, |
| 2010 | + "projectsId": { |
| 2011 | + "description": "Part of `name`. Name of the resource to update. Example: apps/myapp/services/default/versions/1.", |
| 2012 | + "location": "path", |
| 2013 | + "required": true, |
| 2014 | + "type": "string" |
| 2015 | + }, |
| 2016 | + "servicesId": { |
| 2017 | + "description": "Part of `name`. See documentation of `projectsId`.", |
| 2018 | + "location": "path", |
| 2019 | + "required": true, |
| 2020 | + "type": "string" |
| 2021 | + }, |
| 2022 | + "updateMask": { |
| 2023 | + "description": "Standard field mask for the set of fields to be updated.", |
| 2024 | + "format": "google-fieldmask", |
| 2025 | + "location": "query", |
| 2026 | + "type": "string" |
| 2027 | + }, |
| 2028 | + "versionsId": { |
| 2029 | + "description": "Part of `name`. See documentation of `projectsId`.", |
| 2030 | + "location": "path", |
| 2031 | + "required": true, |
| 2032 | + "type": "string" |
| 2033 | + } |
| 2034 | + }, |
| 2035 | + "path": "v1beta/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/services/{servicesId}/versions/{versionsId}", |
| 2036 | + "request": { |
| 2037 | + "$ref": "Version" |
| 2038 | + }, |
| 2039 | + "response": { |
| 2040 | + "$ref": "Operation" |
| 2041 | + }, |
| 2042 | + "scopes": [ |
| 2043 | + "https://www.googleapis.com/auth/cloud-platform" |
| 2044 | + ] |
1972 | 2045 | }
|
1973 | 2046 | }
|
1974 | 2047 | }
|
|
2074 | 2147 | }
|
2075 | 2148 | }
|
2076 | 2149 | },
|
2077 |
| - "revision": "20250310", |
| 2150 | + "revision": "20250409", |
2078 | 2151 | "rootUrl": "https://appengine.googleapis.com/",
|
2079 | 2152 | "schemas": {
|
2080 | 2153 | "ApiConfigHandler": {
|
|
0 commit comments