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

Side by Side Diff: generated/googleapis/lib/dfareporting/v2_2.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_2; 3 library googleapis.dfareporting.v2_2;
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 2477 matching lines...) Expand 10 before | Expand all | Expand 10 after
2488 * - "OBJECT_DFA_SITE" 2488 * - "OBJECT_DFA_SITE"
2489 * - "OBJECT_EVENT_TAG" 2489 * - "OBJECT_EVENT_TAG"
2490 * - "OBJECT_FLOODLIGHT_ACTIVITY_GROUP" 2490 * - "OBJECT_FLOODLIGHT_ACTIVITY_GROUP"
2491 * - "OBJECT_FLOODLIGHT_ACTVITY" 2491 * - "OBJECT_FLOODLIGHT_ACTVITY"
2492 * - "OBJECT_FLOODLIGHT_CONFIGURATION" 2492 * - "OBJECT_FLOODLIGHT_CONFIGURATION"
2493 * - "OBJECT_INSTREAM_CREATIVE" 2493 * - "OBJECT_INSTREAM_CREATIVE"
2494 * - "OBJECT_LANDING_PAGE" 2494 * - "OBJECT_LANDING_PAGE"
2495 * - "OBJECT_MEDIA_ORDER" 2495 * - "OBJECT_MEDIA_ORDER"
2496 * - "OBJECT_PLACEMENT" 2496 * - "OBJECT_PLACEMENT"
2497 * - "OBJECT_PLACEMENT_STRATEGY" 2497 * - "OBJECT_PLACEMENT_STRATEGY"
2498 * - "OBJECT_PLAYSTORE_LINK"
2498 * - "OBJECT_PROVIDED_LIST_CLIENT" 2499 * - "OBJECT_PROVIDED_LIST_CLIENT"
2499 * - "OBJECT_RATE_CARD" 2500 * - "OBJECT_RATE_CARD"
2500 * - "OBJECT_REMARKETING_LIST" 2501 * - "OBJECT_REMARKETING_LIST"
2501 * - "OBJECT_RICHMEDIA_CREATIVE" 2502 * - "OBJECT_RICHMEDIA_CREATIVE"
2502 * - "OBJECT_SD_SITE" 2503 * - "OBJECT_SD_SITE"
2503 * - "OBJECT_SIZE" 2504 * - "OBJECT_SIZE"
2504 * - "OBJECT_SUBACCOUNT" 2505 * - "OBJECT_SUBACCOUNT"
2505 * - "OBJECT_USER_PROFILE" 2506 * - "OBJECT_USER_PROFILE"
2506 * - "OBJECT_USER_PROFILE_FILTER" 2507 * - "OBJECT_USER_PROFILE_FILTER"
2507 * - "OBJECT_USER_ROLE" 2508 * - "OBJECT_USER_ROLE"
(...skipping 8973 matching lines...) Expand 10 before | Expand all | Expand 10 after
11481 * - "30" for ARS 11482 * - "30" for ARS
11482 * - "31" for PEN 11483 * - "31" for PEN
11483 * - "32" for ILS 11484 * - "32" for ILS
11484 * - "33" for CHF 11485 * - "33" for CHF
11485 * - "34" for VEF 11486 * - "34" for VEF
11486 * - "35" for COP 11487 * - "35" for COP
11487 * - "36" for GTQ 11488 * - "36" for GTQ
11488 * - "37" for PLN 11489 * - "37" for PLN
11489 * - "39" for INR 11490 * - "39" for INR
11490 * - "40" for THB 11491 * - "40" for THB
11492 * - "41" for IDR
11493 * - "42" for CZK
11494 * - "43" for RON
11495 * - "44" for HUF
11496 * - "45" for RUB
11497 * - "46" for AED
11498 * - "47" for BGN
11499 * - "48" for HRK
11491 */ 11500 */
11492 core.String currencyId; 11501 core.String currencyId;
11493 /** Default placement dimensions for this account. */ 11502 /** Default placement dimensions for this account. */
11494 core.String defaultCreativeSizeId; 11503 core.String defaultCreativeSizeId;
11495 /** Description of this account. */ 11504 /** Description of this account. */
11496 core.String description; 11505 core.String description;
11497 /** ID of this account. This is a read-only, auto-generated field. */ 11506 /** ID of this account. This is a read-only, auto-generated field. */
11498 core.String id; 11507 core.String id;
11499 /** 11508 /**
11500 * Identifies what kind of resource this is. Value: the fixed string 11509 * Identifies what kind of resource this is. Value: the fixed string
(...skipping 3096 matching lines...) Expand 10 before | Expand all | Expand 10 after
14597 */ 14606 */
14598 core.bool allowScriptAccess; 14607 core.bool allowScriptAccess;
14599 /** Whether the creative is archived. Applicable to all creative types. */ 14608 /** Whether the creative is archived. Applicable to all creative types. */
14600 core.bool archived; 14609 core.bool archived;
14601 /** 14610 /**
14602 * Type of artwork used for the creative. This is a read-only field. 14611 * Type of artwork used for the creative. This is a read-only field.
14603 * Applicable to the following creative types: all RICH_MEDIA, and all VPAID. 14612 * Applicable to the following creative types: all RICH_MEDIA, and all VPAID.
14604 * Possible string values are: 14613 * Possible string values are:
14605 * - "ARTWORK_TYPE_FLASH" 14614 * - "ARTWORK_TYPE_FLASH"
14606 * - "ARTWORK_TYPE_HTML5" 14615 * - "ARTWORK_TYPE_HTML5"
14616 * - "ARTWORK_TYPE_IMAGE"
14607 * - "ARTWORK_TYPE_MIXED" 14617 * - "ARTWORK_TYPE_MIXED"
14608 */ 14618 */
14609 core.String artworkType; 14619 core.String artworkType;
14610 /** 14620 /**
14611 * Authoring tool for HTML5 banner creatives. This is a read-only field. 14621 * Authoring tool for HTML5 banner creatives. This is a read-only field.
14612 * Applicable to the following creative types: HTML5_BANNER. 14622 * Applicable to the following creative types: HTML5_BANNER.
14613 * Possible string values are: 14623 * Possible string values are:
14614 * - "NINJA" 14624 * - "NINJA"
14615 * - "SWIFFY" 14625 * - "SWIFFY"
14616 */ 14626 */
(...skipping 712 matching lines...) Expand 10 before | Expand all | Expand 10 after
15329 * - "ALIGNMENT_RIGHT" 15339 * - "ALIGNMENT_RIGHT"
15330 * - "ALIGNMENT_TOP" 15340 * - "ALIGNMENT_TOP"
15331 */ 15341 */
15332 core.String alignment; 15342 core.String alignment;
15333 /** 15343 /**
15334 * Artwork type of rich media creative. This is a read-only field. Applicable 15344 * Artwork type of rich media creative. This is a read-only field. Applicable
15335 * to the following creative types: all RICH_MEDIA. 15345 * to the following creative types: all RICH_MEDIA.
15336 * Possible string values are: 15346 * Possible string values are:
15337 * - "ARTWORK_TYPE_FLASH" 15347 * - "ARTWORK_TYPE_FLASH"
15338 * - "ARTWORK_TYPE_HTML5" 15348 * - "ARTWORK_TYPE_HTML5"
15349 * - "ARTWORK_TYPE_IMAGE"
15339 * - "ARTWORK_TYPE_MIXED" 15350 * - "ARTWORK_TYPE_MIXED"
15340 */ 15351 */
15341 core.String artworkType; 15352 core.String artworkType;
15342 /** 15353 /**
15343 * Identifier of this asset. This is the same identifier returned during 15354 * Identifier of this asset. This is the same identifier returned during
15344 * creative asset insert operation. This is a required field. Applicable to 15355 * creative asset insert operation. This is a required field. Applicable to
15345 * all but the following creative types: all REDIRECT and TRACKING_TEXT. 15356 * all but the following creative types: all REDIRECT and TRACKING_TEXT.
15346 */ 15357 */
15347 CreativeAssetId assetIdentifier; 15358 CreativeAssetId assetIdentifier;
15348 /** 15359 /**
(...skipping 847 matching lines...) Expand 10 before | Expand all | Expand 10 after
16196 /** 16207 /**
16197 * Artwork label column, used to link events in DCM back to events in Studio. 16208 * Artwork label column, used to link events in DCM back to events in Studio.
16198 * This is a required field and should not be modified after insertion. 16209 * This is a required field and should not be modified after insertion.
16199 */ 16210 */
16200 core.String artworkLabel; 16211 core.String artworkLabel;
16201 /** 16212 /**
16202 * Artwork type used by the creative.This is a read-only field. 16213 * Artwork type used by the creative.This is a read-only field.
16203 * Possible string values are: 16214 * Possible string values are:
16204 * - "ARTWORK_TYPE_FLASH" 16215 * - "ARTWORK_TYPE_FLASH"
16205 * - "ARTWORK_TYPE_HTML5" 16216 * - "ARTWORK_TYPE_HTML5"
16217 * - "ARTWORK_TYPE_IMAGE"
16206 * - "ARTWORK_TYPE_MIXED" 16218 * - "ARTWORK_TYPE_MIXED"
16207 */ 16219 */
16208 core.String artworkType; 16220 core.String artworkType;
16209 /** Exit URL of the event. This field is used only for exit events. */ 16221 /** Exit URL of the event. This field is used only for exit events. */
16210 core.String exitUrl; 16222 core.String exitUrl;
16211 /** 16223 /**
16212 * ID of this event. This is a required field and should not be modified after 16224 * ID of this event. This is a required field and should not be modified after
16213 * insertion. 16225 * insertion.
16214 */ 16226 */
16215 core.String id; 16227 core.String id;
(...skipping 524 matching lines...) Expand 10 before | Expand all | Expand 10 after
16740 core.String name; 16752 core.String name;
16741 /** List of optimization activities associated with this configuration. */ 16753 /** List of optimization activities associated with this configuration. */
16742 core.List<OptimizationActivity> optimizationActivitys; 16754 core.List<OptimizationActivity> optimizationActivitys;
16743 /** 16755 /**
16744 * Optimization model for this configuration. 16756 * Optimization model for this configuration.
16745 * Possible string values are: 16757 * Possible string values are:
16746 * - "CLICK" 16758 * - "CLICK"
16747 * - "POST_CLICK" 16759 * - "POST_CLICK"
16748 * - "POST_CLICK_AND_IMPRESSION" 16760 * - "POST_CLICK_AND_IMPRESSION"
16749 * - "POST_IMPRESSION" 16761 * - "POST_IMPRESSION"
16762 * - "VIDEO_COMPLETION"
16750 */ 16763 */
16751 core.String optimizationModel; 16764 core.String optimizationModel;
16752 16765
16753 CreativeOptimizationConfiguration(); 16766 CreativeOptimizationConfiguration();
16754 16767
16755 CreativeOptimizationConfiguration.fromJson(core.Map _json) { 16768 CreativeOptimizationConfiguration.fromJson(core.Map _json) {
16756 if (_json.containsKey("id")) { 16769 if (_json.containsKey("id")) {
16757 id = _json["id"]; 16770 id = _json["id"];
16758 } 16771 }
16759 if (_json.containsKey("name")) { 16772 if (_json.containsKey("name")) {
(...skipping 887 matching lines...) Expand 10 before | Expand all | Expand 10 after
17647 * - "30" for ARS 17660 * - "30" for ARS
17648 * - "31" for PEN 17661 * - "31" for PEN
17649 * - "32" for ILS 17662 * - "32" for ILS
17650 * - "33" for CHF 17663 * - "33" for CHF
17651 * - "34" for VEF 17664 * - "34" for VEF
17652 * - "35" for COP 17665 * - "35" for COP
17653 * - "36" for GTQ 17666 * - "36" for GTQ
17654 * - "37" for PLN 17667 * - "37" for PLN
17655 * - "39" for INR 17668 * - "39" for INR
17656 * - "40" for THB 17669 * - "40" for THB
17670 * - "41" for IDR
17671 * - "42" for CZK
17672 * - "43" for RON
17673 * - "44" for HUF
17674 * - "45" for RUB
17675 * - "46" for AED
17676 * - "47" for BGN
17677 * - "48" for HRK
17657 */ 17678 */
17658 core.String currencyId; 17679 core.String currencyId;
17659 /** Description of this directory site. */ 17680 /** Description of this directory site. */
17660 core.String description; 17681 core.String description;
17661 /** ID of this directory site. This is a read-only, auto-generated field. */ 17682 /** ID of this directory site. This is a read-only, auto-generated field. */
17662 core.String id; 17683 core.String id;
17663 /** 17684 /**
17664 * Dimension value for the ID of this directory site. This is a read-only, 17685 * Dimension value for the ID of this directory site. This is a read-only,
17665 * auto-generated field. 17686 * auto-generated field.
17666 */ 17687 */
(...skipping 6007 matching lines...) Expand 10 before | Expand all | Expand 10 after
23674 * impression. 23695 * impression.
23675 */ 23696 */
23676 core.String lifeSpan; 23697 core.String lifeSpan;
23677 /** Rule used to populate the remarketing list with users. */ 23698 /** Rule used to populate the remarketing list with users. */
23678 ListPopulationRule listPopulationRule; 23699 ListPopulationRule listPopulationRule;
23679 /** Number of users currently in the list. This is a read-only field. */ 23700 /** Number of users currently in the list. This is a read-only field. */
23680 core.String listSize; 23701 core.String listSize;
23681 /** 23702 /**
23682 * Product from which this remarketing list was originated. 23703 * Product from which this remarketing list was originated.
23683 * Possible string values are: 23704 * Possible string values are:
23705 * - "REMARKETING_LIST_SOURCE_ADX"
23684 * - "REMARKETING_LIST_SOURCE_DBM" 23706 * - "REMARKETING_LIST_SOURCE_DBM"
23685 * - "REMARKETING_LIST_SOURCE_DFA" 23707 * - "REMARKETING_LIST_SOURCE_DFA"
23708 * - "REMARKETING_LIST_SOURCE_DFP"
23686 * - "REMARKETING_LIST_SOURCE_DMP" 23709 * - "REMARKETING_LIST_SOURCE_DMP"
23687 * - "REMARKETING_LIST_SOURCE_GA" 23710 * - "REMARKETING_LIST_SOURCE_GA"
23711 * - "REMARKETING_LIST_SOURCE_GPLUS"
23688 * - "REMARKETING_LIST_SOURCE_OTHER" 23712 * - "REMARKETING_LIST_SOURCE_OTHER"
23713 * - "REMARKETING_LIST_SOURCE_PLAY_STORE"
23714 * - "REMARKETING_LIST_SOURCE_XFP"
23715 * - "REMARKETING_LIST_SOURCE_YOUTUBE"
23689 */ 23716 */
23690 core.String listSource; 23717 core.String listSource;
23691 /** 23718 /**
23692 * Name of the remarketing list. This is a required field. Must be no greater 23719 * Name of the remarketing list. This is a required field. Must be no greater
23693 * than 128 characters long. 23720 * than 128 characters long.
23694 */ 23721 */
23695 core.String name; 23722 core.String name;
23696 /** 23723 /**
23697 * Subaccount ID of this remarketing list. This is a read-only, auto-generated 23724 * Subaccount ID of this remarketing list. This is a read-only, auto-generated
23698 * field that is only returned in GET requests. 23725 * field that is only returned in GET requests.
(...skipping 2097 matching lines...) Expand 10 before | Expand all | Expand 10 after
25796 /** 25823 /**
25797 * Number of days that a user should remain in the targetable remarketing list 25824 * Number of days that a user should remain in the targetable remarketing list
25798 * without an impression. 25825 * without an impression.
25799 */ 25826 */
25800 core.String lifeSpan; 25827 core.String lifeSpan;
25801 /** Number of users currently in the list. This is a read-only field. */ 25828 /** Number of users currently in the list. This is a read-only field. */
25802 core.String listSize; 25829 core.String listSize;
25803 /** 25830 /**
25804 * Product from which this targetable remarketing list was originated. 25831 * Product from which this targetable remarketing list was originated.
25805 * Possible string values are: 25832 * Possible string values are:
25833 * - "REMARKETING_LIST_SOURCE_ADX"
25806 * - "REMARKETING_LIST_SOURCE_DBM" 25834 * - "REMARKETING_LIST_SOURCE_DBM"
25807 * - "REMARKETING_LIST_SOURCE_DFA" 25835 * - "REMARKETING_LIST_SOURCE_DFA"
25836 * - "REMARKETING_LIST_SOURCE_DFP"
25808 * - "REMARKETING_LIST_SOURCE_DMP" 25837 * - "REMARKETING_LIST_SOURCE_DMP"
25809 * - "REMARKETING_LIST_SOURCE_GA" 25838 * - "REMARKETING_LIST_SOURCE_GA"
25839 * - "REMARKETING_LIST_SOURCE_GPLUS"
25810 * - "REMARKETING_LIST_SOURCE_OTHER" 25840 * - "REMARKETING_LIST_SOURCE_OTHER"
25841 * - "REMARKETING_LIST_SOURCE_PLAY_STORE"
25842 * - "REMARKETING_LIST_SOURCE_XFP"
25843 * - "REMARKETING_LIST_SOURCE_YOUTUBE"
25811 */ 25844 */
25812 core.String listSource; 25845 core.String listSource;
25813 /** 25846 /**
25814 * Name of the targetable remarketing list. Is no greater than 128 characters 25847 * Name of the targetable remarketing list. Is no greater than 128 characters
25815 * long. 25848 * long.
25816 */ 25849 */
25817 core.String name; 25850 core.String name;
25818 /** 25851 /**
25819 * Subaccount ID of this remarketing list. This is a read-only, auto-generated 25852 * Subaccount ID of this remarketing list. This is a read-only, auto-generated
25820 * field that is only returned in GET requests. 25853 * field that is only returned in GET requests.
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
26081 * - "RICH_MEDIA_IMPRESSION" 26114 * - "RICH_MEDIA_IMPRESSION"
26082 * - "RICH_MEDIA_RM_IMPRESSION" 26115 * - "RICH_MEDIA_RM_IMPRESSION"
26083 * - "SURVEY" 26116 * - "SURVEY"
26084 * - "VIDEO_COMPLETE" 26117 * - "VIDEO_COMPLETE"
26085 * - "VIDEO_CUSTOM" 26118 * - "VIDEO_CUSTOM"
26086 * - "VIDEO_FIRST_QUARTILE" 26119 * - "VIDEO_FIRST_QUARTILE"
26087 * - "VIDEO_FULLSCREEN" 26120 * - "VIDEO_FULLSCREEN"
26088 * - "VIDEO_MIDPOINT" 26121 * - "VIDEO_MIDPOINT"
26089 * - "VIDEO_MUTE" 26122 * - "VIDEO_MUTE"
26090 * - "VIDEO_PAUSE" 26123 * - "VIDEO_PAUSE"
26124 * - "VIDEO_PROGRESS"
26091 * - "VIDEO_REWIND" 26125 * - "VIDEO_REWIND"
26126 * - "VIDEO_SKIP"
26092 * - "VIDEO_START" 26127 * - "VIDEO_START"
26093 * - "VIDEO_STOP" 26128 * - "VIDEO_STOP"
26094 * - "VIDEO_THIRD_QUARTILE" 26129 * - "VIDEO_THIRD_QUARTILE"
26095 */ 26130 */
26096 core.String thirdPartyUrlType; 26131 core.String thirdPartyUrlType;
26097 /** URL for the specified third-party URL type. */ 26132 /** URL for the specified third-party URL type. */
26098 core.String url; 26133 core.String url;
26099 26134
26100 ThirdPartyTrackingUrl(); 26135 ThirdPartyTrackingUrl();
26101 26136
(...skipping 509 matching lines...) Expand 10 before | Expand all | Expand 10 after
26611 } 26646 }
26612 if (nextPageToken != null) { 26647 if (nextPageToken != null) {
26613 _json["nextPageToken"] = nextPageToken; 26648 _json["nextPageToken"] = nextPageToken;
26614 } 26649 }
26615 if (userRoles != null) { 26650 if (userRoles != null) {
26616 _json["userRoles"] = userRoles.map((value) => (value).toJson()).toList(); 26651 _json["userRoles"] = userRoles.map((value) => (value).toJson()).toList();
26617 } 26652 }
26618 return _json; 26653 return _json;
26619 } 26654 }
26620 } 26655 }
OLDNEW
« no previous file with comments | « generated/googleapis/lib/dfareporting/v2_1.dart ('k') | generated/googleapis/lib/dfareporting/v2_3.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698