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

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

Issue 2973303002: Api-Roll 51: 2017-07-10 (Closed)
Patch Set: Created 3 years, 5 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/dns__v1.json ('k') | discovery/googleapis/doubleclicksearch__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/doubleclickbidmanager": { 5 "https://www.googleapis.com/auth/doubleclickbidmanager": {
6 "description": "View and manage your reports in DoubleClick Bid Manager" 6 "description": "View and manage your reports in DoubleClick Bid Manager"
7 } 7 }
8 } 8 }
9 } 9 }
10 }, 10 },
11 "basePath": "/doubleclickbidmanager/v1/", 11 "basePath": "/doubleclickbidmanager/v1/",
12 "baseUrl": "https://www.googleapis.com/doubleclickbidmanager/v1/", 12 "baseUrl": "https://www.googleapis.com/doubleclickbidmanager/v1/",
13 "batchPath": "batch", 13 "batchPath": "batch",
14 "canonicalName": "DoubleClick Bid Manager", 14 "canonicalName": "DoubleClick Bid Manager",
15 "description": "API for viewing and managing your reports in DoubleClick Bid Manager.", 15 "description": "API for viewing and managing your reports in DoubleClick Bid Manager.",
16 "discoveryVersion": "v1", 16 "discoveryVersion": "v1",
17 "documentationLink": "https://developers.google.com/bid-manager/", 17 "documentationLink": "https://developers.google.com/bid-manager/",
18 "etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/CyBb_evhvzpTXXhgZSc7wED-pLk\"", 18 "etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/fiMIPCbr-8OYnnFx-elRq37f8OU\"",
19 "icons": { 19 "icons": {
20 "x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp. png", 20 "x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp. png",
21 "x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp. png" 21 "x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp. png"
22 }, 22 },
23 "id": "doubleclickbidmanager:v1", 23 "id": "doubleclickbidmanager:v1",
24 "kind": "discovery#restDescription", 24 "kind": "discovery#restDescription",
25 "labels": [ 25 "labels": [
26 "limited_availability" 26 "limited_availability"
27 ], 27 ],
28 "name": "doubleclickbidmanager", 28 "name": "doubleclickbidmanager",
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 "response": { 250 "response": {
251 "$ref": "DownloadResponse" 251 "$ref": "DownloadResponse"
252 }, 252 },
253 "scopes": [ 253 "scopes": [
254 "https://www.googleapis.com/auth/doubleclickbidmanager" 254 "https://www.googleapis.com/auth/doubleclickbidmanager"
255 ] 255 ]
256 } 256 }
257 } 257 }
258 } 258 }
259 }, 259 },
260 "revision": "20170531", 260 "revision": "20170705",
261 "rootUrl": "https://www.googleapis.com/", 261 "rootUrl": "https://www.googleapis.com/",
262 "schemas": { 262 "schemas": {
263 "DownloadLineItemsRequest": { 263 "DownloadLineItemsRequest": {
264 "description": "Request to fetch stored line items.", 264 "description": "Request to fetch stored line items.",
265 "id": "DownloadLineItemsRequest", 265 "id": "DownloadLineItemsRequest",
266 "properties": { 266 "properties": {
267 "fileSpec": { 267 "fileSpec": {
268 "description": "File specification (column names, types, ord er) in which the line items will be returned. Default to EWF.", 268 "description": "File specification (column names, types, ord er) in which the line items will be returned. Default to EWF.",
269 "enum": [ 269 "enum": [
270 "EWF" 270 "EWF"
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 "type": "string" 307 "type": "string"
308 } 308 }
309 }, 309 },
310 "type": "object" 310 "type": "object"
311 }, 311 },
312 "DownloadLineItemsResponse": { 312 "DownloadLineItemsResponse": {
313 "description": "Download line items response.", 313 "description": "Download line items response.",
314 "id": "DownloadLineItemsResponse", 314 "id": "DownloadLineItemsResponse",
315 "properties": { 315 "properties": {
316 "lineItems": { 316 "lineItems": {
317 "description": "Retrieved line items in CSV format. Refer to Entity Write File Format or Structured Data File Format for more information on file formats.", 317 "description": "Retrieved line items in CSV format. For more information about file formats, see Entity Write File Format.",
318 "type": "string" 318 "type": "string"
319 } 319 }
320 }, 320 },
321 "type": "object" 321 "type": "object"
322 }, 322 },
323 "DownloadRequest": { 323 "DownloadRequest": {
324 "description": "Request to fetch stored insertion orders, line items , TrueView ad groups and ads.", 324 "description": "Request to fetch stored insertion orders, line items , TrueView ad groups and ads.",
325 "id": "DownloadRequest", 325 "id": "DownloadRequest",
326 "properties": { 326 "properties": {
327 "fileTypes": { 327 "fileTypes": {
(...skipping 1820 matching lines...) Expand 10 before | Expand all | Expand 10 after
2148 "type": "array" 2148 "type": "array"
2149 } 2149 }
2150 }, 2150 },
2151 "type": "object" 2151 "type": "object"
2152 } 2152 }
2153 }, 2153 },
2154 "servicePath": "doubleclickbidmanager/v1/", 2154 "servicePath": "doubleclickbidmanager/v1/",
2155 "title": "DoubleClick Bid Manager API", 2155 "title": "DoubleClick Bid Manager API",
2156 "version": "v1" 2156 "version": "v1"
2157 } 2157 }
OLDNEW
« no previous file with comments | « discovery/googleapis/dns__v1.json ('k') | discovery/googleapis/doubleclicksearch__v2.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698