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/hSgBYRvTI2dDR9CzjHO6eIajaXc\"", | 21 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/hsbAfC9SMMz0njrqp0sUQ-CdpcQ\"", |
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 849 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
881 "response": { | 881 "response": { |
882 "$ref": "TiersListResponse" | 882 "$ref": "TiersListResponse" |
883 }, | 883 }, |
884 "scopes": [ | 884 "scopes": [ |
885 "https://www.googleapis.com/auth/sqlservice.admin" | 885 "https://www.googleapis.com/auth/sqlservice.admin" |
886 ] | 886 ] |
887 } | 887 } |
888 } | 888 } |
889 } | 889 } |
890 }, | 890 }, |
891 "revision": "20141020", | 891 "revision": "20141112", |
892 "rootUrl": "https://www.googleapis.com/", | 892 "rootUrl": "https://www.googleapis.com/", |
893 "schemas": { | 893 "schemas": { |
894 "BackupConfiguration": { | 894 "BackupConfiguration": { |
895 "description": "Database instance backup configuration.", | 895 "description": "Database instance backup configuration.", |
896 "id": "BackupConfiguration", | 896 "id": "BackupConfiguration", |
897 "properties": { | 897 "properties": { |
898 "binaryLogEnabled": { | 898 "binaryLogEnabled": { |
899 "description": "Whether binary log is enabled. If backup con
figuration is disabled, binary log must be disabled as well.", | 899 "description": "Whether binary log is enabled. If backup con
figuration is disabled, binary log must be disabled as well.", |
900 "type": "boolean" | 900 "type": "boolean" |
901 }, | 901 }, |
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1110 "annotations": { | 1110 "annotations": { |
1111 "required": [ | 1111 "required": [ |
1112 "sql.instances.insert", | 1112 "sql.instances.insert", |
1113 "sql.instances.update" | 1113 "sql.instances.update" |
1114 ] | 1114 ] |
1115 }, | 1115 }, |
1116 "description": "The project ID of the project containing the
Cloud SQL instance. The Google apps domain is prefixed if applicable.", | 1116 "description": "The project ID of the project containing the
Cloud SQL instance. The Google apps domain is prefixed if applicable.", |
1117 "type": "string" | 1117 "type": "string" |
1118 }, | 1118 }, |
1119 "region": { | 1119 "region": { |
1120 "description": "The geographical region. Can be us-east1, us
-central, asia-east1 or europe-west1. Defaults to us-central. The region can not
be changed after instance creation.", | 1120 "description": "The geographical region. Can be us-central,
asia-east1 or europe-west1. Defaults to us-central. The region can not be change
d after instance creation.", |
1121 "type": "string" | 1121 "type": "string" |
1122 }, | 1122 }, |
1123 "replicaNames": { | 1123 "replicaNames": { |
1124 "description": "The replicas of the instance.", | 1124 "description": "The replicas of the instance.", |
1125 "items": { | 1125 "items": { |
1126 "type": "string" | 1126 "type": "string" |
1127 }, | 1127 }, |
1128 "type": "array" | 1128 "type": "array" |
1129 }, | 1129 }, |
1130 "serverCaCert": { | 1130 "serverCaCert": { |
1131 "$ref": "SslCert", | 1131 "$ref": "SslCert", |
1132 "description": "SSL configuration." | 1132 "description": "SSL configuration." |
1133 }, | 1133 }, |
| 1134 "serviceAccountEmailAddress": { |
| 1135 "description": "The service account email address assigned t
o the instance.", |
| 1136 "type": "string" |
| 1137 }, |
1134 "settings": { | 1138 "settings": { |
1135 "$ref": "Settings", | 1139 "$ref": "Settings", |
1136 "description": "The user settings." | 1140 "description": "The user settings." |
1137 }, | 1141 }, |
1138 "state": { | 1142 "state": { |
1139 "description": "The current serving state of the Cloud SQL i
nstance. This can be one of the following.\nRUNNABLE: The instance is running, o
r is ready to run when accessed.\nSUSPENDED: The instance is not available, for
example due to problems with billing.\nPENDING_CREATE: The instance is being cre
ated.\nMAINTENANCE: The instance is down for maintenance.\nUNKNOWN_STATE: The st
ate of the instance is unknown.", | 1143 "description": "The current serving state of the Cloud SQL i
nstance. This can be one of the following.\nRUNNABLE: The instance is running, o
r is ready to run when accessed.\nSUSPENDED: The instance is not available, for
example due to problems with billing.\nPENDING_CREATE: The instance is being cre
ated.\nMAINTENANCE: The instance is down for maintenance.\nUNKNOWN_STATE: The st
ate of the instance is unknown.", |
1140 "type": "string" | 1144 "type": "string" |
1141 } | 1145 } |
1142 }, | 1146 }, |
1143 "type": "object" | 1147 "type": "object" |
(...skipping 787 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1931 "type": "string" | 1935 "type": "string" |
1932 } | 1936 } |
1933 }, | 1937 }, |
1934 "type": "object" | 1938 "type": "object" |
1935 } | 1939 } |
1936 }, | 1940 }, |
1937 "servicePath": "sql/v1beta3/", | 1941 "servicePath": "sql/v1beta3/", |
1938 "title": "Cloud SQL Administration API", | 1942 "title": "Cloud SQL Administration API", |
1939 "version": "v1beta3" | 1943 "version": "v1beta3" |
1940 } | 1944 } |
OLD | NEW |