OLD | NEW |
1 { | 1 { |
2 "auth": { | 2 "auth": { |
3 "oauth2": { | 3 "oauth2": { |
4 "scopes": { | 4 "scopes": { |
5 "https://www.googleapis.com/auth/cloud-platform": { | 5 "https://www.googleapis.com/auth/cloud-platform": { |
6 "description": "View and manage your data across Google Clou
d Platform services" | 6 "description": "View and manage your data across Google Clou
d Platform services" |
7 }, | 7 }, |
8 "https://www.googleapis.com/auth/sqlservice.admin": { | 8 "https://www.googleapis.com/auth/sqlservice.admin": { |
9 "description": "Manage your Google SQL Service instances" | 9 "description": "Manage your Google SQL Service instances" |
10 } | 10 } |
11 } | 11 } |
12 } | 12 } |
13 }, | 13 }, |
14 "basePath": "/sql/v1beta3/", | 14 "basePath": "/sql/v1beta3/", |
15 "baseUrl": "https://www.googleapis.com/sql/v1beta3/", | 15 "baseUrl": "https://www.googleapis.com/sql/v1beta3/", |
16 "batchPath": "batch", | 16 "batchPath": "batch", |
17 "canonicalName": "SQL Admin", | 17 "canonicalName": "SQL Admin", |
18 "description": "API for Cloud SQL database instance management.", | 18 "description": "API for Cloud SQL database instance management.", |
19 "discoveryVersion": "v1", | 19 "discoveryVersion": "v1", |
20 "documentationLink": "https://developers.google.com/cloud-sql/docs/admin-api
/", | 20 "documentationLink": "https://developers.google.com/cloud-sql/docs/admin-api
/", |
21 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/O6ljRtnlfAyfdcd3dwyJdKZfq0c\"", | 21 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/1SDe8olKAhBNATLmZ2G6zQS74JM\"", |
22 "icons": { | 22 "icons": { |
23 "x16": "http://www.google.com/images/icons/product/search-16.gif", | 23 "x16": "http://www.google.com/images/icons/product/search-16.gif", |
24 "x32": "http://www.google.com/images/icons/product/search-32.gif" | 24 "x32": "http://www.google.com/images/icons/product/search-32.gif" |
25 }, | 25 }, |
26 "id": "sqladmin:v1beta3", | 26 "id": "sqladmin:v1beta3", |
27 "kind": "discovery#restDescription", | 27 "kind": "discovery#restDescription", |
28 "name": "sqladmin", | 28 "name": "sqladmin", |
29 "ownerDomain": "google.com", | 29 "ownerDomain": "google.com", |
30 "ownerName": "Google", | 30 "ownerName": "Google", |
31 "parameters": { | 31 "parameters": { |
(...skipping 871 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
903 "$ref": "TiersListResponse" | 903 "$ref": "TiersListResponse" |
904 }, | 904 }, |
905 "scopes": [ | 905 "scopes": [ |
906 "https://www.googleapis.com/auth/cloud-platform", | 906 "https://www.googleapis.com/auth/cloud-platform", |
907 "https://www.googleapis.com/auth/sqlservice.admin" | 907 "https://www.googleapis.com/auth/sqlservice.admin" |
908 ] | 908 ] |
909 } | 909 } |
910 } | 910 } |
911 } | 911 } |
912 }, | 912 }, |
913 "revision": "20150109", | 913 "revision": "20150305", |
914 "rootUrl": "https://www.googleapis.com/", | 914 "rootUrl": "https://www.googleapis.com/", |
915 "schemas": { | 915 "schemas": { |
916 "BackupConfiguration": { | 916 "BackupConfiguration": { |
917 "description": "Database instance backup configuration.", | 917 "description": "Database instance backup configuration.", |
918 "id": "BackupConfiguration", | 918 "id": "BackupConfiguration", |
919 "properties": { | 919 "properties": { |
920 "binaryLogEnabled": { | 920 "binaryLogEnabled": { |
921 "description": "Whether binary log is enabled. If backup con
figuration is disabled, binary log must be disabled as well.", | 921 "description": "Whether binary log is enabled. If backup con
figuration is disabled, binary log must be disabled as well.", |
922 "type": "boolean" | 922 "type": "boolean" |
923 }, | 923 }, |
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1055 "type": "string" | 1055 "type": "string" |
1056 } | 1056 } |
1057 }, | 1057 }, |
1058 "type": "object" | 1058 "type": "object" |
1059 }, | 1059 }, |
1060 "DatabaseFlags": { | 1060 "DatabaseFlags": { |
1061 "description": "MySQL flags for Cloud SQL instances.", | 1061 "description": "MySQL flags for Cloud SQL instances.", |
1062 "id": "DatabaseFlags", | 1062 "id": "DatabaseFlags", |
1063 "properties": { | 1063 "properties": { |
1064 "name": { | 1064 "name": { |
1065 "description": "The name of the flag. These flags are passed
at instance startup, so include both MySQL server options and MySQL system vari
ables. Flags should be specified with underscores, not hyphens. Refer to the off
icial MySQL documentation on server options and system variables for description
s of what these flags do. Acceptable values are: character_set_server utf8 or u
tf8mb4 event_scheduler on or off (Note: The event scheduler will only work relia
bly if the instance activationPolicy is set to ALWAYS) general_log on or off gro
up_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_indexe
s 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_q
uery_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", | 1065 "description": "The name of the flag. These flags are passed
at instance startup, so include both MySQL server options and MySQL system vari
ables. Flags should be specified with underscores, not hyphens. For more informa
tion, see Configuring MySQL Flags in the Google Cloud SQL documentation, as well
as the official MySQL documentation for server options and system variables.", |
1066 "type": "string" | 1066 "type": "string" |
1067 }, | 1067 }, |
1068 "value": { | 1068 "value": { |
1069 "description": "The value of the flag. Booleans should be se
t using 1 for true, and 0 for false. This field must be omitted if the flag does
n't take a value.", | 1069 "description": "The value of the flag. Booleans should be se
t to on for true and off for false. This field must be omitted if the flag doesn
't take a value.", |
1070 "type": "string" | 1070 "type": "string" |
1071 } | 1071 } |
1072 }, | 1072 }, |
1073 "type": "object" | 1073 "type": "object" |
1074 }, | 1074 }, |
1075 "DatabaseInstance": { | 1075 "DatabaseInstance": { |
1076 "description": "A Cloud SQL instance resource.", | 1076 "description": "A Cloud SQL instance resource.", |
1077 "id": "DatabaseInstance", | 1077 "id": "DatabaseInstance", |
1078 "properties": { | 1078 "properties": { |
1079 "currentDiskSize": { | 1079 "currentDiskSize": { |
(...skipping 877 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1957 "type": "string" | 1957 "type": "string" |
1958 } | 1958 } |
1959 }, | 1959 }, |
1960 "type": "object" | 1960 "type": "object" |
1961 } | 1961 } |
1962 }, | 1962 }, |
1963 "servicePath": "sql/v1beta3/", | 1963 "servicePath": "sql/v1beta3/", |
1964 "title": "Cloud SQL Administration API", | 1964 "title": "Cloud SQL Administration API", |
1965 "version": "v1beta3" | 1965 "version": "v1beta3" |
1966 } | 1966 } |
OLD | NEW |