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

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

Issue 1078053002: Roll of googleapis as of 4/7/2015. (Closed) Base URL: https://github.com/dart-lang/googleapis.git@master
Patch Set: Created 5 years, 8 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/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/_vgNPwHi8lDV9NY2AVX5qWWTYFo\"", 23 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/wU8NjG2rANeT6LROBN3mCaSHZ_8\"",
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": "20141121", 431 "revision": "20150114",
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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
494 }, 494 },
495 "ManagedZone": { 495 "ManagedZone": {
496 "description": "A zone is a subtree of the DNS namespace under one a dministrative responsibility. A ManagedZone is a resource that represents a DNS zone hosted by the Cloud DNS service.", 496 "description": "A zone is a subtree of the DNS namespace under one a dministrative responsibility. A ManagedZone is a resource that represents a DNS zone hosted by the Cloud DNS service.",
497 "id": "ManagedZone", 497 "id": "ManagedZone",
498 "properties": { 498 "properties": {
499 "creationTime": { 499 "creationTime": {
500 "description": "The time that this resource was created on t he server. This is in RFC3339 text format. Output only.", 500 "description": "The time that this resource was created on t he server. This is in RFC3339 text format. Output only.",
501 "type": "string" 501 "type": "string"
502 }, 502 },
503 "description": { 503 "description": {
504 "description": "A string to associate with this resource for the user's convenience. Has no effect on the managed zone's function.", 504 "description": "A mutable string of at most 1024 characters associated with this resource for the user's convenience. Has no effect on the m anaged zone's function.",
505 "type": "string" 505 "type": "string"
506 }, 506 },
507 "dnsName": { 507 "dnsName": {
508 "description": "The DNS name of this managed zone, for insta nce \"example.com.\".", 508 "description": "The DNS name of this managed zone, for insta nce \"example.com.\".",
509 "type": "string" 509 "type": "string"
510 }, 510 },
511 "id": { 511 "id": {
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"
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
677 "type": "array" 677 "type": "array"
678 } 678 }
679 }, 679 },
680 "type": "object" 680 "type": "object"
681 } 681 }
682 }, 682 },
683 "servicePath": "dns/v1beta1/projects/", 683 "servicePath": "dns/v1beta1/projects/",
684 "title": "Google Cloud DNS API", 684 "title": "Google Cloud DNS API",
685 "version": "v1beta1" 685 "version": "v1beta1"
686 } 686 }
OLDNEW
« no previous file with comments | « discovery/googleapis_beta/deploymentmanager__v2beta1.json ('k') | discovery/googleapis_beta/genomics__v1beta.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698