mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-08 12:32:08 +01:00
update all json files
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
},
|
||||
"id": "appengine:v1beta",
|
||||
"kind": "discovery#restDescription",
|
||||
"mtlsRootUrl": "https://appengine.mtls.googleapis.com/",
|
||||
"name": "appengine",
|
||||
"ownerDomain": "google.com",
|
||||
"ownerName": "Google",
|
||||
@@ -1421,7 +1422,7 @@
|
||||
]
|
||||
},
|
||||
"delete": {
|
||||
"description": "Stops a running instance.",
|
||||
"description": "Stops a running instance.The instance might be automatically recreated based on the scaling settings of the version. For more information, see \"How Instances are Managed\" (standard environment (https://cloud.google.com/appengine/docs/standard/python/how-instances-are-managed) | flexible environment (https://cloud.google.com/appengine/docs/flexible/python/how-instances-are-managed)).To ensure that instances are not re-created and avoid getting billed, you can stop all instances within the target version by changing the serving status of the version to STOPPED with the apps.services.versions.patch (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions/patch) method.",
|
||||
"flatPath": "v1beta/apps/{appsId}/services/{servicesId}/versions/{versionsId}/instances/{instancesId}",
|
||||
"httpMethod": "DELETE",
|
||||
"id": "appengine.apps.services.versions.instances.delete",
|
||||
@@ -1572,7 +1573,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"revision": "20190624",
|
||||
"revision": "20200403",
|
||||
"rootUrl": "https://appengine.googleapis.com/",
|
||||
"schemas": {
|
||||
"ApiConfigHandler": {
|
||||
@@ -2337,10 +2338,6 @@
|
||||
"description": "OAuth2 client ID to use for the authentication flow.",
|
||||
"type": "string"
|
||||
},
|
||||
"oauth2ClientInfo": {
|
||||
"$ref": "OAuth2ClientInfo",
|
||||
"description": "InputOnly OAuth client info required to generate client id to be used for IAP."
|
||||
},
|
||||
"oauth2ClientSecret": {
|
||||
"description": "OAuth2 client secret to use for the authentication flow.For security reasons, this value cannot be retrieved via the API. Instead, the SHA-256 hash of the value is returned in the oauth2_client_secret_sha256 field.@InputOnly",
|
||||
"type": "string"
|
||||
@@ -2731,7 +2728,7 @@
|
||||
"Certificate is under active attempts to acquire or renew.",
|
||||
"Most recent renewal failed due to an invalid DNS setup and will be retried. Renewal attempts will continue to fail until the certificate domain's DNS configuration is fixed. The last successfully provisioned certificate may still be serving.",
|
||||
"All renewal attempts have been exhausted, likely due to an invalid DNS setup.",
|
||||
"Most recent renewal failed due to an explicit CAA record that does not include the in-use CA, Let's Encrypt. Renewals will continue to fail until the CAA is reconfigured. The last successfully provisioned certificate may still be serving.",
|
||||
"Most recent renewal failed due to an explicit CAA record that does not include one of the in-use CAs (Google CA and Let's Encrypt). Renewals will continue to fail until the CAA is reconfigured. The last successfully provisioned certificate may still be serving.",
|
||||
"Most recent renewal failed due to a CAA retrieval failure. This means that the domain's DNS provider does not properly handle CAA records, failing requests for CAA records when no CAA records are defined. Renewals will continue to fail until the DNS provider is changed or a CAA record is added for the given domain. The last successfully provisioned certificate may still be serving."
|
||||
],
|
||||
"type": "string"
|
||||
@@ -2808,24 +2805,6 @@
|
||||
},
|
||||
"type": "object"
|
||||
},
|
||||
"OAuth2ClientInfo": {
|
||||
"id": "OAuth2ClientInfo",
|
||||
"properties": {
|
||||
"applicationName": {
|
||||
"description": "Application name to be used in OAuth consent screen.",
|
||||
"type": "string"
|
||||
},
|
||||
"clientName": {
|
||||
"description": "Nameof the client to be generated. Optional - If not provided, the name will be autogenerated by the backend.",
|
||||
"type": "string"
|
||||
},
|
||||
"developerEmailAddress": {
|
||||
"description": "Developer's information to be used in OAuth consent screen.",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"type": "object"
|
||||
},
|
||||
"Operation": {
|
||||
"description": "This resource represents a long-running operation that is the result of a network API call.",
|
||||
"id": "Operation",
|
||||
|
||||
Reference in New Issue
Block a user