UNPKG

openapi-directory

Version:

Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS

1 lines 153 kB
{"openapi":"3.0.0","servers":[{"url":"https://appengine.googleapis.com/"}],"info":{"contact":{"name":"Google","url":"https://google.com","x-twitter":"youtube"},"description":"Provisions and manages developers' App Engine applications.","license":{"name":"Creative Commons Attribution 3.0","url":"http://creativecommons.org/licenses/by/3.0/"},"termsOfService":"https://developers.google.com/terms/","title":"App Engine Admin API","version":"v1beta","x-apiClientRegistration":{"url":"https://console.developers.google.com"},"x-apisguru-categories":["analytics","media"],"x-logo":{"url":"https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png"},"x-origin":[{"format":"google","url":"https://appengine.googleapis.com/$discovery/rest?version=v1beta","version":"v1"}],"x-preferred":true,"x-providerName":"googleapis.com","x-serviceName":"appengine"},"externalDocs":{"url":"https://cloud.google.com/appengine/docs/admin-api/"},"tags":[{"name":"apps"},{"name":"projects"}],"paths":{"/v1beta/apps":{"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"post":{"description":"Creates an App Engine application for a Google Cloud Platform project. Required fields: id - The ID of the target Cloud Platform project. location - The region (https://cloud.google.com/appengine/docs/locations) where you want the App Engine application located.For more information about App Engine applications, see Managing Projects, Applications, and Billing (https://cloud.google.com/appengine/docs/standard/python/console/).","operationId":"appengine.apps.create","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Application"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Operation"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["apps"]}},"/v1beta/apps/{appsId}":{"get":{"description":"Gets information about an application.","operationId":"appengine.apps.get","parameters":[{"description":"Part of `name`. Name of the Application resource to get. Example: apps/myapp.","in":"path","name":"appsId","required":true,"schema":{"type":"string"}},{"description":"Optional. Options to include extra data","in":"query","name":"includeExtraData","schema":{"enum":["INCLUDE_EXTRA_DATA_UNSPECIFIED","INCLUDE_EXTRA_DATA_NONE","INCLUDE_GOOGLE_GENERATED_METADATA"],"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Application"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/appengine.admin"],"Oauth2c":["https://www.googleapis.com/auth/appengine.admin"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform.read-only"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform.read-only"]}],"tags":["apps"]},"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"patch":{"description":"Updates the specified Application resource. You can update the following fields: auth_domain - Google authentication domain for controlling user access to the application. default_cookie_expiration - Cookie expiration policy for the application. iap - Identity-Aware Proxy properties for the application.","operationId":"appengine.apps.patch","parameters":[{"description":"Part of `name`. Name of the Application resource to update. Example: apps/myapp.","in":"path","name":"appsId","required":true,"schema":{"type":"string"}},{"description":"Required. Standard field mask for the set of fields to be updated.","in":"query","name":"updateMask","schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Application"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Operation"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["apps"]}},"/v1beta/apps/{appsId}/authorizedCertificates":{"get":{"description":"Lists all SSL certificates the user is authorized to administer.","operationId":"appengine.apps.authorizedCertificates.list","parameters":[{"description":"Part of `parent`. Name of the parent Application resource. Example: apps/myapp.","in":"path","name":"appsId","required":true,"schema":{"type":"string"}},{"description":"Maximum results to return per page.","in":"query","name":"pageSize","schema":{"type":"integer"}},{"description":"Continuation token for fetching the next page of results.","in":"query","name":"pageToken","schema":{"type":"string"}},{"description":"Controls the set of fields returned in the LIST response.","in":"query","name":"view","schema":{"enum":["BASIC_CERTIFICATE","FULL_CERTIFICATE"],"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListAuthorizedCertificatesResponse"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/appengine.admin"],"Oauth2c":["https://www.googleapis.com/auth/appengine.admin"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform.read-only"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform.read-only"]}],"tags":["apps"]},"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"post":{"description":"Uploads the specified SSL certificate.","operationId":"appengine.apps.authorizedCertificates.create","parameters":[{"description":"Part of `parent`. Name of the parent Application resource. Example: apps/myapp.","in":"path","name":"appsId","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AuthorizedCertificate"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AuthorizedCertificate"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["apps"]}},"/v1beta/apps/{appsId}/authorizedCertificates/{authorizedCertificatesId}":{"delete":{"description":"Deletes the specified SSL certificate.","operationId":"appengine.apps.authorizedCertificates.delete","parameters":[{"description":"Part of `name`. Name of the resource to delete. Example: apps/myapp/authorizedCertificates/12345.","in":"path","name":"appsId","required":true,"schema":{"type":"string"}},{"description":"Part of `name`. See documentation of `appsId`.","in":"path","name":"authorizedCertificatesId","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Empty"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["apps"]},"get":{"description":"Gets the specified SSL certificate.","operationId":"appengine.apps.authorizedCertificates.get","parameters":[{"description":"Part of `name`. Name of the resource requested. Example: apps/myapp/authorizedCertificates/12345.","in":"path","name":"appsId","required":true,"schema":{"type":"string"}},{"description":"Part of `name`. See documentation of `appsId`.","in":"path","name":"authorizedCertificatesId","required":true,"schema":{"type":"string"}},{"description":"Controls the set of fields returned in the GET response.","in":"query","name":"view","schema":{"enum":["BASIC_CERTIFICATE","FULL_CERTIFICATE"],"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AuthorizedCertificate"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/appengine.admin"],"Oauth2c":["https://www.googleapis.com/auth/appengine.admin"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform.read-only"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform.read-only"]}],"tags":["apps"]},"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"patch":{"description":"Updates the specified SSL certificate. To renew a certificate and maintain its existing domain mappings, update certificate_data with a new certificate. The new certificate must be applicable to the same domains as the original certificate. The certificate display_name may also be updated.","operationId":"appengine.apps.authorizedCertificates.patch","parameters":[{"description":"Part of `name`. Name of the resource to update. Example: apps/myapp/authorizedCertificates/12345.","in":"path","name":"appsId","required":true,"schema":{"type":"string"}},{"description":"Part of `name`. See documentation of `appsId`.","in":"path","name":"authorizedCertificatesId","required":true,"schema":{"type":"string"}},{"description":"Standard field mask for the set of fields to be updated. Updates are only supported on the certificate_raw_data and display_name fields.","in":"query","name":"updateMask","schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AuthorizedCertificate"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AuthorizedCertificate"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["apps"]}},"/v1beta/apps/{appsId}/authorizedDomains":{"get":{"description":"Lists all domains the user is authorized to administer.","operationId":"appengine.apps.authorizedDomains.list","parameters":[{"description":"Part of `parent`. Name of the parent Application resource. Example: apps/myapp.","in":"path","name":"appsId","required":true,"schema":{"type":"string"}},{"description":"Maximum results to return per page.","in":"query","name":"pageSize","schema":{"type":"integer"}},{"description":"Continuation token for fetching the next page of results.","in":"query","name":"pageToken","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListAuthorizedDomainsResponse"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/appengine.admin"],"Oauth2c":["https://www.googleapis.com/auth/appengine.admin"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform.read-only"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform.read-only"]}],"tags":["apps"]},"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}]},"/v1beta/apps/{appsId}/domainMappings":{"get":{"description":"Lists the domain mappings on an application.","operationId":"appengine.apps.domainMappings.list","parameters":[{"description":"Part of `parent`. Name of the parent Application resource. Example: apps/myapp.","in":"path","name":"appsId","required":true,"schema":{"type":"string"}},{"description":"Maximum results to return per page.","in":"query","name":"pageSize","schema":{"type":"integer"}},{"description":"Continuation token for fetching the next page of results.","in":"query","name":"pageToken","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListDomainMappingsResponse"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/appengine.admin"],"Oauth2c":["https://www.googleapis.com/auth/appengine.admin"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform.read-only"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform.read-only"]}],"tags":["apps"]},"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"post":{"description":"Maps a domain to an application. A user must be authorized to administer a domain in order to map it to an application. For a list of available authorized domains, see AuthorizedDomains.ListAuthorizedDomains.","operationId":"appengine.apps.domainMappings.create","parameters":[{"description":"Part of `parent`. Name of the parent Application resource. Example: apps/myapp.","in":"path","name":"appsId","required":true,"schema":{"type":"string"}},{"description":"Whether the domain creation should override any existing mappings for this domain. By default, overrides are rejected.","in":"query","name":"overrideStrategy","schema":{"enum":["UNSPECIFIED_DOMAIN_OVERRIDE_STRATEGY","STRICT","OVERRIDE"],"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DomainMapping"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Operation"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["apps"]}},"/v1beta/apps/{appsId}/domainMappings/{domainMappingsId}":{"delete":{"description":"Deletes the specified domain mapping. A user must be authorized to administer the associated domain in order to delete a DomainMapping resource.","operationId":"appengine.apps.domainMappings.delete","parameters":[{"description":"Part of `name`. Name of the resource to delete. Example: apps/myapp/domainMappings/example.com.","in":"path","name":"appsId","required":true,"schema":{"type":"string"}},{"description":"Part of `name`. See documentation of `appsId`.","in":"path","name":"domainMappingsId","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Operation"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["apps"]},"get":{"description":"Gets the specified domain mapping.","operationId":"appengine.apps.domainMappings.get","parameters":[{"description":"Part of `name`. Name of the resource requested. Example: apps/myapp/domainMappings/example.com.","in":"path","name":"appsId","required":true,"schema":{"type":"string"}},{"description":"Part of `name`. See documentation of `appsId`.","in":"path","name":"domainMappingsId","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DomainMapping"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/appengine.admin"],"Oauth2c":["https://www.googleapis.com/auth/appengine.admin"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform.read-only"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform.read-only"]}],"tags":["apps"]},"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"patch":{"description":"Updates the specified domain mapping. To map an SSL certificate to a domain mapping, update certificate_id to point to an AuthorizedCertificate resource. A user must be authorized to administer the associated domain in order to update a DomainMapping resource.","operationId":"appengine.apps.domainMappings.patch","parameters":[{"description":"Part of `name`. Name of the resource to update. Example: apps/myapp/domainMappings/example.com.","in":"path","name":"appsId","required":true,"schema":{"type":"string"}},{"description":"Part of `name`. See documentation of `appsId`.","in":"path","name":"domainMappingsId","required":true,"schema":{"type":"string"}},{"description":"Required. Standard field mask for the set of fields to be updated.","in":"query","name":"updateMask","schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DomainMapping"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Operation"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["apps"]}},"/v1beta/apps/{appsId}/firewall/ingressRules":{"get":{"description":"Lists the firewall rules of an application.","operationId":"appengine.apps.firewall.ingressRules.list","parameters":[{"description":"Part of `parent`. Name of the Firewall collection to retrieve. Example: apps/myapp/firewall/ingressRules.","in":"path","name":"appsId","required":true,"schema":{"type":"string"}},{"description":"A valid IP Address. If set, only rules matching this address will be returned. The first returned rule will be the rule that fires on requests from this IP.","in":"query","name":"matchingAddress","schema":{"type":"string"}},{"description":"Maximum results to return per page.","in":"query","name":"pageSize","schema":{"type":"integer"}},{"description":"Continuation token for fetching the next page of results.","in":"query","name":"pageToken","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListIngressRulesResponse"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/appengine.admin"],"Oauth2c":["https://www.googleapis.com/auth/appengine.admin"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform.read-only"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform.read-only"]}],"tags":["apps"]},"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"post":{"description":"Creates a firewall rule for the application.","operationId":"appengine.apps.firewall.ingressRules.create","parameters":[{"description":"Part of `parent`. Name of the parent Firewall collection in which to create a new rule. Example: apps/myapp/firewall/ingressRules.","in":"path","name":"appsId","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FirewallRule"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FirewallRule"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["apps"]}},"/v1beta/apps/{appsId}/firewall/ingressRules/{ingressRulesId}":{"delete":{"description":"Deletes the specified firewall rule.","operationId":"appengine.apps.firewall.ingressRules.delete","parameters":[{"description":"Part of `name`. Name of the Firewall resource to delete. Example: apps/myapp/firewall/ingressRules/100.","in":"path","name":"appsId","required":true,"schema":{"type":"string"}},{"description":"Part of `name`. See documentation of `appsId`.","in":"path","name":"ingressRulesId","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Empty"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["apps"]},"get":{"description":"Gets the specified firewall rule.","operationId":"appengine.apps.firewall.ingressRules.get","parameters":[{"description":"Part of `name`. Name of the Firewall resource to retrieve. Example: apps/myapp/firewall/ingressRules/100.","in":"path","name":"appsId","required":true,"schema":{"type":"string"}},{"description":"Part of `name`. See documentation of `appsId`.","in":"path","name":"ingressRulesId","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FirewallRule"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/appengine.admin"],"Oauth2c":["https://www.googleapis.com/auth/appengine.admin"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform.read-only"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform.read-only"]}],"tags":["apps"]},"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"patch":{"description":"Updates the specified firewall rule.","operationId":"appengine.apps.firewall.ingressRules.patch","parameters":[{"description":"Part of `name`. Name of the Firewall resource to update. Example: apps/myapp/firewall/ingressRules/100.","in":"path","name":"appsId","required":true,"schema":{"type":"string"}},{"description":"Part of `name`. See documentation of `appsId`.","in":"path","name":"ingressRulesId","required":true,"schema":{"type":"string"}},{"description":"Standard field mask for the set of fields to be updated.","in":"query","name":"updateMask","schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FirewallRule"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FirewallRule"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["apps"]}},"/v1beta/apps/{appsId}/firewall/ingressRules:batchUpdate":{"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"post":{"description":"Replaces the entire firewall ruleset in one bulk operation. This overrides and replaces the rules of an existing firewall with the new rules.If the final rule does not match traffic with the '*' wildcard IP range, then an \"allow all\" rule is explicitly added to the end of the list.","operationId":"appengine.apps.firewall.ingressRules.batchUpdate","parameters":[{"description":"Part of `name`. Name of the Firewall collection to set. Example: apps/myapp/firewall/ingressRules.","in":"path","name":"appsId","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BatchUpdateIngressRulesRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BatchUpdateIngressRulesResponse"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["apps"]}},"/v1beta/apps/{appsId}/locations":{"get":{"description":"Lists information about the supported locations for this service.","operationId":"appengine.apps.locations.list","parameters":[{"description":"Part of `name`. The resource that owns the locations collection, if applicable.","in":"path","name":"appsId","required":true,"schema":{"type":"string"}},{"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).","in":"query","name":"filter","schema":{"type":"string"}},{"description":"The maximum number of results to return. If not set, the service selects a default.","in":"query","name":"pageSize","schema":{"type":"integer"}},{"description":"A page token received from the next_page_token field in the response. Send that page token to receive the subsequent page.","in":"query","name":"pageToken","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListLocationsResponse"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/appengine.admin"],"Oauth2c":["https://www.googleapis.com/auth/appengine.admin"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform.read-only"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform.read-only"]}],"tags":["apps"]},"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}]},"/v1beta/apps/{appsId}/locations/{locationsId}":{"get":{"description":"Gets information about a location.","operationId":"appengine.apps.locations.get","parameters":[{"description":"Part of `name`. Resource name for the location.","in":"path","name":"appsId","required":true,"schema":{"type":"string"}},{"description":"Part of `name`. See documentation of `appsId`.","in":"path","name":"locationsId","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Location"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/appengine.admin"],"Oauth2c":["https://www.googleapis.com/auth/appengine.admin"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform.read-only"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform.read-only"]}],"tags":["apps"]},"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}]},"/v1beta/apps/{appsId}/operations":{"get":{"description":"Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED.","operationId":"appengine.apps.operations.list","parameters":[{"description":"Part of `name`. The name of the operation's parent resource.","in":"path","name":"appsId","required":true,"schema":{"type":"string"}},{"description":"The standard list filter.","in":"query","name":"filter","schema":{"type":"string"}},{"description":"The standard list page size.","in":"query","name":"pageSize","schema":{"type":"integer"}},{"description":"The standard list page token.","in":"query","name":"pageToken","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListOperationsResponse"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/appengine.admin"],"Oauth2c":["https://www.googleapis.com/auth/appengine.admin"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform.read-only"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform.read-only"]}],"tags":["apps"]},"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}]},"/v1beta/apps/{appsId}/operations/{operationsId}":{"get":{"description":"Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.","operationId":"appengine.apps.operations.get","parameters":[{"description":"Part of `name`. The name of the operation resource.","in":"path","name":"appsId","required":true,"schema":{"type":"string"}},{"description":"Part of `name`. See documentation of `appsId`.","in":"path","name":"operationsId","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Operation"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/appengine.admin"],"Oauth2c":["https://www.googleapis.com/auth/appengine.admin"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform.read-only"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform.read-only"]}],"tags":["apps"]},"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}]},"/v1beta/apps/{appsId}/services":{"get":{"description":"Lists all the services in the application.","operationId":"appengine.apps.services.list","parameters":[{"description":"Part of `parent`. Name of the parent Application resource. Example: apps/myapp.","in":"path","name":"appsId","required":true,"schema":{"type":"string"}},{"description":"Maximum results to return per page.","in":"query","name":"pageSize","schema":{"type":"integer"}},{"description":"Continuation token for fetching the next page of results.","in":"query","name":"pageToken","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListServicesResponse"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/appengine.admin"],"Oauth2c":["https://www.googleapis.com/auth/appengine.admin"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform.read-only"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform.read-only"]}],"tags":["apps"]},"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}]},"/v1beta/apps/{appsId}/services/{servicesId}":{"delete":{"description":"Deletes the specified service and all enclosed versions.","operationId":"appengine.apps.services.delete","parameters":[{"description":"Part of `name`. Name of the resource requested. Example: apps/myapp/services/default.","in":"path","name":"appsId","required":true,"schema":{"type":"string"}},{"description":"Part of `name`. See documentation of `appsId`.","in":"path","name":"servicesId","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Operation"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["apps"]},"get":{"description":"Gets the current configuration of the specified service.","operationId":"appengine.apps.services.get","parameters":[{"description":"Part of `name`. Name of the resource requested. Example: apps/myapp/services/default.","in":"path","name":"appsId","required":true,"schema":{"type":"string"}},{"description":"Part of `name`. See documentation of `appsId`.","in":"path","name":"servicesId","required":true,"schema":{"type":"string"}},{"description":"Optional. Options to include extra data","in":"query","name":"includeExtraData","schema":{"enum":["INCLUDE_EXTRA_DATA_UNSPECIFIED","INCLUDE_EXTRA_DATA_NONE","INCLUDE_GOOGLE_GENERATED_METADATA"],"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Service"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/appengine.admin"],"Oauth2c":["https://www.googleapis.com/auth/appengine.admin"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform.read-only"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform.read-only"]}],"tags":["apps"]},"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"patch":{"description":"Updates the configuration of the specified service.","operationId":"appengine.apps.services.patch","parameters":[{"description":"Part of `name`. Name of the resource to update. Example: apps/myapp/services/default.","in":"path","name":"appsId","required":true,"schema":{"type":"string"}},{"description":"Part of `name`. See documentation of `appsId`.","in":"path","name":"servicesId","required":true,"schema":{"type":"string"}},{"description":"Set to true to gradually shift traffic to one or more versions that you specify. By default, traffic is shifted immediately. For gradual traffic migration, the target versions must be located within instances that are configured for both warmup requests (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.services.versions#InboundServiceType) and automatic scaling (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.services.versions#AutomaticScaling). You must specify the shardBy (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.services#ShardBy) field in the Service resource. Gradual traffic migration is not supported in the App Engine flexible environment. For examples, see Migrating and Splitting Traffic (https://cloud.google.com/appengine/docs/admin-api/migrating-splitting-traffic).","in":"query","name":"migrateTraffic","schema":{"type":"boolean"}},{"description":"Required. Standard field mask for the set of fields to be updated.","in":"query","name":"updateMask","schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Service"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Operation"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["apps"]}},"/v1beta/apps/{appsId}/services/{servicesId}/versions":{"get":{"description":"Lists the versions of a service.","operationId":"appengine.apps.services.versions.list","parameters":[{"description":"Part of `parent`. Name of the parent Service resource. Example: apps/myapp/services/default.","in":"path","name":"appsId","required":true,"schema":{"type":"string"}},{"description":"Part of `parent`. See documentation of `appsId`.","in":"path","name":"servicesId","required":true,"schema":{"type":"string"}},{"description":"Maximum results to return per page.","in":"query","name":"pageSize","schema":{"type":"integer"}},{"description":"Continuation token for fetching the next page of results.","in":"query","name":"pageToken","schema":{"type":"string"}},{"description":"Controls the set of fields returned in the List response.","in":"query","name":"view","schema":{"enum":["BASIC","FULL"],"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListVersionsResponse"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/appengine.admin"],"Oauth2c":["https://www.googleapis.com/auth/appengine.admin"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform.read-only"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform.read-only"]}],"tags":["apps"]},"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"post":{"description":"Deploys code and resource files to a new version.","operationId":"appengine.apps.services.versions.create","parameters":[{"description":"Part of `parent`. Name of the parent resource to create this version under. Example: apps/myapp/services/default.","in":"path","name":"appsId","required":true,"schema":{"type":"string"}},{"description":"Part of `parent`. See documentation of `appsId`.","in":"path","name":"servicesId","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Version"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Operation"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["apps"]}},"/v1beta/apps/{appsId}/services/{servicesId}/versions/{versionsId}":{"delete":{"description":"Deletes an existing Version resource.","operationId":"appengine.apps.services.versions.delete","parameters":[{"description":"Part of `name`. Name of the resource requested. Example: apps/myapp/services/default/versions/v1.","in":"path","name":"appsId","required":true,"schema":{"type":"string"}},{"description":"Part of `name`. See documentation of `appsId`.","in":"path","name":"servicesId","required":true,"schema":{"type":"string"}},{"description":"Part of `name`. See documentation of `appsId`.","in":"path","name":"versionsId","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Operation"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["apps"]},"get":{"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.","operationId":"appengine.apps.services.versions.get","parameters":[{"description":"Part of `name`. Name of the resource requested. Example: apps/myapp/services/default/versions/v1.","in":"path","name":"appsId","required":true,"schema":{"type":"string"}},{"description":"Part of `name`. See documentation of `appsId`.","in":"path","name":"servicesId","required":true,"schema":{"type":"string"}},{"description":"Part of `name`. See documentation of `appsId`.","in":"path","name":"versionsId","required":true,"schema":{"type":"string"}},{"description":"Optional. Options to include extra data","in":"query","name":"includeExtraData","schema":{"enum":["INCLUDE_EXTRA_DATA_UNSPECIFIED","INCLUDE_EXTRA_DATA_NONE","INCLUDE_GOOGLE_GENERATED_METADATA"],"type":"string"}},{"description":"Controls the set of fields returned in the Get response.","in":"query","name":"view","schema":{"enum":["BASIC","FULL"],"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Version"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/appengine.admin"],"Oauth2c":["https://www.googleapis.com/auth/appengine.admin"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform.read-only"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform.read-only"]}],"tags":["apps"]},"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"patch":{"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)","operationId":"appengine.apps.services.versions.patch","parameters":[{"description":"Part of `name`. Name of the resource to update. Example: apps/myapp/services/default/versions/1.","in":"path","name":"appsId","required":true,"schema":{"type":"string"}},{"description":"Part of `name`. See documentation of `appsId`.","in":"path","name":"servicesId","required":