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

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

Issue 1296863002: Api-roll 22: 2015-08-17 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 5 years, 4 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/content__v2.json ('k') | discovery/googleapis/deploymentmanager__v2.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/coordinate": { 5 "https://www.googleapis.com/auth/coordinate": {
6 "description": "View and manage your Google Maps Coordinate jobs" 6 "description": "View and manage your Google Maps Coordinate jobs"
7 }, 7 },
8 "https://www.googleapis.com/auth/coordinate.readonly": { 8 "https://www.googleapis.com/auth/coordinate.readonly": {
9 "description": "View your Google Coordinate jobs" 9 "description": "View your Google Coordinate jobs"
10 } 10 }
11 } 11 }
12 } 12 }
13 }, 13 },
14 "basePath": "/coordinate/v1/", 14 "basePath": "/coordinate/v1/",
15 "baseUrl": "https://www.googleapis.com/coordinate/v1/", 15 "baseUrl": "https://www.googleapis.com/coordinate/v1/",
16 "batchPath": "batch", 16 "batchPath": "batch",
17 "description": "Lets you view and manage jobs in a Coordinate team.", 17 "description": "Lets you view and manage jobs in a Coordinate team.",
18 "discoveryVersion": "v1", 18 "discoveryVersion": "v1",
19 "documentationLink": "https://developers.google.com/coordinate/", 19 "documentationLink": "https://developers.google.com/coordinate/",
20 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/Oe1OM8HbjTHLlKoRM5huCxnk-hs\"", 20 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/RNf67Qs-KGgGShWEZ1M0BbfJUQg\"",
21 "icons": { 21 "icons": {
22 "x16": "http://www.google.com/images/icons/product/search-16.gif", 22 "x16": "http://www.google.com/images/icons/product/search-16.gif",
23 "x32": "http://www.google.com/images/icons/product/search-32.gif" 23 "x32": "http://www.google.com/images/icons/product/search-32.gif"
24 }, 24 },
25 "id": "coordinate:v1", 25 "id": "coordinate:v1",
26 "kind": "discovery#restDescription", 26 "kind": "discovery#restDescription",
27 "name": "coordinate", 27 "name": "coordinate",
28 "ownerDomain": "google.com", 28 "ownerDomain": "google.com",
29 "ownerName": "Google", 29 "ownerName": "Google",
30 "parameters": { 30 "parameters": {
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 "format": "uint32", 231 "format": "uint32",
232 "location": "query", 232 "location": "query",
233 "type": "integer" 233 "type": "integer"
234 }, 234 },
235 "minModifiedTimestampMs": { 235 "minModifiedTimestampMs": {
236 "description": "Minimum time a job was modified in m illiseconds since epoch.", 236 "description": "Minimum time a job was modified in m illiseconds since epoch.",
237 "format": "uint64", 237 "format": "uint64",
238 "location": "query", 238 "location": "query",
239 "type": "string" 239 "type": "string"
240 }, 240 },
241 "omitJobChanges": {
242 "description": "Whether to omit detail job history i nformation.",
243 "location": "query",
244 "type": "boolean"
245 },
241 "pageToken": { 246 "pageToken": {
242 "description": "Continuation token", 247 "description": "Continuation token",
243 "location": "query", 248 "location": "query",
244 "type": "string" 249 "type": "string"
245 }, 250 },
246 "teamId": { 251 "teamId": {
247 "description": "Team ID", 252 "description": "Team ID",
248 "location": "path", 253 "location": "path",
249 "required": true, 254 "required": true,
250 "type": "string" 255 "type": "string"
(...skipping 472 matching lines...) Expand 10 before | Expand all | Expand 10 after
723 "$ref": "WorkerListResponse" 728 "$ref": "WorkerListResponse"
724 }, 729 },
725 "scopes": [ 730 "scopes": [
726 "https://www.googleapis.com/auth/coordinate", 731 "https://www.googleapis.com/auth/coordinate",
727 "https://www.googleapis.com/auth/coordinate.readonly" 732 "https://www.googleapis.com/auth/coordinate.readonly"
728 ] 733 ]
729 } 734 }
730 } 735 }
731 } 736 }
732 }, 737 },
733 "revision": "20141215", 738 "revision": "20150811",
734 "rootUrl": "https://www.googleapis.com/", 739 "rootUrl": "https://www.googleapis.com/",
735 "schemas": { 740 "schemas": {
736 "CustomField": { 741 "CustomField": {
737 "description": "Custom field.", 742 "description": "Custom field.",
738 "id": "CustomField", 743 "id": "CustomField",
739 "properties": { 744 "properties": {
740 "customFieldId": { 745 "customFieldId": {
741 "description": "Custom field id.", 746 "description": "Custom field id.",
742 "format": "int64", 747 "format": "int64",
743 "type": "string" 748 "type": "string"
(...skipping 438 matching lines...) Expand 10 before | Expand all | Expand 10 after
1182 "type": "string" 1187 "type": "string"
1183 } 1188 }
1184 }, 1189 },
1185 "type": "object" 1190 "type": "object"
1186 } 1191 }
1187 }, 1192 },
1188 "servicePath": "coordinate/v1/", 1193 "servicePath": "coordinate/v1/",
1189 "title": "Google Maps Coordinate API", 1194 "title": "Google Maps Coordinate API",
1190 "version": "v1" 1195 "version": "v1"
1191 } 1196 }
OLDNEW
« no previous file with comments | « discovery/googleapis/content__v2.json ('k') | discovery/googleapis/deploymentmanager__v2.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698