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

Side by Side Diff: generated/googleapis/lib/dfareporting/v2_0.dart

Issue 1797933002: Api-roll 33: 2016-03-14 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Added resources/*/CHANGELOG.md, addresssed comments Created 4 years, 9 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 // 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.dfareporting.v2_0; 3 library googleapis.dfareporting.v2_0;
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 2426 matching lines...) Expand 10 before | Expand all | Expand 10 after
2437 * - "OBJECT_DFA_SITE" 2437 * - "OBJECT_DFA_SITE"
2438 * - "OBJECT_EVENT_TAG" 2438 * - "OBJECT_EVENT_TAG"
2439 * - "OBJECT_FLOODLIGHT_ACTIVITY_GROUP" 2439 * - "OBJECT_FLOODLIGHT_ACTIVITY_GROUP"
2440 * - "OBJECT_FLOODLIGHT_ACTVITY" 2440 * - "OBJECT_FLOODLIGHT_ACTVITY"
2441 * - "OBJECT_FLOODLIGHT_CONFIGURATION" 2441 * - "OBJECT_FLOODLIGHT_CONFIGURATION"
2442 * - "OBJECT_INSTREAM_CREATIVE" 2442 * - "OBJECT_INSTREAM_CREATIVE"
2443 * - "OBJECT_LANDING_PAGE" 2443 * - "OBJECT_LANDING_PAGE"
2444 * - "OBJECT_MEDIA_ORDER" 2444 * - "OBJECT_MEDIA_ORDER"
2445 * - "OBJECT_PLACEMENT" 2445 * - "OBJECT_PLACEMENT"
2446 * - "OBJECT_PLACEMENT_STRATEGY" 2446 * - "OBJECT_PLACEMENT_STRATEGY"
2447 * - "OBJECT_PLAYSTORE_LINK"
2447 * - "OBJECT_PROVIDED_LIST_CLIENT" 2448 * - "OBJECT_PROVIDED_LIST_CLIENT"
2448 * - "OBJECT_RATE_CARD" 2449 * - "OBJECT_RATE_CARD"
2449 * - "OBJECT_REMARKETING_LIST" 2450 * - "OBJECT_REMARKETING_LIST"
2450 * - "OBJECT_RICHMEDIA_CREATIVE" 2451 * - "OBJECT_RICHMEDIA_CREATIVE"
2451 * - "OBJECT_SD_SITE" 2452 * - "OBJECT_SD_SITE"
2452 * - "OBJECT_SIZE" 2453 * - "OBJECT_SIZE"
2453 * - "OBJECT_SUBACCOUNT" 2454 * - "OBJECT_SUBACCOUNT"
2454 * - "OBJECT_USER_PROFILE" 2455 * - "OBJECT_USER_PROFILE"
2455 * - "OBJECT_USER_PROFILE_FILTER" 2456 * - "OBJECT_USER_PROFILE_FILTER"
2456 * - "OBJECT_USER_ROLE" 2457 * - "OBJECT_USER_ROLE"
(...skipping 7439 matching lines...) Expand 10 before | Expand all | Expand 10 after
9896 * - "30" for ARS 9897 * - "30" for ARS
9897 * - "31" for PEN 9898 * - "31" for PEN
9898 * - "32" for ILS 9899 * - "32" for ILS
9899 * - "33" for CHF 9900 * - "33" for CHF
9900 * - "34" for VEF 9901 * - "34" for VEF
9901 * - "35" for COP 9902 * - "35" for COP
9902 * - "36" for GTQ 9903 * - "36" for GTQ
9903 * - "37" for PLN 9904 * - "37" for PLN
9904 * - "39" for INR 9905 * - "39" for INR
9905 * - "40" for THB 9906 * - "40" for THB
9907 * - "41" for IDR
9908 * - "42" for CZK
9909 * - "43" for RON
9910 * - "44" for HUF
9911 * - "45" for RUB
9912 * - "46" for AED
9913 * - "47" for BGN
9914 * - "48" for HRK
9906 */ 9915 */
9907 core.String currencyId; 9916 core.String currencyId;
9908 /** Default placement dimensions for this account. */ 9917 /** Default placement dimensions for this account. */
9909 core.String defaultCreativeSizeId; 9918 core.String defaultCreativeSizeId;
9910 /** Description of this account. */ 9919 /** Description of this account. */
9911 core.String description; 9920 core.String description;
9912 /** ID of this account. This is a read-only, auto-generated field. */ 9921 /** ID of this account. This is a read-only, auto-generated field. */
9913 core.String id; 9922 core.String id;
9914 /** 9923 /**
9915 * Identifies what kind of resource this is. Value: the fixed string 9924 * Identifies what kind of resource this is. Value: the fixed string
(...skipping 2966 matching lines...) Expand 10 before | Expand all | Expand 10 after
12882 */ 12891 */
12883 core.bool allowScriptAccess; 12892 core.bool allowScriptAccess;
12884 /** Whether the creative is archived. Applicable to all creative types. */ 12893 /** Whether the creative is archived. Applicable to all creative types. */
12885 core.bool archived; 12894 core.bool archived;
12886 /** 12895 /**
12887 * Type of artwork used for the creative. This is a read-only field. 12896 * Type of artwork used for the creative. This is a read-only field.
12888 * Applicable to the following creative types: all RICH_MEDIA, and all VPAID. 12897 * Applicable to the following creative types: all RICH_MEDIA, and all VPAID.
12889 * Possible string values are: 12898 * Possible string values are:
12890 * - "ARTWORK_TYPE_FLASH" 12899 * - "ARTWORK_TYPE_FLASH"
12891 * - "ARTWORK_TYPE_HTML5" 12900 * - "ARTWORK_TYPE_HTML5"
12901 * - "ARTWORK_TYPE_IMAGE"
12892 * - "ARTWORK_TYPE_MIXED" 12902 * - "ARTWORK_TYPE_MIXED"
12893 */ 12903 */
12894 core.String artworkType; 12904 core.String artworkType;
12895 /** 12905 /**
12896 * Authoring tool for HTML5 banner creatives. This is a read-only field. 12906 * Authoring tool for HTML5 banner creatives. This is a read-only field.
12897 * Applicable to the following creative types: HTML5_BANNER. 12907 * Applicable to the following creative types: HTML5_BANNER.
12898 * Possible string values are: 12908 * Possible string values are:
12899 * - "NINJA" 12909 * - "NINJA"
12900 * - "SWIFFY" 12910 * - "SWIFFY"
12901 */ 12911 */
(...skipping 687 matching lines...) Expand 10 before | Expand all | Expand 10 after
13589 * - "ALIGNMENT_RIGHT" 13599 * - "ALIGNMENT_RIGHT"
13590 * - "ALIGNMENT_TOP" 13600 * - "ALIGNMENT_TOP"
13591 */ 13601 */
13592 core.String alignment; 13602 core.String alignment;
13593 /** 13603 /**
13594 * Artwork type of rich media creative. This is a read-only field. Applicable 13604 * Artwork type of rich media creative. This is a read-only field. Applicable
13595 * to the following creative types: all RICH_MEDIA. 13605 * to the following creative types: all RICH_MEDIA.
13596 * Possible string values are: 13606 * Possible string values are:
13597 * - "ARTWORK_TYPE_FLASH" 13607 * - "ARTWORK_TYPE_FLASH"
13598 * - "ARTWORK_TYPE_HTML5" 13608 * - "ARTWORK_TYPE_HTML5"
13609 * - "ARTWORK_TYPE_IMAGE"
13599 * - "ARTWORK_TYPE_MIXED" 13610 * - "ARTWORK_TYPE_MIXED"
13600 */ 13611 */
13601 core.String artworkType; 13612 core.String artworkType;
13602 /** 13613 /**
13603 * Identifier of this asset. This is the same identifier returned during 13614 * Identifier of this asset. This is the same identifier returned during
13604 * creative asset insert operation. This is a required field. Applicable to 13615 * creative asset insert operation. This is a required field. Applicable to
13605 * all but the following creative types: all REDIRECT and TRACKING_TEXT. 13616 * all but the following creative types: all REDIRECT and TRACKING_TEXT.
13606 */ 13617 */
13607 CreativeAssetId assetIdentifier; 13618 CreativeAssetId assetIdentifier;
13608 /** 13619 /**
(...skipping 849 matching lines...) Expand 10 before | Expand all | Expand 10 after
14458 /** 14469 /**
14459 * Artwork label column, used to link events in DCM back to events in Studio. 14470 * Artwork label column, used to link events in DCM back to events in Studio.
14460 * This is a required field and should not be modified after insertion. 14471 * This is a required field and should not be modified after insertion.
14461 */ 14472 */
14462 core.String artworkLabel; 14473 core.String artworkLabel;
14463 /** 14474 /**
14464 * Artwork type used by the creative.This is a read-only field. 14475 * Artwork type used by the creative.This is a read-only field.
14465 * Possible string values are: 14476 * Possible string values are:
14466 * - "ARTWORK_TYPE_FLASH" 14477 * - "ARTWORK_TYPE_FLASH"
14467 * - "ARTWORK_TYPE_HTML5" 14478 * - "ARTWORK_TYPE_HTML5"
14479 * - "ARTWORK_TYPE_IMAGE"
14468 * - "ARTWORK_TYPE_MIXED" 14480 * - "ARTWORK_TYPE_MIXED"
14469 */ 14481 */
14470 core.String artworkType; 14482 core.String artworkType;
14471 /** Exit URL of the event. This field is used only for exit events. */ 14483 /** Exit URL of the event. This field is used only for exit events. */
14472 core.String exitUrl; 14484 core.String exitUrl;
14473 /** 14485 /**
14474 * ID of this event. This is a required field and should not be modified after 14486 * ID of this event. This is a required field and should not be modified after
14475 * insertion. 14487 * insertion.
14476 */ 14488 */
14477 core.String id; 14489 core.String id;
(...skipping 530 matching lines...) Expand 10 before | Expand all | Expand 10 after
15008 core.String name; 15020 core.String name;
15009 /** List of optimization activities associated with this configuration. */ 15021 /** List of optimization activities associated with this configuration. */
15010 core.List<OptimizationActivity> optimizationActivitys; 15022 core.List<OptimizationActivity> optimizationActivitys;
15011 /** 15023 /**
15012 * Optimization model for this configuration. 15024 * Optimization model for this configuration.
15013 * Possible string values are: 15025 * Possible string values are:
15014 * - "CLICK" 15026 * - "CLICK"
15015 * - "POST_CLICK" 15027 * - "POST_CLICK"
15016 * - "POST_CLICK_AND_IMPRESSION" 15028 * - "POST_CLICK_AND_IMPRESSION"
15017 * - "POST_IMPRESSION" 15029 * - "POST_IMPRESSION"
15030 * - "VIDEO_COMPLETION"
15018 */ 15031 */
15019 core.String optimizationModel; 15032 core.String optimizationModel;
15020 15033
15021 CreativeOptimizationConfiguration(); 15034 CreativeOptimizationConfiguration();
15022 15035
15023 CreativeOptimizationConfiguration.fromJson(core.Map _json) { 15036 CreativeOptimizationConfiguration.fromJson(core.Map _json) {
15024 if (_json.containsKey("id")) { 15037 if (_json.containsKey("id")) {
15025 id = _json["id"]; 15038 id = _json["id"];
15026 } 15039 }
15027 if (_json.containsKey("name")) { 15040 if (_json.containsKey("name")) {
(...skipping 887 matching lines...) Expand 10 before | Expand all | Expand 10 after
15915 * - "30" for ARS 15928 * - "30" for ARS
15916 * - "31" for PEN 15929 * - "31" for PEN
15917 * - "32" for ILS 15930 * - "32" for ILS
15918 * - "33" for CHF 15931 * - "33" for CHF
15919 * - "34" for VEF 15932 * - "34" for VEF
15920 * - "35" for COP 15933 * - "35" for COP
15921 * - "36" for GTQ 15934 * - "36" for GTQ
15922 * - "37" for PLN 15935 * - "37" for PLN
15923 * - "39" for INR 15936 * - "39" for INR
15924 * - "40" for THB 15937 * - "40" for THB
15938 * - "41" for IDR
15939 * - "42" for CZK
15940 * - "43" for RON
15941 * - "44" for HUF
15942 * - "45" for RUB
15943 * - "46" for AED
15944 * - "47" for BGN
15945 * - "48" for HRK
15925 */ 15946 */
15926 core.String currencyId; 15947 core.String currencyId;
15927 /** Description of this directory site. */ 15948 /** Description of this directory site. */
15928 core.String description; 15949 core.String description;
15929 /** ID of this directory site. This is a read-only, auto-generated field. */ 15950 /** ID of this directory site. This is a read-only, auto-generated field. */
15930 core.String id; 15951 core.String id;
15931 /** 15952 /**
15932 * Dimension value for the ID of this directory site. This is a read-only, 15953 * Dimension value for the ID of this directory site. This is a read-only,
15933 * auto-generated field. 15954 * auto-generated field.
15934 */ 15955 */
(...skipping 6643 matching lines...) Expand 10 before | Expand all | Expand 10 after
22578 * - "RICH_MEDIA_IMPRESSION" 22599 * - "RICH_MEDIA_IMPRESSION"
22579 * - "RICH_MEDIA_RM_IMPRESSION" 22600 * - "RICH_MEDIA_RM_IMPRESSION"
22580 * - "SURVEY" 22601 * - "SURVEY"
22581 * - "VIDEO_COMPLETE" 22602 * - "VIDEO_COMPLETE"
22582 * - "VIDEO_CUSTOM" 22603 * - "VIDEO_CUSTOM"
22583 * - "VIDEO_FIRST_QUARTILE" 22604 * - "VIDEO_FIRST_QUARTILE"
22584 * - "VIDEO_FULLSCREEN" 22605 * - "VIDEO_FULLSCREEN"
22585 * - "VIDEO_MIDPOINT" 22606 * - "VIDEO_MIDPOINT"
22586 * - "VIDEO_MUTE" 22607 * - "VIDEO_MUTE"
22587 * - "VIDEO_PAUSE" 22608 * - "VIDEO_PAUSE"
22609 * - "VIDEO_PROGRESS"
22588 * - "VIDEO_REWIND" 22610 * - "VIDEO_REWIND"
22611 * - "VIDEO_SKIP"
22589 * - "VIDEO_START" 22612 * - "VIDEO_START"
22590 * - "VIDEO_STOP" 22613 * - "VIDEO_STOP"
22591 * - "VIDEO_THIRD_QUARTILE" 22614 * - "VIDEO_THIRD_QUARTILE"
22592 */ 22615 */
22593 core.String thirdPartyUrlType; 22616 core.String thirdPartyUrlType;
22594 /** URL for the specified third-party URL type. */ 22617 /** URL for the specified third-party URL type. */
22595 core.String url; 22618 core.String url;
22596 22619
22597 ThirdPartyTrackingUrl(); 22620 ThirdPartyTrackingUrl();
22598 22621
(...skipping 509 matching lines...) Expand 10 before | Expand all | Expand 10 after
23108 } 23131 }
23109 if (nextPageToken != null) { 23132 if (nextPageToken != null) {
23110 _json["nextPageToken"] = nextPageToken; 23133 _json["nextPageToken"] = nextPageToken;
23111 } 23134 }
23112 if (userRoles != null) { 23135 if (userRoles != null) {
23113 _json["userRoles"] = userRoles.map((value) => (value).toJson()).toList(); 23136 _json["userRoles"] = userRoles.map((value) => (value).toJson()).toList();
23114 } 23137 }
23115 return _json; 23138 return _json;
23116 } 23139 }
23117 } 23140 }
OLDNEW
« no previous file with comments | « generated/googleapis/lib/deploymentmanager/v2.dart ('k') | generated/googleapis/lib/dfareporting/v2_1.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698