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

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

Issue 2281923002: Api-roll 41: 2016-08-26 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 4 years, 3 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/analytics.readonly": { 5 "https://www.googleapis.com/auth/analytics.readonly": {
6 "description": "View your Google Analytics data" 6 "description": "View your Google Analytics data"
7 }, 7 },
8 "https://www.googleapis.com/auth/analytics": { 8 "https://www.googleapis.com/auth/analytics": {
9 "description": "View and manage your Google Analytics data" 9 "description": "View and manage your Google Analytics data"
10 } 10 }
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 "$ref": "GetReportsResponse" 133 "$ref": "GetReportsResponse"
134 }, 134 },
135 "scopes": [ 135 "scopes": [
136 "https://www.googleapis.com/auth/analytics", 136 "https://www.googleapis.com/auth/analytics",
137 "https://www.googleapis.com/auth/analytics.readonly" 137 "https://www.googleapis.com/auth/analytics.readonly"
138 ] 138 ]
139 } 139 }
140 } 140 }
141 } 141 }
142 }, 142 },
143 "revision": "20160714", 143 "revision": "20160809",
144 "rootUrl": "https://analyticsreporting.googleapis.com/", 144 "rootUrl": "https://analyticsreporting.googleapis.com/",
145 "schemas": { 145 "schemas": {
146 "PivotHeader": { 146 "PivotHeader": {
147 "description": "The headers for each of the pivot sections defined i n the request.", 147 "description": "The headers for each of the pivot sections defined i n the request.",
148 "id": "PivotHeader", 148 "id": "PivotHeader",
149 "properties": { 149 "properties": {
150 "totalPivotGroupsCount": { 150 "totalPivotGroupsCount": {
151 "description": "The total number of groups for this pivot.", 151 "description": "The total number of groups for this pivot.",
152 "format": "int32", 152 "format": "int32",
153 "type": "integer" 153 "type": "integer"
(...skipping 722 matching lines...) Expand 10 before | Expand all | Expand 10 after
876 "type": "array" 876 "type": "array"
877 } 877 }
878 }, 878 },
879 "type": "object" 879 "type": "object"
880 }, 880 },
881 "Pivot": { 881 "Pivot": {
882 "description": "The Pivot describes the pivot section in the request .\nThe Pivot helps rearrange the information in the table for certain reports\nb y pivoting your data on a second dimension.", 882 "description": "The Pivot describes the pivot section in the request .\nThe Pivot helps rearrange the information in the table for certain reports\nb y pivoting your data on a second dimension.",
883 "id": "Pivot", 883 "id": "Pivot",
884 "properties": { 884 "properties": {
885 "dimensions": { 885 "dimensions": {
886 "description": "A list of dimensions to show as pivot column s. A Pivot can have a maximum\nof 4 dimensions.", 886 "description": "A list of dimensions to show as pivot column s. A Pivot can have a maximum\nof 4 dimensions. Pivot dimensions are part of the restriction on the\ntotal number of dimensions allowed in the request.",
887 "items": { 887 "items": {
888 "$ref": "Dimension" 888 "$ref": "Dimension"
889 }, 889 },
890 "type": "array" 890 "type": "array"
891 }, 891 },
892 "metrics": { 892 "metrics": {
893 "description": "The pivot metrics. Pivot metrics are part of the\nrestriction on total number of metrics in the request.", 893 "description": "The pivot metrics. Pivot metrics are part of the\nrestriction on total number of metrics allowed in the request.",
894 "items": { 894 "items": {
895 "$ref": "Metric" 895 "$ref": "Metric"
896 }, 896 },
897 "type": "array" 897 "type": "array"
898 }, 898 },
899 "maxGroupCount": { 899 "maxGroupCount": {
900 "description": "Specifies the maximum number of groups to re turn.\nThe default value is 10, also the maximum value is 1,000.", 900 "description": "Specifies the maximum number of groups to re turn.\nThe default value is 10, also the maximum value is 1,000.",
901 "format": "int32", 901 "format": "int32",
902 "type": "integer" 902 "type": "integer"
903 }, 903 },
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
1147 "type": "array" 1147 "type": "array"
1148 } 1148 }
1149 }, 1149 },
1150 "type": "object" 1150 "type": "object"
1151 } 1151 }
1152 }, 1152 },
1153 "servicePath": "", 1153 "servicePath": "",
1154 "title": "Google Analytics Reporting API", 1154 "title": "Google Analytics Reporting API",
1155 "version": "v4" 1155 "version": "v4"
1156 } 1156 }
OLDNEW
« no previous file with comments | « discovery/googleapis/analytics__v3.json ('k') | discovery/googleapis/androidenterprise__v1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698