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

Side by Side Diff: generated/googleapis/lib/content/v2.dart

Issue 2779563003: Api-roll 47: 2017-03-27 (Closed)
Patch Set: 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 | « generated/googleapis/lib/compute/v1.dart ('k') | generated/googleapis/lib/dataproc/v1.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // This is a generated file (see the discoveryapis_generator project). 1 // This is a generated file (see the discoveryapis_generator project).
2 2
3 library googleapis.content.v2; 3 library googleapis.content.v2;
4 4
5 import 'dart:core' as core; 5 import 'dart:core' as core;
6 import 'dart:async' as async; 6 import 'dart:async' as async;
7 import 'dart:convert' as convert; 7 import 'dart:convert' as convert;
8 8
9 import 'package:_discoveryapis_commons/_discoveryapis_commons.dart' as commons; 9 import 'package:_discoveryapis_commons/_discoveryapis_commons.dart' as commons;
10 import 'package:http/http.dart' as http; 10 import 'package:http/http.dart' as http;
(...skipping 5275 matching lines...) Expand 10 before | Expand all | Expand 10 after
5286 /** 5286 /**
5287 * The two-letter ISO 639-1 language in which the attributes are defined in 5287 * The two-letter ISO 639-1 language in which the attributes are defined in
5288 * the data feed. 5288 * the data feed.
5289 */ 5289 */
5290 core.String attributeLanguage; 5290 core.String attributeLanguage;
5291 /** 5291 /**
5292 * The two-letter ISO 639-1 language of the items in the feed. Must be a valid 5292 * The two-letter ISO 639-1 language of the items in the feed. Must be a valid
5293 * language for targetCountry. 5293 * language for targetCountry.
5294 */ 5294 */
5295 core.String contentLanguage; 5295 core.String contentLanguage;
5296 /** The type of data feed. */ 5296 /**
5297 * The type of data feed. For product inventory feeds, only feeds for local
5298 * stores, not online stores, are supported.
5299 */
5297 core.String contentType; 5300 core.String contentType;
5298 /** Fetch schedule for the feed file. */ 5301 /** Fetch schedule for the feed file. */
5299 DatafeedFetchSchedule fetchSchedule; 5302 DatafeedFetchSchedule fetchSchedule;
5300 /** The filename of the feed. All feeds must have a unique file name. */ 5303 /** The filename of the feed. All feeds must have a unique file name. */
5301 core.String fileName; 5304 core.String fileName;
5302 /** Format of the feed file. */ 5305 /** Format of the feed file. */
5303 DatafeedFormat format; 5306 DatafeedFormat format;
5304 /** The ID of the data feed. */ 5307 /** The ID of the data feed. */
5305 core.String id; 5308 core.String id;
5306 /** 5309 /**
(...skipping 6749 matching lines...) Expand 10 before | Expand all | Expand 10 after
12056 var _json = new core.Map(); 12059 var _json = new core.Map();
12057 if (unit != null) { 12060 if (unit != null) {
12058 _json["unit"] = unit; 12061 _json["unit"] = unit;
12059 } 12062 }
12060 if (value != null) { 12063 if (value != null) {
12061 _json["value"] = value; 12064 _json["value"] = value;
12062 } 12065 }
12063 return _json; 12066 return _json;
12064 } 12067 }
12065 } 12068 }
OLDNEW
« no previous file with comments | « generated/googleapis/lib/compute/v1.dart ('k') | generated/googleapis/lib/dataproc/v1.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698