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

Side by Side Diff: discovery/googleapis_beta/sqladmin__v1beta4.json

Issue 1797933002: Api-roll 33: 2016-03-14 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Added resources/*/CHANGELOG.md, addresssed comments Created 4 years, 9 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
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://cloud.google.com/sql/docs/reference/latest", 20 "documentationLink": "https://cloud.google.com/sql/docs/reference/latest",
21 "etag": "\"bRFOOrZKfO9LweMbPqu0kcu6De8/qz0bCady5PYvTHNrLWveHwsYJ6Q\"", 21 "etag": "\"bRFOOrZKfO9LweMbPqu0kcu6De8/OLx7eYKI1NQCi-ys96oQ7ZJUHE8\"",
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 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 "scopes": [ 195 "scopes": [
196 "https://www.googleapis.com/auth/cloud-platform", 196 "https://www.googleapis.com/auth/cloud-platform",
197 "https://www.googleapis.com/auth/sqlservice.admin" 197 "https://www.googleapis.com/auth/sqlservice.admin"
198 ] 198 ]
199 } 199 }
200 } 200 }
201 }, 201 },
202 "databases": { 202 "databases": {
203 "methods": { 203 "methods": {
204 "delete": { 204 "delete": {
205 "description": "Deletes a resource containing information ab out a database inside a Cloud SQL instance.", 205 "description": "Deletes a database from a Cloud SQL instance .",
206 "httpMethod": "DELETE", 206 "httpMethod": "DELETE",
207 "id": "sql.databases.delete", 207 "id": "sql.databases.delete",
208 "parameterOrder": [ 208 "parameterOrder": [
209 "project", 209 "project",
210 "instance", 210 "instance",
211 "database" 211 "database"
212 ], 212 ],
213 "parameters": { 213 "parameters": {
214 "database": { 214 "database": {
215 "description": "Name of the database to be deleted i n the instance.", 215 "description": "Name of the database to be deleted i n the instance.",
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
439 "scopes": [ 439 "scopes": [
440 "https://www.googleapis.com/auth/cloud-platform", 440 "https://www.googleapis.com/auth/cloud-platform",
441 "https://www.googleapis.com/auth/sqlservice.admin" 441 "https://www.googleapis.com/auth/sqlservice.admin"
442 ] 442 ]
443 } 443 }
444 } 444 }
445 }, 445 },
446 "instances": { 446 "instances": {
447 "methods": { 447 "methods": {
448 "clone": { 448 "clone": {
449 "description": "Creates a Cloud SQL instance as a clone of t he source instance.", 449 "description": "Creates a Cloud SQL instance as a clone of t he source instance. The API is not ready for Second Generation instances yet.",
450 "httpMethod": "POST", 450 "httpMethod": "POST",
451 "id": "sql.instances.clone", 451 "id": "sql.instances.clone",
452 "parameterOrder": [ 452 "parameterOrder": [
453 "project", 453 "project",
454 "instance" 454 "instance"
455 ], 455 ],
456 "parameters": { 456 "parameters": {
457 "instance": { 457 "instance": {
458 "description": "The ID of the Cloud SQL instance to be cloned (source). This does not include the project ID.", 458 "description": "The ID of the Cloud SQL instance to be cloned (source). This does not include the project ID.",
459 "location": "path", 459 "location": "path",
(...skipping 943 matching lines...) Expand 10 before | Expand all | Expand 10 after
1403 "$ref": "Operation" 1403 "$ref": "Operation"
1404 }, 1404 },
1405 "scopes": [ 1405 "scopes": [
1406 "https://www.googleapis.com/auth/cloud-platform", 1406 "https://www.googleapis.com/auth/cloud-platform",
1407 "https://www.googleapis.com/auth/sqlservice.admin" 1407 "https://www.googleapis.com/auth/sqlservice.admin"
1408 ] 1408 ]
1409 } 1409 }
1410 } 1410 }
1411 } 1411 }
1412 }, 1412 },
1413 "revision": "20151201", 1413 "revision": "20160222",
1414 "rootUrl": "https://www.googleapis.com/", 1414 "rootUrl": "https://www.googleapis.com/",
1415 "schemas": { 1415 "schemas": {
1416 "AclEntry": { 1416 "AclEntry": {
1417 "description": "An entry for an Access Control list.", 1417 "description": "An entry for an Access Control list.",
1418 "id": "AclEntry", 1418 "id": "AclEntry",
1419 "properties": { 1419 "properties": {
1420 "expirationTime": { 1420 "expirationTime": {
1421 "description": "The time when this access control entry expi res in RFC 3339 format, for example 2012-11-15T16:19:00.094Z.", 1421 "description": "The time when this access control entry expi res in RFC 3339 format, for example 2012-11-15T16:19:00.094Z.",
1422 "format": "date-time", 1422 "format": "date-time",
1423 "type": "string" 1423 "type": "string"
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
1646 "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.", 1646 "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.",
1647 "type": "string" 1647 "type": "string"
1648 } 1648 }
1649 }, 1649 },
1650 "type": "object" 1650 "type": "object"
1651 }, 1651 },
1652 "DatabaseInstance": { 1652 "DatabaseInstance": {
1653 "description": "A Cloud SQL instance resource.", 1653 "description": "A Cloud SQL instance resource.",
1654 "id": "DatabaseInstance", 1654 "id": "DatabaseInstance",
1655 "properties": { 1655 "properties": {
1656 "backendType": {
1657 "description": "FIRST_GEN: Basic Cloud SQL instance that run s in a Google-managed container.\nSECOND_GEN: A newer Cloud SQL backend that run s in a Compute Engine VM.\nEXTERNAL: A MySQL server that is not managed by Googl e.",
1658 "type": "string"
1659 },
1656 "currentDiskSize": { 1660 "currentDiskSize": {
1657 "description": "The current disk usage of the instance in by tes.", 1661 "description": "The current disk usage of the instance in by tes. This property has been deprecated. Users should use the \"cloudsql.googleap is.com/database/disk/bytes_used\" metric in Cloud Monitoring API instead. Please see https://groups.google.com/d/msg/google-cloud-sql-announce/I_7-F9EBhT0/BtvFt dFeAgAJ for details.",
1658 "format": "int64", 1662 "format": "int64",
1659 "type": "string" 1663 "type": "string"
1660 }, 1664 },
1661 "databaseVersion": { 1665 "databaseVersion": {
1662 "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.", 1666 "description": "The database engine type and version. Can be MYSQL_5_5 or MYSQL_5_6. Defaults to MYSQL_5_6. The databaseVersion can not be c hanged after instance creation.",
1663 "type": "string" 1667 "type": "string"
1664 }, 1668 },
1665 "etag": { 1669 "etag": {
1666 "description": "HTTP 1.1 Entity tag for the resource.", 1670 "description": "HTTP 1.1 Entity tag for the resource.",
1667 "type": "string" 1671 "type": "string"
1668 }, 1672 },
1669 "failoverReplica": { 1673 "failoverReplica": {
1670 "description": "The name and status of the failover replica. Only applies to Second Generation instances.", 1674 "description": "The name and status of the failover replica. This property is applicable only to Second Generation instances.",
1671 "properties": { 1675 "properties": {
1672 "available": { 1676 "available": {
1677 "description": "The availability status of the failo ver replica. A false status indicates that the failover replica is out of sync. The master can only failover to the falover replica when the status is true.",
1673 "type": "boolean" 1678 "type": "boolean"
1674 }, 1679 },
1675 "name": { 1680 "name": {
1681 "description": "The name of the failover replica.",
1676 "type": "string" 1682 "type": "string"
1677 } 1683 }
1678 }, 1684 },
1679 "type": "object" 1685 "type": "object"
1680 }, 1686 },
1681 "instanceType": { 1687 "instanceType": {
1682 "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.", 1688 "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.",
1683 "type": "string" 1689 "type": "string"
1684 }, 1690 },
1685 "ipAddresses": { 1691 "ipAddresses": {
1686 "description": "The assigned IP addresses for the instance." , 1692 "description": "The assigned IP addresses for the instance." ,
1687 "items": { 1693 "items": {
1688 "$ref": "IpMapping" 1694 "$ref": "IpMapping"
1689 }, 1695 },
1690 "type": "array" 1696 "type": "array"
1691 }, 1697 },
1692 "ipv6Address": { 1698 "ipv6Address": {
1693 "description": "The IPv6 address assigned to the instance.", 1699 "description": "The IPv6 address assigned to the instance. T his property is applicable only to First Generation instances.",
1694 "type": "string" 1700 "type": "string"
1695 }, 1701 },
1696 "kind": { 1702 "kind": {
1697 "default": "sql#instance", 1703 "default": "sql#instance",
1698 "description": "This is always sql#instance.", 1704 "description": "This is always sql#instance.",
1699 "type": "string" 1705 "type": "string"
1700 }, 1706 },
1701 "masterInstanceName": { 1707 "masterInstanceName": {
1702 "description": "The name of the instance which will act as m aster in the replication setup.", 1708 "description": "The name of the instance which will act as m aster in the replication setup.",
1703 "type": "string" 1709 "type": "string"
(...skipping 14 matching lines...) Expand all
1718 }, 1724 },
1719 "onPremisesConfiguration": { 1725 "onPremisesConfiguration": {
1720 "$ref": "OnPremisesConfiguration", 1726 "$ref": "OnPremisesConfiguration",
1721 "description": "Configuration specific to on-premises instan ces." 1727 "description": "Configuration specific to on-premises instan ces."
1722 }, 1728 },
1723 "project": { 1729 "project": {
1724 "description": "The project ID of the project containing the Cloud SQL instance. The Google apps domain is prefixed if applicable.", 1730 "description": "The project ID of the project containing the Cloud SQL instance. The Google apps domain is prefixed if applicable.",
1725 "type": "string" 1731 "type": "string"
1726 }, 1732 },
1727 "region": { 1733 "region": {
1728 "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.", 1734 "description": "The geographical region. Can be us-central ( FIRST_GEN instances only), us-central1 (SECOND_GEN instances only), asia-east1 o r europe-west1. Defaults to us-central or us-central1 depending on the instance type (First Generation or Second Generation). The region can not be changed afte r instance creation.",
1729 "type": "string" 1735 "type": "string"
1730 }, 1736 },
1731 "replicaConfiguration": { 1737 "replicaConfiguration": {
1732 "$ref": "ReplicaConfiguration", 1738 "$ref": "ReplicaConfiguration",
1733 "description": "Configuration specific to read-replicas repl icating from on-premises masters." 1739 "description": "Configuration specific to read-replicas repl icating from on-premises masters."
1734 }, 1740 },
1735 "replicaNames": { 1741 "replicaNames": {
1736 "description": "The replicas of the instance.", 1742 "description": "The replicas of the instance.",
1737 "items": { 1743 "items": {
1738 "type": "string" 1744 "type": "string"
1739 }, 1745 },
1740 "type": "array" 1746 "type": "array"
1741 }, 1747 },
1742 "selfLink": { 1748 "selfLink": {
1743 "description": "The URI of this resource.", 1749 "description": "The URI of this resource.",
1744 "type": "string" 1750 "type": "string"
1745 }, 1751 },
1746 "serverCaCert": { 1752 "serverCaCert": {
1747 "$ref": "SslCert", 1753 "$ref": "SslCert",
1748 "description": "SSL configuration." 1754 "description": "SSL configuration."
1749 }, 1755 },
1750 "serviceAccountEmailAddress": { 1756 "serviceAccountEmailAddress": {
1751 "description": "The service account email address assigned t o the instance.", 1757 "description": "The service account email address assigned t o the instance. This property is applicable only to Second Generation instances. ",
1752 "type": "string" 1758 "type": "string"
1753 }, 1759 },
1754 "settings": { 1760 "settings": {
1755 "$ref": "Settings", 1761 "$ref": "Settings",
1756 "annotations": { 1762 "annotations": {
1757 "required": [ 1763 "required": [
1758 "sql.instances.insert", 1764 "sql.instances.insert",
1759 "sql.instances.update" 1765 "sql.instances.update"
1760 ] 1766 ]
1761 }, 1767 },
1762 "description": "The user settings." 1768 "description": "The user settings."
1763 }, 1769 },
1764 "state": { 1770 "state": {
1765 "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.\nFAILED: The instance creation failed.\nUNKNOWN_STATE: The state of the instance is unknown.", 1771 "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.\nFAILED: The instance creation failed.\nUNKNOWN_STATE: The state of the instance is unknown.",
1766 "type": "string" 1772 "type": "string"
1773 },
1774 "suspensionReason": {
1775 "description": "If the instance state is SUSPENDED, the reas on for the suspension.",
1776 "items": {
1777 "type": "string"
1778 },
1779 "type": "array"
1767 } 1780 }
1768 }, 1781 },
1769 "type": "object" 1782 "type": "object"
1770 }, 1783 },
1771 "DatabasesListResponse": { 1784 "DatabasesListResponse": {
1772 "description": "Database list response.", 1785 "description": "Database list response.",
1773 "id": "DatabasesListResponse", 1786 "id": "DatabasesListResponse",
1774 "properties": { 1787 "properties": {
1775 "items": { 1788 "items": {
1776 "description": "List of database resources in the instance." , 1789 "description": "List of database resources in the instance." ,
(...skipping 597 matching lines...) Expand 10 before | Expand all | Expand 10 after
2374 "type": "string" 2387 "type": "string"
2375 } 2388 }
2376 }, 2389 },
2377 "type": "object" 2390 "type": "object"
2378 }, 2391 },
2379 "Settings": { 2392 "Settings": {
2380 "description": "Database instance settings.", 2393 "description": "Database instance settings.",
2381 "id": "Settings", 2394 "id": "Settings",
2382 "properties": { 2395 "properties": {
2383 "activationPolicy": { 2396 "activationPolicy": {
2384 "description": "The activation policy for this instance. Thi s specifies when the instance should be activated and is applicable only when th e instance state is RUNNABLE. This can be one of the following.\nALWAYS: The ins tance should always be active.\nNEVER: The instance should never be activated.\n ON_DEMAND: The instance is activated upon receiving requests.", 2397 "description": "The activation policy for this instance. Thi s specifies when the instance should be activated and is applicable only when th e instance state is RUNNABLE. This can be one of the following.\nALWAYS: The ins tance should always be active.\nNEVER: The instance should never be activated.\n ON_DEMAND: The instance is activated upon receiving requests; only applicable to First Generation instances.",
2385 "type": "string" 2398 "type": "string"
2386 }, 2399 },
2387 "authorizedGaeApplications": { 2400 "authorizedGaeApplications": {
2388 "description": "The App Engine app IDs that can access this instance.", 2401 "description": "The App Engine app IDs that can access this instance. This property is only applicable to First Generation instances.",
2389 "items": { 2402 "items": {
2390 "type": "string" 2403 "type": "string"
2391 }, 2404 },
2392 "type": "array" 2405 "type": "array"
2393 }, 2406 },
2394 "backupConfiguration": { 2407 "backupConfiguration": {
2395 "$ref": "BackupConfiguration", 2408 "$ref": "BackupConfiguration",
2396 "description": "The daily backup configuration for the insta nce." 2409 "description": "The daily backup configuration for the insta nce."
2397 }, 2410 },
2398 "crashSafeReplicationEnabled": { 2411 "crashSafeReplicationEnabled": {
2399 "description": "Configuration specific to read replica insta nces. Indicates whether database flags for crash-safe replication are enabled.", 2412 "description": "Configuration specific to read replica insta nces. Indicates whether database flags for crash-safe replication are enabled. T his property is only applicable to First Generation instances.",
2400 "type": "boolean" 2413 "type": "boolean"
2401 }, 2414 },
2402 "dataDiskSizeGb": { 2415 "dataDiskSizeGb": {
2403 "description": "The size of data disk, in GB. Only supported for 2nd Generation instances. The data disk size minimum is 10GB.", 2416 "description": "The size of data disk, in GB. The data disk size minimum is 10GB. This property is only applicable to Second Generation inst ances.",
2404 "format": "int64", 2417 "format": "int64",
2405 "type": "string" 2418 "type": "string"
2406 }, 2419 },
2407 "dataDiskType": { 2420 "dataDiskType": {
2408 "description": "The type of data disk. Only supported for 2n d Generation instances. The default type is SSD.", 2421 "description": "The type of data disk. Only supported for Se cond Generation instances. The default type is PD_SSD. This property is only app licable to Second Generation instances.",
2409 "type": "string" 2422 "type": "string"
2410 }, 2423 },
2411 "databaseFlags": { 2424 "databaseFlags": {
2412 "description": "The database flags passed to the instance at startup.", 2425 "description": "The database flags passed to the instance at startup.",
2413 "items": { 2426 "items": {
2414 "$ref": "DatabaseFlags" 2427 "$ref": "DatabaseFlags"
2415 }, 2428 },
2416 "type": "array" 2429 "type": "array"
2417 }, 2430 },
2418 "databaseReplicationEnabled": { 2431 "databaseReplicationEnabled": {
2419 "description": "Configuration specific to read replica insta nces. Indicates whether replication is enabled or not.", 2432 "description": "Configuration specific to read replica insta nces. Indicates whether replication is enabled or not.",
2420 "type": "boolean" 2433 "type": "boolean"
2421 }, 2434 },
2422 "ipConfiguration": { 2435 "ipConfiguration": {
2423 "$ref": "IpConfiguration", 2436 "$ref": "IpConfiguration",
2424 "description": "The settings for IP Management. This allows to enable or disable the instance IP and manage which external networks can conn ect to the instance." 2437 "description": "The settings for IP Management. This allows to enable or disable the instance IP and manage which external networks can conn ect to the instance. The IPv4 address cannot be disabled for Second Generation i nstances."
2425 }, 2438 },
2426 "kind": { 2439 "kind": {
2427 "default": "sql#settings", 2440 "default": "sql#settings",
2428 "description": "This is always sql#settings.", 2441 "description": "This is always sql#settings.",
2429 "type": "string" 2442 "type": "string"
2430 }, 2443 },
2431 "locationPreference": { 2444 "locationPreference": {
2432 "$ref": "LocationPreference", 2445 "$ref": "LocationPreference",
2433 "description": "The location preference settings. This allow s the instance to be located as near as possible to either an App Engine app or GCE zone for better performance." 2446 "description": "The location preference settings. This allow s the instance to be located as near as possible to either an App Engine app or GCE zone for better performance. App Engine co-location is only applicable to Fi rst Generation instances."
2434 }, 2447 },
2435 "maintenanceWindow": { 2448 "maintenanceWindow": {
2436 "$ref": "MaintenanceWindow", 2449 "$ref": "MaintenanceWindow",
2437 "description": "The maintenance window for this instance. Th is specifies when the instance may be restarted for maintenance purposes." 2450 "description": "The maintenance window for this instance. Th is specifies when the instance may be restarted for maintenance purposes. This p roperty is only applicable to Second Generation instances."
2438 }, 2451 },
2439 "pricingPlan": { 2452 "pricingPlan": {
2440 "description": "The pricing plan for this instance. This can be either PER_USE or PACKAGE.", 2453 "description": "The pricing plan for this instance. This can be either PER_USE or PACKAGE. Only PER_USE is supported for Second Generation i nstances.",
2441 "type": "string" 2454 "type": "string"
2442 }, 2455 },
2443 "replicationType": { 2456 "replicationType": {
2444 "description": "The type of replication this instance uses. This can be either ASYNCHRONOUS or SYNCHRONOUS.", 2457 "description": "The type of replication this instance uses. This can be either ASYNCHRONOUS or SYNCHRONOUS. This property is only applicable to First Generation instances.",
2445 "type": "string" 2458 "type": "string"
2446 }, 2459 },
2447 "settingsVersion": { 2460 "settingsVersion": {
2448 "annotations": { 2461 "annotations": {
2449 "required": [ 2462 "required": [
2450 "sql.instances.update" 2463 "sql.instances.update"
2451 ] 2464 ]
2452 }, 2465 },
2453 "description": "The version of instance settings. This is a required field for update method to make sure concurrent updates are handled pro perly. During update, use the most recent settingsVersion value for this instanc e and do not try to update this value.", 2466 "description": "The version of instance settings. This is a required field for update method to make sure concurrent updates are handled pro perly. During update, use the most recent settingsVersion value for this instanc e and do not try to update this value.",
2454 "format": "int64", 2467 "format": "int64",
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
2643 }, 2656 },
2644 "User": { 2657 "User": {
2645 "description": "A Cloud SQL user resource.", 2658 "description": "A Cloud SQL user resource.",
2646 "id": "User", 2659 "id": "User",
2647 "properties": { 2660 "properties": {
2648 "etag": { 2661 "etag": {
2649 "description": "HTTP 1.1 Entity tag for the resource.", 2662 "description": "HTTP 1.1 Entity tag for the resource.",
2650 "type": "string" 2663 "type": "string"
2651 }, 2664 },
2652 "host": { 2665 "host": {
2653 "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.", 2666 "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 cannot be updated after insertion.",
2654 "type": "string" 2667 "type": "string"
2655 }, 2668 },
2656 "instance": { 2669 "instance": {
2657 "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.", 2670 "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.",
2658 "type": "string" 2671 "type": "string"
2659 }, 2672 },
2660 "kind": { 2673 "kind": {
2661 "default": "sql#user", 2674 "default": "sql#user",
2662 "description": "This is always sql#user.", 2675 "description": "This is always sql#user.",
2663 "type": "string" 2676 "type": "string"
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
2698 "type": "string" 2711 "type": "string"
2699 } 2712 }
2700 }, 2713 },
2701 "type": "object" 2714 "type": "object"
2702 } 2715 }
2703 }, 2716 },
2704 "servicePath": "sql/v1beta4/", 2717 "servicePath": "sql/v1beta4/",
2705 "title": "Cloud SQL Administration API", 2718 "title": "Cloud SQL Administration API",
2706 "version": "v1beta4" 2719 "version": "v1beta4"
2707 } 2720 }
OLDNEW
« no previous file with comments | « discovery/googleapis_beta/sqladmin__v1beta3.json ('k') | discovery/googleapis_beta/taskqueue__v1beta2.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698