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

Side by Side Diff: discovery/googleapis_beta/sqladmin__v1beta4.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 unified diff | Download patch
« no previous file with comments | « discovery/googleapis_beta/sqladmin__v1beta3.json ('k') | generated/googleapis/CHANGELOG.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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/v1beta4/", 14 "basePath": "/sql/v1beta4/",
15 "baseUrl": "https://www.googleapis.com/sql/v1beta4/", 15 "baseUrl": "https://www.googleapis.com/sql/v1beta4/",
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/qCpGAuaU6FEaGvdP2C_Ovqo7mfY\"", 21 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/VRpa8Bw34Om-F9MZNGivJ1l0EOs\"",
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:v1beta4", 26 "id": "sqladmin:v1beta4",
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 1264 matching lines...) Expand 10 before | Expand all | Expand 10 after
1296 "$ref": "Operation" 1296 "$ref": "Operation"
1297 }, 1297 },
1298 "scopes": [ 1298 "scopes": [
1299 "https://www.googleapis.com/auth/cloud-platform", 1299 "https://www.googleapis.com/auth/cloud-platform",
1300 "https://www.googleapis.com/auth/sqlservice.admin" 1300 "https://www.googleapis.com/auth/sqlservice.admin"
1301 ] 1301 ]
1302 } 1302 }
1303 } 1303 }
1304 } 1304 }
1305 }, 1305 },
1306 "revision": "20150109", 1306 "revision": "20150305",
1307 "rootUrl": "https://www.googleapis.com/", 1307 "rootUrl": "https://www.googleapis.com/",
1308 "schemas": { 1308 "schemas": {
1309 "AclEntry": { 1309 "AclEntry": {
1310 "description": "An entry for an Access Control list.", 1310 "description": "An entry for an Access Control list.",
1311 "id": "AclEntry", 1311 "id": "AclEntry",
1312 "properties": { 1312 "properties": {
1313 "expirationTime": { 1313 "expirationTime": {
1314 "description": "The time when this access control entry expi res in RFC 3339 format, for example 2012-11-15T16:19:00.094Z.", 1314 "description": "The time when this access control entry expi res in RFC 3339 format, for example 2012-11-15T16:19:00.094Z.",
1315 "format": "date-time", 1315 "format": "date-time",
1316 "type": "string" 1316 "type": "string"
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
1484 "description": "The MySQL collation value.", 1484 "description": "The MySQL collation value.",
1485 "type": "string" 1485 "type": "string"
1486 }, 1486 },
1487 "etag": { 1487 "etag": {
1488 "description": "HTTP 1.1 Entity tag for the resource.", 1488 "description": "HTTP 1.1 Entity tag for the resource.",
1489 "type": "string" 1489 "type": "string"
1490 }, 1490 },
1491 "instance": { 1491 "instance": {
1492 "annotations": { 1492 "annotations": {
1493 "required": [ 1493 "required": [
1494 "sql.databases.delete", 1494 "sql.databases.insert"
1495 "sql.databases.insert",
1496 "sql.databases.update"
1497 ] 1495 ]
1498 }, 1496 },
1499 "description": "The name of the Cloud SQL instance. This doe s not include the project ID.", 1497 "description": "The name of the Cloud SQL instance. This doe s not include the project ID.",
1500 "type": "string" 1498 "type": "string"
1501 }, 1499 },
1502 "kind": { 1500 "kind": {
1503 "default": "sql#database", 1501 "default": "sql#database",
1504 "description": "This is always sql#database.", 1502 "description": "This is always sql#database.",
1505 "type": "string" 1503 "type": "string"
1506 }, 1504 },
1507 "name": { 1505 "name": {
1508 "annotations": { 1506 "annotations": {
1509 "required": [ 1507 "required": [
1510 "sql.databases.delete", 1508 "sql.databases.insert"
1511 "sql.databases.insert",
1512 "sql.databases.update"
1513 ] 1509 ]
1514 }, 1510 },
1515 "description": "The name of the database in the Cloud SQL in stance. This does not include the project ID or instance name.", 1511 "description": "The name of the database in the Cloud SQL in stance. This does not include the project ID or instance name.",
1516 "type": "string" 1512 "type": "string"
1517 }, 1513 },
1518 "project": { 1514 "project": {
1519 "annotations": { 1515 "annotations": {
1520 "required": [ 1516 "required": [
1521 "sql.databases.delete", 1517 "sql.databases.insert"
1522 "sql.databases.insert",
1523 "sql.databases.update"
1524 ] 1518 ]
1525 }, 1519 },
1526 "description": "The project ID of the project containing the Cloud SQL database. The Google apps domain is prefixed if applicable.", 1520 "description": "The project ID of the project containing the Cloud SQL database. The Google apps domain is prefixed if applicable.",
1527 "type": "string" 1521 "type": "string"
1528 }, 1522 },
1529 "selfLink": { 1523 "selfLink": {
1530 "description": "The URI of this resource.", 1524 "description": "The URI of this resource.",
1531 "type": "string" 1525 "type": "string"
1532 } 1526 }
1533 }, 1527 },
1534 "type": "object" 1528 "type": "object"
1535 }, 1529 },
1536 "DatabaseFlags": { 1530 "DatabaseFlags": {
1537 "description": "MySQL flags for Cloud SQL instances.", 1531 "description": "MySQL flags for Cloud SQL instances.",
1538 "id": "DatabaseFlags", 1532 "id": "DatabaseFlags",
1539 "properties": { 1533 "properties": {
1540 "name": { 1534 "name": {
1541 "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", 1535 "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.",
1542 "type": "string" 1536 "type": "string"
1543 }, 1537 },
1544 "value": { 1538 "value": {
1545 "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.", 1539 "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.",
1546 "type": "string" 1540 "type": "string"
1547 } 1541 }
1548 }, 1542 },
1549 "type": "object" 1543 "type": "object"
1550 }, 1544 },
1551 "DatabaseInstance": { 1545 "DatabaseInstance": {
1552 "description": "A Cloud SQL instance resource.", 1546 "description": "A Cloud SQL instance resource.",
1553 "id": "DatabaseInstance", 1547 "id": "DatabaseInstance",
1554 "properties": { 1548 "properties": {
1555 "currentDiskSize": { 1549 "currentDiskSize": {
1556 "description": "The current disk usage of the instance in by tes.", 1550 "description": "The current disk usage of the instance in by tes.",
1557 "format": "int64", 1551 "format": "int64",
1558 "type": "string" 1552 "type": "string"
1559 }, 1553 },
1560 "databaseVersion": { 1554 "databaseVersion": {
1561 "description": "The database engine type and version. Can be MYSQL_5_5 or MYSQL_5_6. Defaults to MYSQL_5_5. The databaseVersion can not be c hanged after instance creation.", 1555 "description": "The database engine type and version. Can be MYSQL_5_5 or MYSQL_5_6. Defaults to MYSQL_5_5. The databaseVersion can not be c hanged after instance creation.",
1562 "type": "string" 1556 "type": "string"
1563 }, 1557 },
1564 "etag": { 1558 "etag": {
1565 "description": "HTTP 1.1 Entity tag for the resource.", 1559 "description": "HTTP 1.1 Entity tag for the resource.",
1566 "type": "string" 1560 "type": "string"
1567 }, 1561 },
1568 "instanceType": { 1562 "instanceType": {
1569 "description": "The instance type. This can be one of the fo llowing.\nCLOUD_SQL_INSTANCE: A Cloud SQL instance that is not replicating from a master.\nREAD_REPLICA_INSTANCE: A Cloud SQL instance configured as a read-repl ica.", 1563 "description": "The instance type. This can be one of the fo llowing.\nCLOUD_SQL_INSTANCE: A Cloud SQL instance that is not replicating from a master.\nON_PREMISES_INSTANCE: An instance running on the customer's premises. \nREAD_REPLICA_INSTANCE: A Cloud SQL instance configured as a read-replica.",
1570 "type": "string" 1564 "type": "string"
1571 }, 1565 },
1572 "ipAddresses": { 1566 "ipAddresses": {
1573 "description": "The assigned IP addresses for the instance." , 1567 "description": "The assigned IP addresses for the instance." ,
1574 "items": { 1568 "items": {
1575 "$ref": "IpMapping" 1569 "$ref": "IpMapping"
1576 }, 1570 },
1577 "type": "array" 1571 "type": "array"
1578 }, 1572 },
1579 "ipv6Address": { 1573 "ipv6Address": {
(...skipping 16 matching lines...) Expand all
1596 }, 1590 },
1597 "name": { 1591 "name": {
1598 "annotations": { 1592 "annotations": {
1599 "required": [ 1593 "required": [
1600 "sql.instances.insert" 1594 "sql.instances.insert"
1601 ] 1595 ]
1602 }, 1596 },
1603 "description": "Name of the Cloud SQL instance. This does no t include the project ID.", 1597 "description": "Name of the Cloud SQL instance. This does no t include the project ID.",
1604 "type": "string" 1598 "type": "string"
1605 }, 1599 },
1600 "onPremisesConfiguration": {
1601 "$ref": "OnPremisesConfiguration",
1602 "description": "Configuration specific to on-premises instan ces."
1603 },
1606 "project": { 1604 "project": {
1607 "description": "The project ID of the project containing the Cloud SQL instance. The Google apps domain is prefixed if applicable.", 1605 "description": "The project ID of the project containing the Cloud SQL instance. The Google apps domain is prefixed if applicable.",
1608 "type": "string" 1606 "type": "string"
1609 }, 1607 },
1610 "region": { 1608 "region": {
1611 "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.", 1609 "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.",
1612 "type": "string" 1610 "type": "string"
1613 }, 1611 },
1612 "replicaConfiguration": {
1613 "$ref": "ReplicaConfiguration",
1614 "description": "Configuration specific to read-replicas repl icating from on-premises masters."
1615 },
1614 "replicaNames": { 1616 "replicaNames": {
1615 "description": "The replicas of the instance.", 1617 "description": "The replicas of the instance.",
1616 "items": { 1618 "items": {
1617 "type": "string" 1619 "type": "string"
1618 }, 1620 },
1619 "type": "array" 1621 "type": "array"
1620 }, 1622 },
1621 "selfLink": { 1623 "selfLink": {
1622 "description": "The URI of this resource.", 1624 "description": "The URI of this resource.",
1623 "type": "string" 1625 "type": "string"
(...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after
1938 "description": "This is always sql#locationPreference.", 1940 "description": "This is always sql#locationPreference.",
1939 "type": "string" 1941 "type": "string"
1940 }, 1942 },
1941 "zone": { 1943 "zone": {
1942 "description": "The preferred Compute Engine zone (e.g. us-c entra1-a, us-central1-b, etc.).", 1944 "description": "The preferred Compute Engine zone (e.g. us-c entra1-a, us-central1-b, etc.).",
1943 "type": "string" 1945 "type": "string"
1944 } 1946 }
1945 }, 1947 },
1946 "type": "object" 1948 "type": "object"
1947 }, 1949 },
1950 "MySqlReplicaConfiguration": {
1951 "description": "Read-replica configuration specific to MySQL databas es.",
1952 "id": "MySqlReplicaConfiguration",
1953 "properties": {
1954 "caCertificate": {
1955 "description": "PEM representation of the trusted CA's x509 certificate.",
1956 "type": "string"
1957 },
1958 "clientCertificate": {
1959 "description": "PEM representation of the slave's x509 certi ficate.",
1960 "type": "string"
1961 },
1962 "clientKey": {
1963 "description": "PEM representation of the slave's private ke y. The corresponsing public key is encoded in the client's certificate.",
1964 "type": "string"
1965 },
1966 "connectRetryInterval": {
1967 "description": "Seconds to wait between connect retries. MyS QL's default is 60 seconds.",
1968 "format": "int32",
1969 "type": "integer"
1970 },
1971 "dumpFilePath": {
1972 "description": "Path to a SQL dump file in Google Cloud Stor age from which the slave instance is to be created. The URI is in the form gs:// bucketName/fileName. Compressed gzip files (.gz) are also supported. Dumps shoul d have the binlog co-ordinates from which replication should begin. This can be accomplished by setting --master-data to 1 when using mysqldump.",
1973 "type": "string"
1974 },
1975 "kind": {
1976 "default": "sql#mysqlReplicaConfiguration",
1977 "description": "This is always sql#mysqlReplicaConfiguration .",
1978 "type": "string"
1979 },
1980 "masterHeartbeatPeriod": {
1981 "description": "Interval in milliseconds between replication heartbeats.",
1982 "format": "int64",
1983 "type": "string"
1984 },
1985 "password": {
1986 "description": "The password for the replication connection. ",
1987 "type": "string"
1988 },
1989 "sslCipher": {
1990 "description": "A list of permissible ciphers to use for SSL encryption.",
1991 "type": "string"
1992 },
1993 "username": {
1994 "description": "The username for the replication connection. ",
1995 "type": "string"
1996 },
1997 "verifyServerCertificate": {
1998 "description": "Whether or not to check the master's Common Name value in the certificate that it sends during the SSL handshake.",
1999 "type": "boolean"
2000 }
2001 },
2002 "type": "object"
2003 },
2004 "OnPremisesConfiguration": {
2005 "description": "On-premises instance configuration.",
2006 "id": "OnPremisesConfiguration",
2007 "properties": {
2008 "hostPort": {
2009 "description": "The host and port of the on-premises instanc e in host:port format",
2010 "type": "string"
2011 },
2012 "kind": {
2013 "default": "sql#onPremisesConfiguration",
2014 "description": "This is always sql#onPremisesConfiguration." ,
2015 "type": "string"
2016 }
2017 },
2018 "type": "object"
2019 },
1948 "Operation": { 2020 "Operation": {
1949 "description": "An Operations resource contains information about da tabase instance operations such as create, delete, and restart. Operations resou rces are created in response to operations that were initiated; you never create them directly.", 2021 "description": "An Operations resource contains information about da tabase instance operations such as create, delete, and restart. Operations resou rces are created in response to operations that were initiated; you never create them directly.",
1950 "id": "Operation", 2022 "id": "Operation",
1951 "properties": { 2023 "properties": {
1952 "endTime": { 2024 "endTime": {
1953 "description": "The time this operation finished in UTC time zone in RFC 3339 format, for example 2012-11-15T16:19:00.094Z.", 2025 "description": "The time this operation finished in UTC time zone in RFC 3339 format, for example 2012-11-15T16:19:00.094Z.",
1954 "format": "date-time", 2026 "format": "date-time",
1955 "type": "string" 2027 "type": "string"
1956 }, 2028 },
1957 "error": { 2029 "error": {
(...skipping 17 matching lines...) Expand all
1975 "$ref": "ImportContext", 2047 "$ref": "ImportContext",
1976 "description": "The context for import operation, if applica ble." 2048 "description": "The context for import operation, if applica ble."
1977 }, 2049 },
1978 "insertTime": { 2050 "insertTime": {
1979 "description": "The time this operation was enqueued in UTC timezone in RFC 3339 format, for example 2012-11-15T16:19:00.094Z.", 2051 "description": "The time this operation was enqueued in UTC timezone in RFC 3339 format, for example 2012-11-15T16:19:00.094Z.",
1980 "format": "date-time", 2052 "format": "date-time",
1981 "type": "string" 2053 "type": "string"
1982 }, 2054 },
1983 "kind": { 2055 "kind": {
1984 "default": "sql#operation", 2056 "default": "sql#operation",
1985 "description": "This is always sql#instanceOperation.", 2057 "description": "This is always sql#operation.",
1986 "type": "string" 2058 "type": "string"
1987 }, 2059 },
1988 "name": { 2060 "name": {
1989 "description": "An identifier that uniquely identifies the o peration. You can use this identifier to retrieve the Operations resource that h as information about the operation.", 2061 "description": "An identifier that uniquely identifies the o peration. You can use this identifier to retrieve the Operations resource that h as information about the operation.",
1990 "type": "string" 2062 "type": "string"
1991 }, 2063 },
1992 "operationType": { 2064 "operationType": {
1993 "description": "TODO(b/18431310): update this list to reflec t current values. The type of the operation. Valid values are CREATE, DELETE, UP DATE, RESTART, IMPORT, EXPORT, BACKUP_VOLUME, RESTORE_VOLUME.", 2065 "description": "The type of the operation. Valid values are CREATE, DELETE, UPDATE, RESTART, IMPORT, EXPORT, BACKUP_VOLUME, RESTORE_VOLUME, CREATE_USER, DELETE_USER, CREATE_DATABASE, DELETE_DATABASE .",
1994 "type": "string" 2066 "type": "string"
1995 }, 2067 },
1996 "selfLink": { 2068 "selfLink": {
1997 "description": "The URI of this resource.", 2069 "description": "The URI of this resource.",
1998 "type": "string" 2070 "type": "string"
1999 }, 2071 },
2000 "startTime": { 2072 "startTime": {
2001 "description": "The time this operation actually started in UTC timezone in RFC 3339 format, for example 2012-11-15T16:19:00.094Z.", 2073 "description": "The time this operation actually started in UTC timezone in RFC 3339 format, for example 2012-11-15T16:19:00.094Z.",
2002 "format": "date-time", 2074 "format": "date-time",
2003 "type": "string" 2075 "type": "string"
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
2061 "description": "This is always sql#operationsList.", 2133 "description": "This is always sql#operationsList.",
2062 "type": "string" 2134 "type": "string"
2063 }, 2135 },
2064 "nextPageToken": { 2136 "nextPageToken": {
2065 "description": "The continuation token, used to page through large result sets. Provide this value in a subsequent request to return the nex t page of results.", 2137 "description": "The continuation token, used to page through large result sets. Provide this value in a subsequent request to return the nex t page of results.",
2066 "type": "string" 2138 "type": "string"
2067 } 2139 }
2068 }, 2140 },
2069 "type": "object" 2141 "type": "object"
2070 }, 2142 },
2143 "ReplicaConfiguration": {
2144 "description": "Read-replica configuration for connecting to the mas ter.",
2145 "id": "ReplicaConfiguration",
2146 "properties": {
2147 "kind": {
2148 "default": "sql#replicaConfiguration",
2149 "description": "This is always sql#replicaConfiguration.",
2150 "type": "string"
2151 },
2152 "mysqlReplicaConfiguration": {
2153 "$ref": "MySqlReplicaConfiguration",
2154 "description": "MySQL specific configuration when replicatin g from a MySQL on-premises master."
2155 }
2156 },
2157 "type": "object"
2158 },
2071 "RestoreBackupContext": { 2159 "RestoreBackupContext": {
2072 "description": "Database instance restore from backup context.", 2160 "description": "Database instance restore from backup context.",
2073 "id": "RestoreBackupContext", 2161 "id": "RestoreBackupContext",
2074 "properties": { 2162 "properties": {
2075 "backupRunId": { 2163 "backupRunId": {
2164 "annotations": {
2165 "required": [
2166 "sql.instances.restoreBackup"
2167 ]
2168 },
2076 "description": "The ID of the backup run to restore from.", 2169 "description": "The ID of the backup run to restore from.",
2077 "format": "int64", 2170 "format": "int64",
2078 "type": "string" 2171 "type": "string"
2079 }, 2172 },
2080 "kind": { 2173 "kind": {
2081 "default": "sql#restoreBackupContext", 2174 "default": "sql#restoreBackupContext",
2082 "description": "This is always sql#restoreBackupContext.", 2175 "description": "This is always sql#restoreBackupContext.",
2083 "type": "string" 2176 "type": "string"
2084 } 2177 }
2085 }, 2178 },
(...skipping 11 matching lines...) Expand all
2097 "description": "The App Engine app IDs that can access this instance.", 2190 "description": "The App Engine app IDs that can access this instance.",
2098 "items": { 2191 "items": {
2099 "type": "string" 2192 "type": "string"
2100 }, 2193 },
2101 "type": "array" 2194 "type": "array"
2102 }, 2195 },
2103 "backupConfiguration": { 2196 "backupConfiguration": {
2104 "$ref": "BackupConfiguration", 2197 "$ref": "BackupConfiguration",
2105 "description": "The daily backup configuration for the insta nce." 2198 "description": "The daily backup configuration for the insta nce."
2106 }, 2199 },
2200 "crashSafeReplicationEnabled": {
2201 "type": "boolean"
2202 },
2107 "databaseFlags": { 2203 "databaseFlags": {
2108 "description": "The database flags passed to the instance at startup.", 2204 "description": "The database flags passed to the instance at startup.",
2109 "items": { 2205 "items": {
2110 "$ref": "DatabaseFlags" 2206 "$ref": "DatabaseFlags"
2111 }, 2207 },
2112 "type": "array" 2208 "type": "array"
2113 }, 2209 },
2114 "databaseReplicationEnabled": { 2210 "databaseReplicationEnabled": {
2115 "description": "Configuration specific to read replica insta nces. Indicates whether replication is enabled or not.", 2211 "description": "Configuration specific to read replica insta nces. Indicates whether replication is enabled or not.",
2116 "type": "boolean" 2212 "type": "boolean"
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
2323 }, 2419 },
2324 "User": { 2420 "User": {
2325 "description": "A Cloud SQL user resource.", 2421 "description": "A Cloud SQL user resource.",
2326 "id": "User", 2422 "id": "User",
2327 "properties": { 2423 "properties": {
2328 "etag": { 2424 "etag": {
2329 "description": "HTTP 1.1 Entity tag for the resource.", 2425 "description": "HTTP 1.1 Entity tag for the resource.",
2330 "type": "string" 2426 "type": "string"
2331 }, 2427 },
2332 "host": { 2428 "host": {
2333 "description": "The host name from which the user can connec t. For insert operations, host is set to '%'. For update operations, host is spe cified as part of the request URL. The host name is not mutable with this API.", 2429 "description": "The host name from which the user can connec t. For insert operations, host defaults to an empty string. For update operation s, host is specified as part of the request URL. The host name is not mutable wi th this API.",
2334 "type": "string" 2430 "type": "string"
2335 }, 2431 },
2336 "instance": { 2432 "instance": {
2337 "description": "The name of the Cloud SQL instance. This doe s not include the project ID. Can be omitted for update since it is already spec ified on the URL.", 2433 "description": "The name of the Cloud SQL instance. This doe s not include the project ID. Can be omitted for update since it is already spec ified on the URL.",
2338 "type": "string" 2434 "type": "string"
2339 }, 2435 },
2340 "kind": { 2436 "kind": {
2341 "default": "sql#user", 2437 "default": "sql#user",
2342 "description": "This is always sql#user.", 2438 "description": "This is always sql#user.",
2343 "type": "string" 2439 "type": "string"
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
2378 "type": "string" 2474 "type": "string"
2379 } 2475 }
2380 }, 2476 },
2381 "type": "object" 2477 "type": "object"
2382 } 2478 }
2383 }, 2479 },
2384 "servicePath": "sql/v1beta4/", 2480 "servicePath": "sql/v1beta4/",
2385 "title": "Cloud SQL Administration API", 2481 "title": "Cloud SQL Administration API",
2386 "version": "v1beta4" 2482 "version": "v1beta4"
2387 } 2483 }
OLDNEW
« 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