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

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

Issue 2571553005: Api-roll 43: 2016-12-13 (Closed)
Patch Set: Created 4 years 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": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/H86xtwTxBcxWtPGnqvHTnSt-xyM\"", 21 "etag": "\"tbys6C40o18GZwyMen5GMkdK-3s/_SgIKPOObAEfzfmWstkaHktsaJo\"",
22 "icons": { 22 "icons": {
23 "x16": "http://www.google.com/images/icons/product/search-16.gif", 23 "x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp. png",
24 "x32": "http://www.google.com/images/icons/product/search-32.gif" 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": {
32 "alt": { 32 "alt": {
33 "default": "json", 33 "default": "json",
34 "description": "Data format for the response.", 34 "description": "Data format for the response.",
(...skipping 1402 matching lines...) Expand 10 before | Expand all | Expand 10 after
1437 "$ref": "Operation" 1437 "$ref": "Operation"
1438 }, 1438 },
1439 "scopes": [ 1439 "scopes": [
1440 "https://www.googleapis.com/auth/cloud-platform", 1440 "https://www.googleapis.com/auth/cloud-platform",
1441 "https://www.googleapis.com/auth/sqlservice.admin" 1441 "https://www.googleapis.com/auth/sqlservice.admin"
1442 ] 1442 ]
1443 } 1443 }
1444 } 1444 }
1445 } 1445 }
1446 }, 1446 },
1447 "revision": "20161028", 1447 "revision": "20161209",
1448 "rootUrl": "https://www.googleapis.com/", 1448 "rootUrl": "https://www.googleapis.com/",
1449 "schemas": { 1449 "schemas": {
1450 "AclEntry": { 1450 "AclEntry": {
1451 "description": "An entry for an Access Control list.", 1451 "description": "An entry for an Access Control list.",
1452 "id": "AclEntry", 1452 "id": "AclEntry",
1453 "properties": { 1453 "properties": {
1454 "expirationTime": { 1454 "expirationTime": {
1455 "description": "The time when this access control entry expi res in RFC 3339 format, for example 2012-11-15T16:19:00.094Z.", 1455 "description": "The time when this access control entry expi res in RFC 3339 format, for example 2012-11-15T16:19:00.094Z.",
1456 "format": "date-time", 1456 "format": "date-time",
1457 "type": "string" 1457 "type": "string"
(...skipping 672 matching lines...) Expand 10 before | Expand all | Expand 10 after
2130 "id": "IpMapping", 2130 "id": "IpMapping",
2131 "properties": { 2131 "properties": {
2132 "ipAddress": { 2132 "ipAddress": {
2133 "description": "The IP address assigned.", 2133 "description": "The IP address assigned.",
2134 "type": "string" 2134 "type": "string"
2135 }, 2135 },
2136 "timeToRetire": { 2136 "timeToRetire": {
2137 "description": "The due time for this IP to be retired in RF C 3339 format, for example 2012-11-15T16:19:00.094Z. This field is only availabl e when the IP is scheduled to be retired.", 2137 "description": "The due time for this IP to be retired in RF C 3339 format, for example 2012-11-15T16:19:00.094Z. This field is only availabl e when the IP is scheduled to be retired.",
2138 "format": "date-time", 2138 "format": "date-time",
2139 "type": "string" 2139 "type": "string"
2140 },
2141 "type": {
2142 "description": "The type of this IP address. A PRIMARY addre ss is an address that can accept incoming connections. An OUTGOING address is th e source address of connections originating from the instance, if supported.",
2143 "type": "string"
2140 } 2144 }
2141 }, 2145 },
2142 "type": "object" 2146 "type": "object"
2143 }, 2147 },
2144 "LocationPreference": { 2148 "LocationPreference": {
2145 "description": "Preferred location. This specifies where a Cloud SQL instance should preferably be located, either in a specific Compute Engine zone , or co-located with an App Engine application. Note that if the preferred locat ion is not available, the instance will be located as close as possible within t he region. Only one location may be specified.", 2149 "description": "Preferred location. This specifies where a Cloud SQL instance should preferably be located, either in a specific Compute Engine zone , or co-located with an App Engine application. Note that if the preferred locat ion is not available, the instance will be located as close as possible within t he region. Only one location may be specified.",
2146 "id": "LocationPreference", 2150 "id": "LocationPreference",
2147 "properties": { 2151 "properties": {
2148 "followGaeApplication": { 2152 "followGaeApplication": {
2149 "description": "The AppEngine application to follow, it must be in the same region as the Cloud SQL instance.", 2153 "description": "The AppEngine application to follow, it must be in the same region as the Cloud SQL instance.",
(...skipping 519 matching lines...) Expand 10 before | Expand all | Expand 10 after
2669 "description": "The maximum RAM usage of this tier in bytes. ", 2673 "description": "The maximum RAM usage of this tier in bytes. ",
2670 "format": "int64", 2674 "format": "int64",
2671 "type": "string" 2675 "type": "string"
2672 }, 2676 },
2673 "kind": { 2677 "kind": {
2674 "default": "sql#tier", 2678 "default": "sql#tier",
2675 "description": "This is always sql#tier.", 2679 "description": "This is always sql#tier.",
2676 "type": "string" 2680 "type": "string"
2677 }, 2681 },
2678 "region": { 2682 "region": {
2679 "description": "The applicable regions for this tier. Can be us-east1, europe-west1 or asia-east1.", 2683 "description": "The applicable regions for this tier.",
2680 "items": { 2684 "items": {
2681 "type": "string" 2685 "type": "string"
2682 }, 2686 },
2683 "type": "array" 2687 "type": "array"
2684 }, 2688 },
2685 "tier": { 2689 "tier": {
2686 "description": "An identifier for the service tier, for exam ple D1, D2 etc. For related information, see Pricing.", 2690 "description": "An identifier for the service tier, for exam ple D1, D2 etc. For related information, see Pricing.",
2687 "type": "string" 2691 "type": "string"
2688 } 2692 }
2689 }, 2693 },
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
2765 "type": "string" 2769 "type": "string"
2766 } 2770 }
2767 }, 2771 },
2768 "type": "object" 2772 "type": "object"
2769 } 2773 }
2770 }, 2774 },
2771 "servicePath": "sql/v1beta4/", 2775 "servicePath": "sql/v1beta4/",
2772 "title": "Cloud SQL Administration API", 2776 "title": "Cloud SQL Administration API",
2773 "version": "v1beta4" 2777 "version": "v1beta4"
2774 } 2778 }
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