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/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": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/8dmWjBwqXLQv5ILN4PEcDad3Jq8\"", | 23 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/_vgNPwHi8lDV9NY2AVX5qWWTYFo\"", |
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 Loading... |
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": "20140922", | 431 "revision": "20141121", |
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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
512 "description": "Unique identifier for the resource; defined
by the server (output only)", | 512 "description": "Unique identifier for the resource; defined
by the server (output only)", |
513 "format": "uint64", | 513 "format": "uint64", |
514 "type": "string" | 514 "type": "string" |
515 }, | 515 }, |
516 "kind": { | 516 "kind": { |
517 "default": "dns#managedZone", | 517 "default": "dns#managedZone", |
518 "description": "Identifies what kind of resource this is. Va
lue: the fixed string \"dns#managedZone\".", | 518 "description": "Identifies what kind of resource this is. Va
lue: the fixed string \"dns#managedZone\".", |
519 "type": "string" | 519 "type": "string" |
520 }, | 520 }, |
521 "name": { | 521 "name": { |
522 "description": "User assigned name for this resource. Must b
e unique within the project.", | 522 "description": "User assigned name for this resource. Must b
e unique within the project. The name must be 1-32 characters long, must begin w
ith a letter, end with a letter or digit, and only contain lowercase letters, di
gits or dashes.", |
| 523 "type": "string" |
| 524 }, |
| 525 "nameServerSet": { |
| 526 "description": "Optionally specifies the NameServerSet for t
his ManagedZone. A NameServerSet is a set of DNS name servers that all host the
same ManagedZones. Most users will leave this field unset.", |
523 "type": "string" | 527 "type": "string" |
524 }, | 528 }, |
525 "nameServers": { | 529 "nameServers": { |
526 "description": "Delegate your managed_zone to these virtual
name servers; defined by the server (output only)", | 530 "description": "Delegate your managed_zone to these virtual
name servers; defined by the server (output only)", |
527 "items": { | 531 "items": { |
528 "type": "string" | 532 "type": "string" |
529 }, | 533 }, |
530 "type": "array" | 534 "type": "array" |
531 } | 535 } |
532 }, | 536 }, |
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
673 "type": "array" | 677 "type": "array" |
674 } | 678 } |
675 }, | 679 }, |
676 "type": "object" | 680 "type": "object" |
677 } | 681 } |
678 }, | 682 }, |
679 "servicePath": "dns/v1beta1/projects/", | 683 "servicePath": "dns/v1beta1/projects/", |
680 "title": "Google Cloud DNS API", | 684 "title": "Google Cloud DNS API", |
681 "version": "v1beta1" | 685 "version": "v1beta1" |
682 } | 686 } |
OLD | NEW |