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

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

Issue 2695743002: Api-roll 45: 2017-02-13 (Closed)
Patch Set: reverted local changes to pubspec file Created 3 years, 10 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": "Creates and configures Cloud SQL instances, which provide fu lly-managed MySQL databases.", 18 "description": "Creates and configures Cloud SQL instances, which provide fu lly-managed MySQL databases.",
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": "\"tbys6C40o18GZwyMen5GMkdK-3s/t9edOSlewaa7VyZ4dauqNzzg4MU\"", 21 "etag": "\"tbys6C40o18GZwyMen5GMkdK-3s/nTAQY_qt-UTPitXU3W2WOvJpMCs\"",
22 "icons": { 22 "icons": {
23 "x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp. png", 23 "x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp. png",
24 "x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp. png" 24 "x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp. png"
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 1439 matching lines...) Expand 10 before | Expand all | Expand 10 after
1471 "$ref": "Operation" 1471 "$ref": "Operation"
1472 }, 1472 },
1473 "scopes": [ 1473 "scopes": [
1474 "https://www.googleapis.com/auth/cloud-platform", 1474 "https://www.googleapis.com/auth/cloud-platform",
1475 "https://www.googleapis.com/auth/sqlservice.admin" 1475 "https://www.googleapis.com/auth/sqlservice.admin"
1476 ] 1476 ]
1477 } 1477 }
1478 } 1478 }
1479 } 1479 }
1480 }, 1480 },
1481 "revision": "20161220", 1481 "revision": "20170111",
1482 "rootUrl": "https://www.googleapis.com/", 1482 "rootUrl": "https://www.googleapis.com/",
1483 "schemas": { 1483 "schemas": {
1484 "AclEntry": { 1484 "AclEntry": {
1485 "description": "An entry for an Access Control list.", 1485 "description": "An entry for an Access Control list.",
1486 "id": "AclEntry", 1486 "id": "AclEntry",
1487 "properties": { 1487 "properties": {
1488 "expirationTime": { 1488 "expirationTime": {
1489 "description": "The time when this access control entry expi res in RFC 3339 format, for example 2012-11-15T16:19:00.094Z.", 1489 "description": "The time when this access control entry expi res in RFC 3339 format, for example 2012-11-15T16:19:00.094Z.",
1490 "format": "date-time", 1490 "format": "date-time",
1491 "type": "string" 1491 "type": "string"
(...skipping 1000 matching lines...) Expand 10 before | Expand all | Expand 10 after
2492 "description": "The activation policy specifies when the ins tance is activated; it is applicable only when the instance state is RUNNABLE. T he activation policy cannot be updated together with other settings for Second G eneration instances. Valid values:\nALWAYS: The instance is on; it is not deacti vated by inactivity.\nNEVER: The instance is off; it is not activated, even if a connection request arrives.\nON_DEMAND: The instance responds to incoming reque sts, and turns itself off when not in use. Instances with PER_USE pricing turn o ff after 15 minutes of inactivity. Instances with PER_PACKAGE pricing turn off a fter 12 hours of inactivity.", 2492 "description": "The activation policy specifies when the ins tance is activated; it is applicable only when the instance state is RUNNABLE. T he activation policy cannot be updated together with other settings for Second G eneration instances. Valid values:\nALWAYS: The instance is on; it is not deacti vated by inactivity.\nNEVER: The instance is off; it is not activated, even if a connection request arrives.\nON_DEMAND: The instance responds to incoming reque sts, and turns itself off when not in use. Instances with PER_USE pricing turn o ff after 15 minutes of inactivity. Instances with PER_PACKAGE pricing turn off a fter 12 hours of inactivity.",
2493 "type": "string" 2493 "type": "string"
2494 }, 2494 },
2495 "authorizedGaeApplications": { 2495 "authorizedGaeApplications": {
2496 "description": "The App Engine app IDs that can access this instance. This property is only applicable to First Generation instances.", 2496 "description": "The App Engine app IDs that can access this instance. This property is only applicable to First Generation instances.",
2497 "items": { 2497 "items": {
2498 "type": "string" 2498 "type": "string"
2499 }, 2499 },
2500 "type": "array" 2500 "type": "array"
2501 }, 2501 },
2502 "availabilityType": {
2503 "description": "The availability type. This can be one of th e following.\nZONAL: A Cloud SQL instance that is zonally available. The instanc e is bound to a single GCE zone and may be inaccessible during an outage for tha t GCE zone.\nREGIONAL: A Cloud SQL instance that is regionally available. The in stance is provisioned in multiple zones within a region and is able to provide h igher availability than an instance with a zonal availability type.",
2504 "type": "string"
2505 },
2502 "backupConfiguration": { 2506 "backupConfiguration": {
2503 "$ref": "BackupConfiguration", 2507 "$ref": "BackupConfiguration",
2504 "description": "The daily backup configuration for the insta nce." 2508 "description": "The daily backup configuration for the insta nce."
2505 }, 2509 },
2506 "crashSafeReplicationEnabled": { 2510 "crashSafeReplicationEnabled": {
2507 "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.", 2511 "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.",
2508 "type": "boolean" 2512 "type": "boolean"
2509 }, 2513 },
2510 "dataDiskSizeGb": { 2514 "dataDiskSizeGb": {
2511 "description": "The size of data disk, in GB. The data disk size minimum is 10GB. Applies only to Second Generation instances.", 2515 "description": "The size of data disk, in GB. The data disk size minimum is 10GB. Applies only to Second Generation instances.",
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
2559 ] 2563 ]
2560 }, 2564 },
2561 "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.", 2565 "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.",
2562 "format": "int64", 2566 "format": "int64",
2563 "type": "string" 2567 "type": "string"
2564 }, 2568 },
2565 "storageAutoResize": { 2569 "storageAutoResize": {
2566 "description": "Configuration to increase storage size autom atically. The default value is false. Applies only to Second Generation instance s.", 2570 "description": "Configuration to increase storage size autom atically. The default value is false. Applies only to Second Generation instance s.",
2567 "type": "boolean" 2571 "type": "boolean"
2568 }, 2572 },
2573 "storageAutoResizeLimit": {
2574 "description": "The maximum size to which storage capacity c an be automatically increased. The default value is 0, which specifies that ther e is no limit. Applies only to Second Generation instances.",
2575 "format": "int64",
2576 "type": "string"
2577 },
2569 "tier": { 2578 "tier": {
2570 "annotations": { 2579 "annotations": {
2571 "required": [ 2580 "required": [
2572 "sql.instances.insert", 2581 "sql.instances.insert",
2573 "sql.instances.update" 2582 "sql.instances.update"
2574 ] 2583 ]
2575 }, 2584 },
2576 "description": "The tier of service for this instance, for e xample D1, D2. For more information, see pricing.", 2585 "description": "The tier of service for this instance, for e xample D1, D2. For more information, see pricing.",
2577 "type": "string" 2586 "type": "string"
2578 } 2587 }
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
2830 "type": "string" 2839 "type": "string"
2831 } 2840 }
2832 }, 2841 },
2833 "type": "object" 2842 "type": "object"
2834 } 2843 }
2835 }, 2844 },
2836 "servicePath": "sql/v1beta4/", 2845 "servicePath": "sql/v1beta4/",
2837 "title": "Cloud SQL Administration API", 2846 "title": "Cloud SQL Administration API",
2838 "version": "v1beta4" 2847 "version": "v1beta4"
2839 } 2848 }
OLDNEW
« no previous file with comments | « discovery/googleapis_beta/sqladmin__v1beta3.json ('k') | discovery/googleapis_beta/toolresults__v1beta3.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698