Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(106)

Unified Diff: discovery/googleapis_beta/sqladmin__v1beta4.json

Issue 1296863002: Api-roll 22: 2015-08-17 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « discovery/googleapis_beta/sqladmin__v1beta3.json ('k') | generated/googleapis/CHANGELOG.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: discovery/googleapis_beta/sqladmin__v1beta4.json
diff --git a/discovery/googleapis_beta/sqladmin__v1beta4.json b/discovery/googleapis_beta/sqladmin__v1beta4.json
index 64bca1a7400f43588c6e430bd4bb2299c3ae33b2..8a601578ebda51874539059da087a32c672d65e3 100644
--- a/discovery/googleapis_beta/sqladmin__v1beta4.json
+++ b/discovery/googleapis_beta/sqladmin__v1beta4.json
@@ -18,7 +18,7 @@
"description": "API for Cloud SQL database instance management.",
"discoveryVersion": "v1",
"documentationLink": "https://cloud.google.com/sql/docs/reference/latest",
- "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/tWiKG-tAYUfQIEzSxsK_muuAjks\"",
+ "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/PiWRyQxPs-4Ktfq_grOnClEFQ5M\"",
"icons": {
"x16": "http://www.google.com/images/icons/product/search-16.gif",
"x32": "http://www.google.com/images/icons/product/search-32.gif"
@@ -1109,6 +1109,40 @@
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/sqlservice.admin"
]
+ },
+ "sign": {
+ "description": "Generates a short-lived X509 certificate containing the provided public key and signed by a private key specific to the target instance. Users may use the certificate to authenticate as themselves when connecting to the database.",
+ "httpMethod": "POST",
+ "id": "sql.sslCerts.sign",
+ "parameterOrder": [
+ "project",
+ "instance"
+ ],
+ "parameters": {
+ "instance": {
+ "description": "Cloud SQL instance ID. This does not include the project ID.",
+ "location": "path",
+ "required": true,
+ "type": "string"
+ },
+ "project": {
+ "description": "Project ID of the Cloud SQL project.",
+ "location": "path",
+ "required": true,
+ "type": "string"
+ }
+ },
+ "path": "projects/{project}/instances/{instance}/certSign",
+ "request": {
+ "$ref": "SslCertsSignRequest"
+ },
+ "response": {
+ "$ref": "SslCert"
+ },
+ "scopes": [
+ "https://www.googleapis.com/auth/cloud-platform",
+ "https://www.googleapis.com/auth/sqlservice.admin"
+ ]
}
}
},
@@ -1303,7 +1337,7 @@
}
}
},
- "revision": "20150305",
+ "revision": "20150806",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"AclEntry": {
@@ -2381,6 +2415,17 @@
},
"type": "object"
},
+ "SslCertsSignRequest": {
+ "description": "SslCerts sign request.",
+ "id": "SslCertsSignRequest",
+ "properties": {
+ "public_key": {
+ "description": "PEM encoded public key to include in the signed certificate.",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
"Tier": {
"description": "A Google Cloud SQL service tier resource.",
"id": "Tier",
« no previous file with comments | « discovery/googleapis_beta/sqladmin__v1beta3.json ('k') | generated/googleapis/CHANGELOG.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698