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

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

Issue 612053002: Api roll 2: 2014-09-29 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Addressed more review comments Created 6 years, 2 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
« no previous file with comments | « discovery/googleapis/youtube__v3.json ('k') | discovery/googleapis_beta/genomics__v1beta.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/ndev.clouddns.readonly": { 8 "https://www.googleapis.com/auth/ndev.clouddns.readonly": {
9 "description": "View your DNS records hosted by Google Cloud DNS" 9 "description": "View your DNS records hosted by Google Cloud DNS"
10 }, 10 },
11 "https://www.googleapis.com/auth/ndev.clouddns.readwrite": { 11 "https://www.googleapis.com/auth/ndev.clouddns.readwrite": {
12 "description": "View and manage your DNS records hosted by G oogle Cloud DNS" 12 "description": "View and manage your DNS records hosted by G oogle Cloud DNS"
13 } 13 }
14 } 14 }
15 } 15 }
16 }, 16 },
17 "basePath": "/dns/v1beta1/projects/", 17 "basePath": "/dns/v1beta1/projects/",
18 "baseUrl": "https://www.googleapis.com/dns/v1beta1/projects/", 18 "baseUrl": "https://www.googleapis.com/dns/v1beta1/projects/",
19 "batchPath": "batch", 19 "batchPath": "batch",
20 "description": "The Google Cloud DNS API provides services for configuring a nd serving authoritative DNS records.", 20 "description": "The Google Cloud DNS API provides services for configuring a nd serving authoritative DNS records.",
21 "discoveryVersion": "v1", 21 "discoveryVersion": "v1",
22 "documentationLink": "https://developers.google.com/cloud-dns", 22 "documentationLink": "https://developers.google.com/cloud-dns",
23 "etag": "\"uUWyYHXmEn-ab7WLvo8qNz2S8ws/vCiVqbmmplZsFYYO1peGBVgoOI0\"", 23 "etag": "\"uUWyYHXmEn-ab7WLvo8qNz2S8ws/8dmWjBwqXLQv5ILN4PEcDad3Jq8\"",
24 "icons": { 24 "icons": {
25 "x16": "http://www.google.com/images/icons/product/search-16.gif", 25 "x16": "http://www.google.com/images/icons/product/search-16.gif",
26 "x32": "http://www.google.com/images/icons/product/search-32.gif" 26 "x32": "http://www.google.com/images/icons/product/search-32.gif"
27 }, 27 },
28 "id": "dns:v1beta1", 28 "id": "dns:v1beta1",
29 "kind": "discovery#restDescription", 29 "kind": "discovery#restDescription",
30 "name": "dns", 30 "name": "dns",
31 "ownerDomain": "google.com", 31 "ownerDomain": "google.com",
32 "ownerName": "Google", 32 "ownerName": "Google",
33 "parameters": { 33 "parameters": {
(...skipping 387 matching lines...) Expand 10 before | Expand all | Expand 10 after
421 }, 421 },
422 "scopes": [ 422 "scopes": [
423 "https://www.googleapis.com/auth/cloud-platform", 423 "https://www.googleapis.com/auth/cloud-platform",
424 "https://www.googleapis.com/auth/ndev.clouddns.readonly" , 424 "https://www.googleapis.com/auth/ndev.clouddns.readonly" ,
425 "https://www.googleapis.com/auth/ndev.clouddns.readwrite " 425 "https://www.googleapis.com/auth/ndev.clouddns.readwrite "
426 ] 426 ]
427 } 427 }
428 } 428 }
429 } 429 }
430 }, 430 },
431 "revision": "20140612", 431 "revision": "20140922",
432 "rootUrl": "https://www.googleapis.com/", 432 "rootUrl": "https://www.googleapis.com/",
433 "schemas": { 433 "schemas": {
434 "Change": { 434 "Change": {
435 "description": "An atomic update to a collection of ResourceRecordSe ts.", 435 "description": "An atomic update to a collection of ResourceRecordSe ts.",
436 "id": "Change", 436 "id": "Change",
437 "properties": { 437 "properties": {
438 "additions": { 438 "additions": {
439 "description": "Which ResourceRecordSets to add?", 439 "description": "Which ResourceRecordSets to add?",
440 "items": { 440 "items": {
441 "$ref": "ResourceRecordSet" 441 "$ref": "ResourceRecordSet"
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
673 "type": "array" 673 "type": "array"
674 } 674 }
675 }, 675 },
676 "type": "object" 676 "type": "object"
677 } 677 }
678 }, 678 },
679 "servicePath": "dns/v1beta1/projects/", 679 "servicePath": "dns/v1beta1/projects/",
680 "title": "Google Cloud DNS API", 680 "title": "Google Cloud DNS API",
681 "version": "v1beta1" 681 "version": "v1beta1"
682 } 682 }
OLDNEW
« no previous file with comments | « discovery/googleapis/youtube__v3.json ('k') | discovery/googleapis_beta/genomics__v1beta.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698