openapi-directory
Version:
Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS
1 lines • 118 kB
JSON
{"openapi":"3.0.0","info":{"contact":{"name":"Google","url":"https://google.com"},"description":"Provisions and manages developers' App Engine applications.","title":"App Engine Admin","version":"v1","x-apiClientRegistration":{"url":"https://console.developers.google.com"},"x-logo":{"url":"https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png"},"x-origin":[{"converter":{"url":"https://github.com/lucybot/api-spec-converter","version":"2.7.18"},"format":"google","url":"https://appengine.googleapis.com/$discovery/rest?version=v1","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"}],"paths":{"/v1/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/uploadType"},{"$ref":"#/components/parameters/upload_protocol"}],"post":{"description":"Creates an App Engine application for a Google Cloud Platform project. Required fields:\nid - The ID of the target Cloud Platform project.\nlocation - 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":{"$ref":"#/components/requestBodies/Application"},"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Operation"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["apps"]}},"/v1/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"}}],"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Application"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/appengine.admin"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["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/uploadType"},{"$ref":"#/components/parameters/upload_protocol"}],"patch":{"description":"Updates the specified Application resource. You can update the following fields:\nauth_domain - Google authentication domain for controlling user access to the application.\ndefault_cookie_expiration - Cookie expiration policy 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":"Standard field mask for the set of fields to be updated.","in":"query","name":"updateMask","schema":{"type":"string"}}],"requestBody":{"$ref":"#/components/requestBodies/Application"},"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Operation"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["apps"]}},"/v1/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":{"type":"string","enum":["BASIC_CERTIFICATE","FULL_CERTIFICATE"]}}],"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ListAuthorizedCertificatesResponse"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/appengine.admin"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["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/uploadType"},{"$ref":"#/components/parameters/upload_protocol"}],"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":{"$ref":"#/components/requestBodies/AuthorizedCertificate"},"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/AuthorizedCertificate"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["apps"]}},"/v1/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":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Empty"}}}}},"security":[{"Oauth2":["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":{"type":"string","enum":["BASIC_CERTIFICATE","FULL_CERTIFICATE"]}}],"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/AuthorizedCertificate"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/appengine.admin"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["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/uploadType"},{"$ref":"#/components/parameters/upload_protocol"}],"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":{"$ref":"#/components/requestBodies/AuthorizedCertificate"},"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/AuthorizedCertificate"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["apps"]}},"/v1/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":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ListAuthorizedDomainsResponse"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/appengine.admin"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["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/uploadType"},{"$ref":"#/components/parameters/upload_protocol"}]},"/v1/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":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ListDomainMappingsResponse"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/appengine.admin"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["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/uploadType"},{"$ref":"#/components/parameters/upload_protocol"}],"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":{"type":"string","enum":["UNSPECIFIED_DOMAIN_OVERRIDE_STRATEGY","STRICT","OVERRIDE"]}}],"requestBody":{"$ref":"#/components/requestBodies/DomainMapping"},"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Operation"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["apps"]}},"/v1/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":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Operation"}}}}},"security":[{"Oauth2":["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":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DomainMapping"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/appengine.admin"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["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/uploadType"},{"$ref":"#/components/parameters/upload_protocol"}],"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":"Standard field mask for the set of fields to be updated.","in":"query","name":"updateMask","schema":{"type":"string"}}],"requestBody":{"$ref":"#/components/requestBodies/DomainMapping"},"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Operation"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["apps"]}},"/v1/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":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ListIngressRulesResponse"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/appengine.admin"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["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/uploadType"},{"$ref":"#/components/parameters/upload_protocol"}],"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":{"$ref":"#/components/requestBodies/FirewallRule"},"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/FirewallRule"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["apps"]}},"/v1/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":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Empty"}}}}},"security":[{"Oauth2":["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":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/FirewallRule"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/appengine.admin"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["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/uploadType"},{"$ref":"#/components/parameters/upload_protocol"}],"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":{"$ref":"#/components/requestBodies/FirewallRule"},"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/FirewallRule"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["apps"]}},"/v1/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/uploadType"},{"$ref":"#/components/parameters/upload_protocol"}],"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":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/BatchUpdateIngressRulesResponse"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["apps"]}},"/v1/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":"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":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ListLocationsResponse"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/appengine.admin"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["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/uploadType"},{"$ref":"#/components/parameters/upload_protocol"}]},"/v1/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":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Location"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/appengine.admin"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["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/uploadType"},{"$ref":"#/components/parameters/upload_protocol"}]},"/v1/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.NOTE: the name binding allows API services to override the binding to use different resource name schemes, such as users/*/operations. To override the binding, API services can add a binding such as \"/v1/{name=users/*}/operations\" to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must ensure the name binding is the parent resource, without the operations collection id.","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":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ListOperationsResponse"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/appengine.admin"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["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/uploadType"},{"$ref":"#/components/parameters/upload_protocol"}]},"/v1/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":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Operation"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/appengine.admin"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["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/uploadType"},{"$ref":"#/components/parameters/upload_protocol"}]},"/v1/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":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ListServicesResponse"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/appengine.admin"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["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/uploadType"},{"$ref":"#/components/parameters/upload_protocol"}]},"/v1/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":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Operation"}}}}},"security":[{"Oauth2":["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"}}],"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Service"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/appengine.admin"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["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/uploadType"},{"$ref":"#/components/parameters/upload_protocol"}],"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":"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/v1/apps.services.versions#InboundServiceType) and automatic scaling (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#AutomaticScaling). You must specify the shardBy (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/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":"Part of `name`. See documentation of `appsId`.","in":"path","name":"servicesId","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/Service"}}}},"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Operation"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["apps"]}},"/v1/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":"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":"Part of `parent`. See documentation of `appsId`.","in":"path","name":"servicesId","required":true,"schema":{"type":"string"}},{"description":"Controls the set of fields returned in the List response.","in":"query","name":"view","schema":{"type":"string","enum":["BASIC","FULL"]}}],"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ListVersionsResponse"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/appengine.admin"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["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/uploadType"},{"$ref":"#/components/parameters/upload_protocol"}],"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":{"$ref":"#/components/requestBodies/Version"},"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Operation"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["apps"]}},"/v1/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":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Operation"}}}}},"security":[{"Oauth2":["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":"Controls the set of fields returned in the Get response.","in":"query","name":"view","schema":{"type":"string","enum":["BASIC","FULL"]}}],"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Version"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/appengine.admin"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["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/uploadType"},{"$ref":"#/components/parameters/upload_protocol"}],"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\ninstance_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:\nautomatic_scaling.min_idle_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling)\nautomatic_scaling.max_idle_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling)\nautomaticScaling.standard_scheduler_settings.max_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#StandardSchedulerSettings)\nautomaticScaling.standard_scheduler_settings.min_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#StandardSchedulerSettings)\nautomaticScaling.standard_scheduler_settings.target_cpu_utilization (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#StandardSchedulerSettings)\nautomaticScaling.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:\nserving_status (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.serving_status)Flexible environment\nserving_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:\nautomatic_scaling.min_total_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling)\nautomatic_scaling.max_total_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling)\nautomatic_scaling.cool_down_period_sec (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling)\nautomatic_scaling.cpu_utilization.target_utilization (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling)","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":true,"schema":{"type":"string"}},{"description":"Standard field mask for the set of fields to be updated.","in":"query","name":"updateMask","schema":{"type":"string"}},{"description":"Part of `name`. See documentation of `appsId`.","in":"path","name":"versionsId","required":true,"schema":{"type":"string"}}],"requestBody":{"$ref":"#/components/requestBodies/Version"},"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Operation"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["apps"]}},"/v1/apps/{appsId}/services/{servicesId}/versions/{versionsId}/instances":{"get":{"description":"Lists the instances of a version.Tip: To aggregate details about instances over time, see the Stackdriver Monitoring API (https://cloud.google.com/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list).","operationId":"appengine.apps.services.versions.instances.list","parameters":[{"description":"Part of `parent`. Name of the parent Version resource. Example: apps/myapp/services/default/versions/v1.","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":"Part of `parent`. See documentation of `appsId`.","in":"path","name":"servicesId","required":true,"schema":{"type":"string"}},{"description":"Part of `parent`. See documentation of `appsId`.","in":"path","name":"versionsId","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ListInstancesResponse"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/appengine.admin"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["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/uploadType"},{"$ref":"#/components/parameters/upload_protocol"}]},"/v1/apps/{appsId}/services/{servicesId}/versions/{versionsId}/instances/{instancesId}":{"delete":{"description":"Stops a running instance.","operationId":"appengine.apps.services.versions.instances.delete","parameters":[{"description":"Part of `name`. Name of the resource requested. Example: apps/myapp/services/default/versions/v1/instances/instance-1.","in":"path","name":"appsId","required":true,"schema":{"type":"string"}},{"description":"Part of `name`. See documentation of `appsId`.","in":"path","name":"instancesId","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":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Operation"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["apps"]},"get":{"description":"Gets instance information.","operationId":"appengine.apps.services.versions.instances.get","parameters":[{"description":"Part of `name`. Name of the resource requested. Example: apps/myapp/services/default/versions/v1/instances/instance-1.","in":"path","name":"appsId","required":true,"schema":{"type":"string"}},{"description":"Part of `name`. See documentation of `appsId`.","in":"path","name":"instancesId","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":{"description":"Successful response","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Instance"}}}}},"security":[{"Oauth2":["https://www.googleapis.com/auth/appengine.admin"]},{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"]},{"Oauth2":["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/uploadType"},{"$ref":"#/components/parameters/upload_protocol"}]},"/v1/apps/{appsId}/services/{servicesId}/versions/{versionsId}/instances/{instancesId}:debug":{"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/uploadType"},{"$ref":"#/components/parameters/upload_protocol"}],"post":{"description":"Enables debugging on a VM instance. This allows you to use the SSH command to connect to the virtual machine where the instance lives. While in \"debug mode\", the instance continues to serve live traffic. You should delete the instance when