| Index: discovery/googleapis_beta/sqladmin__v1beta4.json
|
| diff --git a/discovery/googleapis_beta/sqladmin__v1beta4.json b/discovery/googleapis_beta/sqladmin__v1beta4.json
|
| index bde2246bfccf1383523bcc36c6769e5d3392a3a3..c28b0da743372d16f3eac394d883d091b53741bd 100644
|
| --- a/discovery/googleapis_beta/sqladmin__v1beta4.json
|
| +++ b/discovery/googleapis_beta/sqladmin__v1beta4.json
|
| @@ -18,7 +18,7 @@
|
| "description": "Creates and configures Cloud SQL instances, which provide fully-managed MySQL databases.",
|
| "discoveryVersion": "v1",
|
| "documentationLink": "https://cloud.google.com/sql/docs/reference/latest",
|
| - "etag": "\"tbys6C40o18GZwyMen5GMkdK-3s/t9edOSlewaa7VyZ4dauqNzzg4MU\"",
|
| + "etag": "\"tbys6C40o18GZwyMen5GMkdK-3s/nTAQY_qt-UTPitXU3W2WOvJpMCs\"",
|
| "icons": {
|
| "x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
|
| "x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
|
| @@ -1478,7 +1478,7 @@
|
| }
|
| }
|
| },
|
| - "revision": "20161220",
|
| + "revision": "20170111",
|
| "rootUrl": "https://www.googleapis.com/",
|
| "schemas": {
|
| "AclEntry": {
|
| @@ -2499,6 +2499,10 @@
|
| },
|
| "type": "array"
|
| },
|
| + "availabilityType": {
|
| + "description": "The availability type. This can be one of the following.\nZONAL: A Cloud SQL instance that is zonally available. The instance is bound to a single GCE zone and may be inaccessible during an outage for that GCE zone.\nREGIONAL: A Cloud SQL instance that is regionally available. The instance is provisioned in multiple zones within a region and is able to provide higher availability than an instance with a zonal availability type.",
|
| + "type": "string"
|
| + },
|
| "backupConfiguration": {
|
| "$ref": "BackupConfiguration",
|
| "description": "The daily backup configuration for the instance."
|
| @@ -2566,6 +2570,11 @@
|
| "description": "Configuration to increase storage size automatically. The default value is false. Applies only to Second Generation instances.",
|
| "type": "boolean"
|
| },
|
| + "storageAutoResizeLimit": {
|
| + "description": "The maximum size to which storage capacity can be automatically increased. The default value is 0, which specifies that there is no limit. Applies only to Second Generation instances.",
|
| + "format": "int64",
|
| + "type": "string"
|
| + },
|
| "tier": {
|
| "annotations": {
|
| "required": [
|
|
|