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

Unified Diff: discovery/googleapis_beta/sqladmin__v1beta3.json

Issue 1078053002: Roll of googleapis as of 4/7/2015. (Closed) Base URL: https://github.com/dart-lang/googleapis.git@master
Patch Set: Created 5 years, 8 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
Index: discovery/googleapis_beta/sqladmin__v1beta3.json
diff --git a/discovery/googleapis_beta/sqladmin__v1beta3.json b/discovery/googleapis_beta/sqladmin__v1beta3.json
index 060c9c9b326a7ac7eff02a9dd0c23b17f17478e0..7db711dad988828968fe5911f13d15a3fac24fa5 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": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/O6ljRtnlfAyfdcd3dwyJdKZfq0c\"",
+ "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/1SDe8olKAhBNATLmZ2G6zQS74JM\"",
"icons": {
"x16": "http://www.google.com/images/icons/product/search-16.gif",
"x32": "http://www.google.com/images/icons/product/search-32.gif"
@@ -910,7 +910,7 @@
}
}
},
- "revision": "20150109",
+ "revision": "20150305",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"BackupConfiguration": {
@@ -1062,11 +1062,11 @@
"id": "DatabaseFlags",
"properties": {
"name": {
- "description": "The name of the flag. These flags are passed at instance startup, so include both MySQL server options and MySQL system variables. Flags should be specified with underscores, not hyphens. Refer to the official MySQL documentation on server options and system variables for descriptions of what these flags do. Acceptable values are: character_set_server utf8 or utf8mb4 event_scheduler on or off (Note: The event scheduler will only work reliably if the instance activationPolicy is set to ALWAYS) general_log on or off group_concat_max_len 4..17179869184 innodb_flush_log_at_trx_commit 0..2 innodb_lock_wait_timeout 1..1073741824 log_bin_trust_function_creators on or off log_output Can be either TABLE or NONE, FILE is not supported log_queries_not_using_indexes on or off long_query_time 0..30000000 lower_case_table_names 0..2 max_allowed_packet 16384..1073741824 read_only on or off skip_show_database on or off slow_query_log on or off. If set to on, you must also set the log_output flag to TABLE to receive logs. wait_timeout 1..31536000",
+ "description": "The name of the flag. These flags are passed at instance startup, so include both MySQL server options and MySQL system variables. Flags should be specified with underscores, not hyphens. For more information, see Configuring MySQL Flags in the Google Cloud SQL documentation, as well as the official MySQL documentation for server options and system variables.",
"type": "string"
},
"value": {
- "description": "The value of the flag. Booleans should be set using 1 for true, and 0 for false. This field must be omitted if the flag doesn't take a value.",
+ "description": "The value of the flag. Booleans should be set to on for true and off for false. This field must be omitted if the flag doesn't take a value.",
"type": "string"
}
},
« no previous file with comments | « discovery/googleapis_beta/resourceviews__v1beta2.json ('k') | discovery/googleapis_beta/sqladmin__v1beta4.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698