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

Side by Side Diff: discovery/googleapis/consumersurveys__v2.json

Issue 2824163002: Api-roll 48: 2017-04-18 (Closed)
Patch Set: Revert changes to pubspecs Created 3 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
« no previous file with comments | « discovery/googleapis/compute__v1.json ('k') | discovery/googleapis/container__v1.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/consumersurveys": { 5 "https://www.googleapis.com/auth/consumersurveys": {
6 "description": "View and edit your surveys and results" 6 "description": "View and edit your surveys and results"
7 }, 7 },
8 "https://www.googleapis.com/auth/consumersurveys.readonly": { 8 "https://www.googleapis.com/auth/consumersurveys.readonly": {
9 "description": "View the results for your surveys" 9 "description": "View the results for your surveys"
10 }, 10 },
11 "https://www.googleapis.com/auth/userinfo.email": { 11 "https://www.googleapis.com/auth/userinfo.email": {
12 "description": "View your email address" 12 "description": "View your email address"
13 } 13 }
14 } 14 }
15 } 15 }
16 }, 16 },
17 "basePath": "/consumersurveys/v2/", 17 "basePath": "/consumersurveys/v2/",
18 "baseUrl": "https://www.googleapis.com/consumersurveys/v2/", 18 "baseUrl": "https://www.googleapis.com/consumersurveys/v2/",
19 "batchPath": "batch", 19 "batchPath": "batch",
20 "canonicalName": "Consumer Surveys", 20 "canonicalName": "Consumer Surveys",
21 "description": "Creates and conducts surveys, lists the surveys that an auth enticated user owns, and retrieves survey results and information about specifie d surveys.", 21 "description": "Creates and conducts surveys, lists the surveys that an auth enticated user owns, and retrieves survey results and information about specifie d surveys.",
22 "discoveryVersion": "v1", 22 "discoveryVersion": "v1",
23 "etag": "\"tbys6C40o18GZwyMen5GMkdK-3s/rHWbtxT3gC8DAqrI4kJjmo2JS7Q\"", 23 "etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/e7DEYLH6SdmU14auNlU-9VK4HgU\"",
24 "icons": { 24 "icons": {
25 "x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp. png", 25 "x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp. png",
26 "x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp. png" 26 "x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp. png"
27 }, 27 },
28 "id": "consumersurveys:v2", 28 "id": "consumersurveys:v2",
29 "kind": "discovery#restDescription", 29 "kind": "discovery#restDescription",
30 "name": "consumersurveys", 30 "name": "consumersurveys",
31 "ownerDomain": "google.com", 31 "ownerDomain": "google.com",
32 "ownerName": "Google", 32 "ownerName": "Google",
33 "parameters": { 33 "parameters": {
(...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 "$ref": "Survey" 365 "$ref": "Survey"
366 }, 366 },
367 "scopes": [ 367 "scopes": [
368 "https://www.googleapis.com/auth/consumersurveys", 368 "https://www.googleapis.com/auth/consumersurveys",
369 "https://www.googleapis.com/auth/userinfo.email" 369 "https://www.googleapis.com/auth/userinfo.email"
370 ] 370 ]
371 } 371 }
372 } 372 }
373 } 373 }
374 }, 374 },
375 "revision": "20161101", 375 "revision": "20170407",
376 "rootUrl": "https://www.googleapis.com/", 376 "rootUrl": "https://www.googleapis.com/",
377 "schemas": { 377 "schemas": {
378 "FieldMask": { 378 "FieldMask": {
379 "id": "FieldMask", 379 "id": "FieldMask",
380 "properties": { 380 "properties": {
381 "fields": { 381 "fields": {
382 "items": { 382 "items": {
383 "$ref": "FieldMask" 383 "$ref": "FieldMask"
384 }, 384 },
385 "type": "array" 385 "type": "array"
(...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after
739 } 739 }
740 }, 740 },
741 "type": "object" 741 "type": "object"
742 }, 742 },
743 "SurveysStartResponse": { 743 "SurveysStartResponse": {
744 "id": "SurveysStartResponse", 744 "id": "SurveysStartResponse",
745 "properties": { 745 "properties": {
746 "requestId": { 746 "requestId": {
747 "description": "Unique request ID used for logging and debug ging. Please include in any error reporting or troubleshooting requests.", 747 "description": "Unique request ID used for logging and debug ging. Please include in any error reporting or troubleshooting requests.",
748 "type": "string" 748 "type": "string"
749 },
750 "resource": {
751 "$ref": "Survey",
752 "description": "Survey object containing the specification o f the started Survey."
753 } 749 }
754 }, 750 },
755 "type": "object" 751 "type": "object"
756 }, 752 },
757 "SurveysStopResponse": { 753 "SurveysStopResponse": {
758 "id": "SurveysStopResponse", 754 "id": "SurveysStopResponse",
759 "properties": { 755 "properties": {
760 "requestId": { 756 "requestId": {
761 "description": "Unique request ID used for logging and debug ging. Please include in any error reporting or troubleshooting requests.", 757 "description": "Unique request ID used for logging and debug ging. Please include in any error reporting or troubleshooting requests.",
762 "type": "string" 758 "type": "string"
763 },
764 "resource": {
765 "$ref": "Survey",
766 "description": "Survey object containing the specification o f the stopped Survey."
767 } 759 }
768 }, 760 },
769 "type": "object" 761 "type": "object"
770 }, 762 },
771 "TokenPagination": { 763 "TokenPagination": {
772 "id": "TokenPagination", 764 "id": "TokenPagination",
773 "properties": { 765 "properties": {
774 "nextPageToken": { 766 "nextPageToken": {
775 "type": "string" 767 "type": "string"
776 }, 768 },
777 "previousPageToken": { 769 "previousPageToken": {
778 "type": "string" 770 "type": "string"
779 } 771 }
780 }, 772 },
781 "type": "object" 773 "type": "object"
782 } 774 }
783 }, 775 },
784 "servicePath": "consumersurveys/v2/", 776 "servicePath": "consumersurveys/v2/",
785 "title": "Consumer Surveys API", 777 "title": "Consumer Surveys API",
786 "version": "v2" 778 "version": "v2"
787 } 779 }
OLDNEW
« no previous file with comments | « discovery/googleapis/compute__v1.json ('k') | discovery/googleapis/container__v1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698