OLD | NEW |
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/cloud-platform.read-only": { | 8 "https://www.googleapis.com/auth/cloud-platform.read-only": { |
9 "description": "View your data across Google Cloud Platform
services" | 9 "description": "View your data across Google Cloud Platform
services" |
10 }, | 10 }, |
11 "https://www.googleapis.com/auth/ndev.clouddns.readonly": { | 11 "https://www.googleapis.com/auth/ndev.clouddns.readonly": { |
12 "description": "View your DNS records hosted by Google Cloud
DNS" | 12 "description": "View your DNS records hosted by Google Cloud
DNS" |
13 }, | 13 }, |
14 "https://www.googleapis.com/auth/ndev.clouddns.readwrite": { | 14 "https://www.googleapis.com/auth/ndev.clouddns.readwrite": { |
15 "description": "View and manage your DNS records hosted by G
oogle Cloud DNS" | 15 "description": "View and manage your DNS records hosted by G
oogle Cloud DNS" |
16 } | 16 } |
17 } | 17 } |
18 } | 18 } |
19 }, | 19 }, |
20 "basePath": "/dns/v1/projects/", | 20 "basePath": "/dns/v1/projects/", |
21 "baseUrl": "https://www.googleapis.com/dns/v1/projects/", | 21 "baseUrl": "https://www.googleapis.com/dns/v1/projects/", |
22 "batchPath": "batch", | 22 "batchPath": "batch", |
23 "description": "Configures and serves authoritative DNS records.", | 23 "description": "Configures and serves authoritative DNS records.", |
24 "discoveryVersion": "v1", | 24 "discoveryVersion": "v1", |
25 "documentationLink": "https://developers.google.com/cloud-dns", | 25 "documentationLink": "https://developers.google.com/cloud-dns", |
26 "etag": "\"tbys6C40o18GZwyMen5GMkdK-3s/7tf3jhqvisn6hf0Mx2IieLGDgtg\"", | 26 "etag": "\"tbys6C40o18GZwyMen5GMkdK-3s/1y4RMx-8N3dI_pXxIoCkVgYAHZI\"", |
27 "icons": { | 27 "icons": { |
28 "x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.
png", | 28 "x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.
png", |
29 "x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.
png" | 29 "x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.
png" |
30 }, | 30 }, |
31 "id": "dns:v1", | 31 "id": "dns:v1", |
32 "kind": "discovery#restDescription", | 32 "kind": "discovery#restDescription", |
33 "name": "dns", | 33 "name": "dns", |
34 "ownerDomain": "google.com", | 34 "ownerDomain": "google.com", |
35 "ownerName": "Google", | 35 "ownerName": "Google", |
36 "parameters": { | 36 "parameters": { |
(...skipping 398 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
435 "scopes": [ | 435 "scopes": [ |
436 "https://www.googleapis.com/auth/cloud-platform", | 436 "https://www.googleapis.com/auth/cloud-platform", |
437 "https://www.googleapis.com/auth/cloud-platform.read-onl
y", | 437 "https://www.googleapis.com/auth/cloud-platform.read-onl
y", |
438 "https://www.googleapis.com/auth/ndev.clouddns.readonly"
, | 438 "https://www.googleapis.com/auth/ndev.clouddns.readonly"
, |
439 "https://www.googleapis.com/auth/ndev.clouddns.readwrite
" | 439 "https://www.googleapis.com/auth/ndev.clouddns.readwrite
" |
440 ] | 440 ] |
441 } | 441 } |
442 } | 442 } |
443 } | 443 } |
444 }, | 444 }, |
445 "revision": "20170102", | 445 "revision": "20170130", |
446 "rootUrl": "https://www.googleapis.com/", | 446 "rootUrl": "https://www.googleapis.com/", |
447 "schemas": { | 447 "schemas": { |
448 "Change": { | 448 "Change": { |
449 "description": "An atomic update to a collection of ResourceRecordSe
ts.", | 449 "description": "An atomic update to a collection of ResourceRecordSe
ts.", |
450 "id": "Change", | 450 "id": "Change", |
451 "properties": { | 451 "properties": { |
452 "additions": { | 452 "additions": { |
453 "description": "Which ResourceRecordSets to add?", | 453 "description": "Which ResourceRecordSets to add?", |
454 "items": { | 454 "items": { |
455 "$ref": "ResourceRecordSet" | 455 "$ref": "ResourceRecordSet" |
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
699 "type": "array" | 699 "type": "array" |
700 } | 700 } |
701 }, | 701 }, |
702 "type": "object" | 702 "type": "object" |
703 } | 703 } |
704 }, | 704 }, |
705 "servicePath": "dns/v1/projects/", | 705 "servicePath": "dns/v1/projects/", |
706 "title": "Google Cloud DNS API", | 706 "title": "Google Cloud DNS API", |
707 "version": "v1" | 707 "version": "v1" |
708 } | 708 } |
OLD | NEW |