OLD | NEW |
1 { | 1 { |
2 "auth": { | 2 "auth": { |
3 "oauth2": { | 3 "oauth2": { |
4 "scopes": { | 4 "scopes": { |
5 "https://www.googleapis.com/auth/surveys": { | 5 "https://www.googleapis.com/auth/surveys": { |
6 "description": "View and manage your surveys and results" | 6 "description": "View and manage your surveys and results" |
7 }, | 7 }, |
8 "https://www.googleapis.com/auth/surveys.readonly": { | 8 "https://www.googleapis.com/auth/surveys.readonly": { |
9 "description": "View your surveys and survey results" | 9 "description": "View your surveys and survey results" |
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": "/surveys/v2/", | 17 "basePath": "/surveys/v2/", |
18 "baseUrl": "https://www.googleapis.com/surveys/v2/", | 18 "baseUrl": "https://www.googleapis.com/surveys/v2/", |
19 "batchPath": "batch", | 19 "batchPath": "batch", |
20 "canonicalName": "Surveys", | 20 "canonicalName": "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/tlViSJX3ylU_pw2F3DxMwdFrJio\"", | 23 "etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/v4y1albctEEy0b5g9DBMxLokUPs\"", |
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": "surveys:v2", | 28 "id": "surveys:v2", |
29 "kind": "discovery#restDescription", | 29 "kind": "discovery#restDescription", |
30 "name": "surveys", | 30 "name": "surveys", |
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 Loading... |
365 "$ref": "Survey" | 365 "$ref": "Survey" |
366 }, | 366 }, |
367 "scopes": [ | 367 "scopes": [ |
368 "https://www.googleapis.com/auth/surveys", | 368 "https://www.googleapis.com/auth/surveys", |
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": "20161103", | 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 438 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
824 } | 824 } |
825 }, | 825 }, |
826 "type": "object" | 826 "type": "object" |
827 }, | 827 }, |
828 "SurveysStartResponse": { | 828 "SurveysStartResponse": { |
829 "id": "SurveysStartResponse", | 829 "id": "SurveysStartResponse", |
830 "properties": { | 830 "properties": { |
831 "requestId": { | 831 "requestId": { |
832 "description": "Unique request ID used for logging and debug
ging. Please include in any error reporting or troubleshooting requests.", | 832 "description": "Unique request ID used for logging and debug
ging. Please include in any error reporting or troubleshooting requests.", |
833 "type": "string" | 833 "type": "string" |
834 }, | |
835 "resource": { | |
836 "$ref": "Survey", | |
837 "description": "Survey object containing the specification o
f the started Survey." | |
838 } | 834 } |
839 }, | 835 }, |
840 "type": "object" | 836 "type": "object" |
841 }, | 837 }, |
842 "SurveysStopResponse": { | 838 "SurveysStopResponse": { |
843 "id": "SurveysStopResponse", | 839 "id": "SurveysStopResponse", |
844 "properties": { | 840 "properties": { |
845 "requestId": { | 841 "requestId": { |
846 "description": "Unique request ID used for logging and debug
ging. Please include in any error reporting or troubleshooting requests.", | 842 "description": "Unique request ID used for logging and debug
ging. Please include in any error reporting or troubleshooting requests.", |
847 "type": "string" | 843 "type": "string" |
848 }, | |
849 "resource": { | |
850 "$ref": "Survey", | |
851 "description": "Survey object containing the specification o
f the stopped Survey." | |
852 } | 844 } |
853 }, | 845 }, |
854 "type": "object" | 846 "type": "object" |
855 }, | 847 }, |
856 "TokenPagination": { | 848 "TokenPagination": { |
857 "id": "TokenPagination", | 849 "id": "TokenPagination", |
858 "properties": { | 850 "properties": { |
859 "nextPageToken": { | 851 "nextPageToken": { |
860 "type": "string" | 852 "type": "string" |
861 }, | 853 }, |
862 "previousPageToken": { | 854 "previousPageToken": { |
863 "type": "string" | 855 "type": "string" |
864 } | 856 } |
865 }, | 857 }, |
866 "type": "object" | 858 "type": "object" |
867 } | 859 } |
868 }, | 860 }, |
869 "servicePath": "surveys/v2/", | 861 "servicePath": "surveys/v2/", |
870 "title": "Surveys API", | 862 "title": "Surveys API", |
871 "version": "v2" | 863 "version": "v2" |
872 } | 864 } |
OLD | NEW |