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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « discovery/googleapis_beta/sqladmin__v1beta3.json ('k') | discovery/googleapis_beta/taskqueue__v1beta2.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: discovery/googleapis_beta/sqladmin__v1beta4.json
diff --git a/discovery/googleapis_beta/sqladmin__v1beta4.json b/discovery/googleapis_beta/sqladmin__v1beta4.json
index c00ea3dd76256b780f578435f3b64bb26ffd6f48..0b4ce275186b12528fc75e3fedcea68f765ec847 100644
--- a/discovery/googleapis_beta/sqladmin__v1beta4.json
+++ b/discovery/googleapis_beta/sqladmin__v1beta4.json
@@ -18,7 +18,7 @@
"description": "API for Cloud SQL database instance management.",
"discoveryVersion": "v1",
"documentationLink": "https://cloud.google.com/sql/docs/reference/latest",
- "etag": "\"bRFOOrZKfO9LweMbPqu0kcu6De8/qz0bCady5PYvTHNrLWveHwsYJ6Q\"",
+ "etag": "\"bRFOOrZKfO9LweMbPqu0kcu6De8/OLx7eYKI1NQCi-ys96oQ7ZJUHE8\"",
"icons": {
"x16": "http://www.google.com/images/icons/product/search-16.gif",
"x32": "http://www.google.com/images/icons/product/search-32.gif"
@@ -202,7 +202,7 @@
"databases": {
"methods": {
"delete": {
- "description": "Deletes a resource containing information about a database inside a Cloud SQL instance.",
+ "description": "Deletes a database from a Cloud SQL instance.",
"httpMethod": "DELETE",
"id": "sql.databases.delete",
"parameterOrder": [
@@ -446,7 +446,7 @@
"instances": {
"methods": {
"clone": {
- "description": "Creates a Cloud SQL instance as a clone of the source instance.",
+ "description": "Creates a Cloud SQL instance as a clone of the source instance. The API is not ready for Second Generation instances yet.",
"httpMethod": "POST",
"id": "sql.instances.clone",
"parameterOrder": [
@@ -1410,7 +1410,7 @@
}
}
},
- "revision": "20151201",
+ "revision": "20160222",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"AclEntry": {
@@ -1653,13 +1653,17 @@
"description": "A Cloud SQL instance resource.",
"id": "DatabaseInstance",
"properties": {
+ "backendType": {
+ "description": "FIRST_GEN: Basic Cloud SQL instance that runs in a Google-managed container.\nSECOND_GEN: A newer Cloud SQL backend that runs in a Compute Engine VM.\nEXTERNAL: A MySQL server that is not managed by Google.",
+ "type": "string"
+ },
"currentDiskSize": {
- "description": "The current disk usage of the instance in bytes.",
+ "description": "The current disk usage of the instance in bytes. This property has been deprecated. Users should use the \"cloudsql.googleapis.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/BtvFtdFeAgAJ for details.",
"format": "int64",
"type": "string"
},
"databaseVersion": {
- "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 changed after instance creation.",
+ "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 changed after instance creation.",
"type": "string"
},
"etag": {
@@ -1667,12 +1671,14 @@
"type": "string"
},
"failoverReplica": {
- "description": "The name and status of the failover replica. Only applies to Second Generation instances.",
+ "description": "The name and status of the failover replica. This property is applicable only to Second Generation instances.",
"properties": {
"available": {
+ "description": "The availability status of the failover 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.",
"type": "boolean"
},
"name": {
+ "description": "The name of the failover replica.",
"type": "string"
}
},
@@ -1690,7 +1696,7 @@
"type": "array"
},
"ipv6Address": {
- "description": "The IPv6 address assigned to the instance.",
+ "description": "The IPv6 address assigned to the instance. This property is applicable only to First Generation instances.",
"type": "string"
},
"kind": {
@@ -1725,7 +1731,7 @@
"type": "string"
},
"region": {
- "description": "The geographical region. Can be us-central, asia-east1 or europe-west1. Defaults to us-central. The region can not be changed after instance creation.",
+ "description": "The geographical region. Can be us-central (FIRST_GEN instances only), us-central1 (SECOND_GEN instances only), asia-east1 or 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 after instance creation.",
"type": "string"
},
"replicaConfiguration": {
@@ -1748,7 +1754,7 @@
"description": "SSL configuration."
},
"serviceAccountEmailAddress": {
- "description": "The service account email address assigned to the instance.",
+ "description": "The service account email address assigned to the instance. This property is applicable only to Second Generation instances.",
"type": "string"
},
"settings": {
@@ -1764,6 +1770,13 @@
"state": {
"description": "The current serving state of the Cloud SQL instance. This can be one of the following.\nRUNNABLE: The instance is running, or 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 created.\nMAINTENANCE: The instance is down for maintenance.\nFAILED: The instance creation failed.\nUNKNOWN_STATE: The state of the instance is unknown.",
"type": "string"
+ },
+ "suspensionReason": {
+ "description": "If the instance state is SUSPENDED, the reason for the suspension.",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
}
},
"type": "object"
@@ -2381,11 +2394,11 @@
"id": "Settings",
"properties": {
"activationPolicy": {
- "description": "The activation policy for this instance. This specifies when the instance should be activated and is applicable only when the instance state is RUNNABLE. This can be one of the following.\nALWAYS: The instance should always be active.\nNEVER: The instance should never be activated.\nON_DEMAND: The instance is activated upon receiving requests.",
+ "description": "The activation policy for this instance. This specifies when the instance should be activated and is applicable only when the instance state is RUNNABLE. This can be one of the following.\nALWAYS: The instance should always be active.\nNEVER: The instance should never be activated.\nON_DEMAND: The instance is activated upon receiving requests; only applicable to First Generation instances.",
"type": "string"
},
"authorizedGaeApplications": {
- "description": "The App Engine app IDs that can access this instance.",
+ "description": "The App Engine app IDs that can access this instance. This property is only applicable to First Generation instances.",
"items": {
"type": "string"
},
@@ -2396,16 +2409,16 @@
"description": "The daily backup configuration for the instance."
},
"crashSafeReplicationEnabled": {
- "description": "Configuration specific to read replica instances. Indicates whether database flags for crash-safe replication are enabled.",
+ "description": "Configuration specific to read replica instances. Indicates whether database flags for crash-safe replication are enabled. This property is only applicable to First Generation instances.",
"type": "boolean"
},
"dataDiskSizeGb": {
- "description": "The size of data disk, in GB. Only supported for 2nd Generation instances. The data disk size minimum is 10GB.",
+ "description": "The size of data disk, in GB. The data disk size minimum is 10GB. This property is only applicable to Second Generation instances.",
"format": "int64",
"type": "string"
},
"dataDiskType": {
- "description": "The type of data disk. Only supported for 2nd Generation instances. The default type is SSD.",
+ "description": "The type of data disk. Only supported for Second Generation instances. The default type is PD_SSD. This property is only applicable to Second Generation instances.",
"type": "string"
},
"databaseFlags": {
@@ -2421,7 +2434,7 @@
},
"ipConfiguration": {
"$ref": "IpConfiguration",
- "description": "The settings for IP Management. This allows to enable or disable the instance IP and manage which external networks can connect to the instance."
+ "description": "The settings for IP Management. This allows to enable or disable the instance IP and manage which external networks can connect to the instance. The IPv4 address cannot be disabled for Second Generation instances."
},
"kind": {
"default": "sql#settings",
@@ -2430,18 +2443,18 @@
},
"locationPreference": {
"$ref": "LocationPreference",
- "description": "The location preference settings. This allows the instance to be located as near as possible to either an App Engine app or GCE zone for better performance."
+ "description": "The location preference settings. This allows 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 First Generation instances."
},
"maintenanceWindow": {
"$ref": "MaintenanceWindow",
- "description": "The maintenance window for this instance. This specifies when the instance may be restarted for maintenance purposes."
+ "description": "The maintenance window for this instance. This specifies when the instance may be restarted for maintenance purposes. This property is only applicable to Second Generation instances."
},
"pricingPlan": {
- "description": "The pricing plan for this instance. This can be either PER_USE or PACKAGE.",
+ "description": "The pricing plan for this instance. This can be either PER_USE or PACKAGE. Only PER_USE is supported for Second Generation instances.",
"type": "string"
},
"replicationType": {
- "description": "The type of replication this instance uses. This can be either ASYNCHRONOUS or SYNCHRONOUS.",
+ "description": "The type of replication this instance uses. This can be either ASYNCHRONOUS or SYNCHRONOUS. This property is only applicable to First Generation instances.",
"type": "string"
},
"settingsVersion": {
@@ -2650,7 +2663,7 @@
"type": "string"
},
"host": {
- "description": "The host name from which the user can connect. For insert operations, host defaults to an empty string. For update operations, host is specified as part of the request URL. The host name is not mutable with this API.",
+ "description": "The host name from which the user can connect. For insert operations, host defaults to an empty string. For update operations, host is specified as part of the request URL. The host name cannot be updated after insertion.",
"type": "string"
},
"instance": {
« 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