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

Unified Diff: discovery/googleapis_beta/sqladmin__v1beta3.json

Issue 698403003: Api roll 5: 2014-11-05 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 6 years, 1 month 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
Index: discovery/googleapis_beta/sqladmin__v1beta3.json
diff --git a/discovery/googleapis_beta/sqladmin__v1beta3.json b/discovery/googleapis_beta/sqladmin__v1beta3.json
index fe96414e45beb7f06e3ac0e21f7f12d0105d6e57..6e1b6956f5d93a28194d92728093ce9a237e2fe9 100644
--- a/discovery/googleapis_beta/sqladmin__v1beta3.json
+++ b/discovery/googleapis_beta/sqladmin__v1beta3.json
@@ -18,7 +18,7 @@
"description": "API for Cloud SQL database instance management.",
"discoveryVersion": "v1",
"documentationLink": "https://developers.google.com/cloud-sql/docs/admin-api/",
- "etag": "\"l66ggWbucbkBw9Lpos72oziyefE/9fwQA8H2k5NmzsvEUWIyM_KlxbQ\"",
+ "etag": "\"l66ggWbucbkBw9Lpos72oziyefE/hSgBYRvTI2dDR9CzjHO6eIajaXc\"",
"icons": {
"x16": "http://www.google.com/images/icons/product/search-16.gif",
"x32": "http://www.google.com/images/icons/product/search-32.gif"
@@ -95,7 +95,7 @@
"type": "string"
},
"dueTime": {
- "description": "The time when this run is due to start in RFC 3339 format, for example 2012-11-15T16:19:00.094Z.",
+ "description": "The start time of the four-hour backup window. The backup can occur any time in the window. The time is in RFC 3339 format, for example 2012-11-15T16:19:00.094Z.",
"location": "query",
"required": true,
"type": "string"
@@ -542,7 +542,7 @@
"type": "string"
},
"dueTime": {
- "description": "The time when this run is due to start in RFC 3339 format, for example 2012-11-15T16:19:00.094Z.",
+ "description": "The start time of the four-hour backup window. The backup can occur any time in the window. The time is in RFC 3339 format, for example 2012-11-15T16:19:00.094Z.",
"location": "query",
"required": true,
"type": "string"
@@ -888,7 +888,7 @@
}
}
},
- "revision": "20140827",
+ "revision": "20141020",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"BackupConfiguration": {
@@ -1088,6 +1088,10 @@
},
"type": "array"
},
+ "ipv6Address": {
+ "description": "The IPv6 address assigned to the instance.",
+ "type": "string"
+ },
"kind": {
"default": "sql#instance",
"description": "This is always sql#instance.",
@@ -1574,6 +1578,11 @@
"description": "Whether the instance should be assigned an IP address or not.",
"type": "boolean"
},
+ "kind": {
+ "default": "sql#ipConfiguration",
+ "description": "This is always sql#ipConfiguration.",
+ "type": "string"
+ },
"requireSsl": {
"description": "Whether the mysqld should default to 'REQUIRE X509' for users connecting over IP.",
"type": "boolean"

Powered by Google App Engine
This is Rietveld 408576698