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

Side by Side Diff: generated/googleapis/lib/dfareporting/v2_3.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_3; 3 library googleapis.dfareporting.v2_3;
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 8929 matching lines...) Expand 10 before | Expand all | Expand 10 after
11437 * - "30" for ARS 11438 * - "30" for ARS
11438 * - "31" for PEN 11439 * - "31" for PEN
11439 * - "32" for ILS 11440 * - "32" for ILS
11440 * - "33" for CHF 11441 * - "33" for CHF
11441 * - "34" for VEF 11442 * - "34" for VEF
11442 * - "35" for COP 11443 * - "35" for COP
11443 * - "36" for GTQ 11444 * - "36" for GTQ
11444 * - "37" for PLN 11445 * - "37" for PLN
11445 * - "39" for INR 11446 * - "39" for INR
11446 * - "40" for THB 11447 * - "40" for THB
11448 * - "41" for IDR
11449 * - "42" for CZK
11450 * - "43" for RON
11451 * - "44" for HUF
11452 * - "45" for RUB
11453 * - "46" for AED
11454 * - "47" for BGN
11455 * - "48" for HRK
11447 */ 11456 */
11448 core.String currencyId; 11457 core.String currencyId;
11449 /** Default placement dimensions for this account. */ 11458 /** Default placement dimensions for this account. */
11450 core.String defaultCreativeSizeId; 11459 core.String defaultCreativeSizeId;
11451 /** Description of this account. */ 11460 /** Description of this account. */
11452 core.String description; 11461 core.String description;
11453 /** ID of this account. This is a read-only, auto-generated field. */ 11462 /** ID of this account. This is a read-only, auto-generated field. */
11454 core.String id; 11463 core.String id;
11455 /** 11464 /**
11456 * Identifies what kind of resource this is. Value: the fixed string 11465 * Identifies what kind of resource this is. Value: the fixed string
(...skipping 3096 matching lines...) Expand 10 before | Expand all | Expand 10 after
14553 */ 14562 */
14554 core.bool allowScriptAccess; 14563 core.bool allowScriptAccess;
14555 /** Whether the creative is archived. Applicable to all creative types. */ 14564 /** Whether the creative is archived. Applicable to all creative types. */
14556 core.bool archived; 14565 core.bool archived;
14557 /** 14566 /**
14558 * Type of artwork used for the creative. This is a read-only field. 14567 * Type of artwork used for the creative. This is a read-only field.
14559 * Applicable to the following creative types: all RICH_MEDIA, and all VPAID. 14568 * Applicable to the following creative types: all RICH_MEDIA, and all VPAID.
14560 * Possible string values are: 14569 * Possible string values are:
14561 * - "ARTWORK_TYPE_FLASH" 14570 * - "ARTWORK_TYPE_FLASH"
14562 * - "ARTWORK_TYPE_HTML5" 14571 * - "ARTWORK_TYPE_HTML5"
14572 * - "ARTWORK_TYPE_IMAGE"
14563 * - "ARTWORK_TYPE_MIXED" 14573 * - "ARTWORK_TYPE_MIXED"
14564 */ 14574 */
14565 core.String artworkType; 14575 core.String artworkType;
14566 /** 14576 /**
14567 * Source application where creative was authored. Presently, only DBM 14577 * Source application where creative was authored. Presently, only DBM
14568 * authored creatives will have this field set. Applicable to all creative 14578 * authored creatives will have this field set. Applicable to all creative
14569 * types. 14579 * types.
14570 * Possible string values are: 14580 * Possible string values are:
14571 * - "CREATIVE_AUTHORING_SOURCE_DBM" 14581 * - "CREATIVE_AUTHORING_SOURCE_DBM"
14572 * - "CREATIVE_AUTHORING_SOURCE_DCM" 14582 * - "CREATIVE_AUTHORING_SOURCE_DCM"
(...skipping 728 matching lines...) Expand 10 before | Expand all | Expand 10 after
15301 * - "ALIGNMENT_RIGHT" 15311 * - "ALIGNMENT_RIGHT"
15302 * - "ALIGNMENT_TOP" 15312 * - "ALIGNMENT_TOP"
15303 */ 15313 */
15304 core.String alignment; 15314 core.String alignment;
15305 /** 15315 /**
15306 * Artwork type of rich media creative. This is a read-only field. Applicable 15316 * Artwork type of rich media creative. This is a read-only field. Applicable
15307 * to the following creative types: all RICH_MEDIA. 15317 * to the following creative types: all RICH_MEDIA.
15308 * Possible string values are: 15318 * Possible string values are:
15309 * - "ARTWORK_TYPE_FLASH" 15319 * - "ARTWORK_TYPE_FLASH"
15310 * - "ARTWORK_TYPE_HTML5" 15320 * - "ARTWORK_TYPE_HTML5"
15321 * - "ARTWORK_TYPE_IMAGE"
15311 * - "ARTWORK_TYPE_MIXED" 15322 * - "ARTWORK_TYPE_MIXED"
15312 */ 15323 */
15313 core.String artworkType; 15324 core.String artworkType;
15314 /** 15325 /**
15315 * Identifier of this asset. This is the same identifier returned during 15326 * Identifier of this asset. This is the same identifier returned during
15316 * creative asset insert operation. This is a required field. Applicable to 15327 * creative asset insert operation. This is a required field. Applicable to
15317 * all but the following creative types: all REDIRECT and TRACKING_TEXT. 15328 * all but the following creative types: all REDIRECT and TRACKING_TEXT.
15318 */ 15329 */
15319 CreativeAssetId assetIdentifier; 15330 CreativeAssetId assetIdentifier;
15320 /** 15331 /**
(...skipping 852 matching lines...) Expand 10 before | Expand all | Expand 10 after
16173 /** 16184 /**
16174 * Artwork label column, used to link events in DCM back to events in Studio. 16185 * Artwork label column, used to link events in DCM back to events in Studio.
16175 * This is a required field and should not be modified after insertion. 16186 * This is a required field and should not be modified after insertion.
16176 */ 16187 */
16177 core.String artworkLabel; 16188 core.String artworkLabel;
16178 /** 16189 /**
16179 * Artwork type used by the creative.This is a read-only field. 16190 * Artwork type used by the creative.This is a read-only field.
16180 * Possible string values are: 16191 * Possible string values are:
16181 * - "ARTWORK_TYPE_FLASH" 16192 * - "ARTWORK_TYPE_FLASH"
16182 * - "ARTWORK_TYPE_HTML5" 16193 * - "ARTWORK_TYPE_HTML5"
16194 * - "ARTWORK_TYPE_IMAGE"
16183 * - "ARTWORK_TYPE_MIXED" 16195 * - "ARTWORK_TYPE_MIXED"
16184 */ 16196 */
16185 core.String artworkType; 16197 core.String artworkType;
16186 /** Exit URL of the event. This field is used only for exit events. */ 16198 /** Exit URL of the event. This field is used only for exit events. */
16187 core.String exitUrl; 16199 core.String exitUrl;
16188 /** 16200 /**
16189 * ID of this event. This is a required field and should not be modified after 16201 * ID of this event. This is a required field and should not be modified after
16190 * insertion. 16202 * insertion.
16191 */ 16203 */
16192 core.String id; 16204 core.String id;
(...skipping 530 matching lines...) Expand 10 before | Expand all | Expand 10 after
16723 core.String name; 16735 core.String name;
16724 /** List of optimization activities associated with this configuration. */ 16736 /** List of optimization activities associated with this configuration. */
16725 core.List<OptimizationActivity> optimizationActivitys; 16737 core.List<OptimizationActivity> optimizationActivitys;
16726 /** 16738 /**
16727 * Optimization model for this configuration. 16739 * Optimization model for this configuration.
16728 * Possible string values are: 16740 * Possible string values are:
16729 * - "CLICK" 16741 * - "CLICK"
16730 * - "POST_CLICK" 16742 * - "POST_CLICK"
16731 * - "POST_CLICK_AND_IMPRESSION" 16743 * - "POST_CLICK_AND_IMPRESSION"
16732 * - "POST_IMPRESSION" 16744 * - "POST_IMPRESSION"
16745 * - "VIDEO_COMPLETION"
16733 */ 16746 */
16734 core.String optimizationModel; 16747 core.String optimizationModel;
16735 16748
16736 CreativeOptimizationConfiguration(); 16749 CreativeOptimizationConfiguration();
16737 16750
16738 CreativeOptimizationConfiguration.fromJson(core.Map _json) { 16751 CreativeOptimizationConfiguration.fromJson(core.Map _json) {
16739 if (_json.containsKey("id")) { 16752 if (_json.containsKey("id")) {
16740 id = _json["id"]; 16753 id = _json["id"];
16741 } 16754 }
16742 if (_json.containsKey("name")) { 16755 if (_json.containsKey("name")) {
(...skipping 887 matching lines...) Expand 10 before | Expand all | Expand 10 after
17630 * - "30" for ARS 17643 * - "30" for ARS
17631 * - "31" for PEN 17644 * - "31" for PEN
17632 * - "32" for ILS 17645 * - "32" for ILS
17633 * - "33" for CHF 17646 * - "33" for CHF
17634 * - "34" for VEF 17647 * - "34" for VEF
17635 * - "35" for COP 17648 * - "35" for COP
17636 * - "36" for GTQ 17649 * - "36" for GTQ
17637 * - "37" for PLN 17650 * - "37" for PLN
17638 * - "39" for INR 17651 * - "39" for INR
17639 * - "40" for THB 17652 * - "40" for THB
17653 * - "41" for IDR
17654 * - "42" for CZK
17655 * - "43" for RON
17656 * - "44" for HUF
17657 * - "45" for RUB
17658 * - "46" for AED
17659 * - "47" for BGN
17660 * - "48" for HRK
17640 */ 17661 */
17641 core.String currencyId; 17662 core.String currencyId;
17642 /** Description of this directory site. */ 17663 /** Description of this directory site. */
17643 core.String description; 17664 core.String description;
17644 /** ID of this directory site. This is a read-only, auto-generated field. */ 17665 /** ID of this directory site. This is a read-only, auto-generated field. */
17645 core.String id; 17666 core.String id;
17646 /** 17667 /**
17647 * Dimension value for the ID of this directory site. This is a read-only, 17668 * Dimension value for the ID of this directory site. This is a read-only,
17648 * auto-generated field. 17669 * auto-generated field.
17649 */ 17670 */
(...skipping 5996 matching lines...) Expand 10 before | Expand all | Expand 10 after
23646 * impression. 23667 * impression.
23647 */ 23668 */
23648 core.String lifeSpan; 23669 core.String lifeSpan;
23649 /** Rule used to populate the remarketing list with users. */ 23670 /** Rule used to populate the remarketing list with users. */
23650 ListPopulationRule listPopulationRule; 23671 ListPopulationRule listPopulationRule;
23651 /** Number of users currently in the list. This is a read-only field. */ 23672 /** Number of users currently in the list. This is a read-only field. */
23652 core.String listSize; 23673 core.String listSize;
23653 /** 23674 /**
23654 * Product from which this remarketing list was originated. 23675 * Product from which this remarketing list was originated.
23655 * Possible string values are: 23676 * Possible string values are:
23677 * - "REMARKETING_LIST_SOURCE_ADX"
23656 * - "REMARKETING_LIST_SOURCE_DBM" 23678 * - "REMARKETING_LIST_SOURCE_DBM"
23657 * - "REMARKETING_LIST_SOURCE_DFA" 23679 * - "REMARKETING_LIST_SOURCE_DFA"
23680 * - "REMARKETING_LIST_SOURCE_DFP"
23658 * - "REMARKETING_LIST_SOURCE_DMP" 23681 * - "REMARKETING_LIST_SOURCE_DMP"
23659 * - "REMARKETING_LIST_SOURCE_GA" 23682 * - "REMARKETING_LIST_SOURCE_GA"
23683 * - "REMARKETING_LIST_SOURCE_GPLUS"
23660 * - "REMARKETING_LIST_SOURCE_OTHER" 23684 * - "REMARKETING_LIST_SOURCE_OTHER"
23685 * - "REMARKETING_LIST_SOURCE_PLAY_STORE"
23686 * - "REMARKETING_LIST_SOURCE_XFP"
23687 * - "REMARKETING_LIST_SOURCE_YOUTUBE"
23661 */ 23688 */
23662 core.String listSource; 23689 core.String listSource;
23663 /** 23690 /**
23664 * Name of the remarketing list. This is a required field. Must be no greater 23691 * Name of the remarketing list. This is a required field. Must be no greater
23665 * than 128 characters long. 23692 * than 128 characters long.
23666 */ 23693 */
23667 core.String name; 23694 core.String name;
23668 /** 23695 /**
23669 * Subaccount ID of this remarketing list. This is a read-only, auto-generated 23696 * Subaccount ID of this remarketing list. This is a read-only, auto-generated
23670 * field that is only returned in GET requests. 23697 * field that is only returned in GET requests.
(...skipping 2114 matching lines...) Expand 10 before | Expand all | Expand 10 after
25785 /** 25812 /**
25786 * Number of days that a user should remain in the targetable remarketing list 25813 * Number of days that a user should remain in the targetable remarketing list
25787 * without an impression. 25814 * without an impression.
25788 */ 25815 */
25789 core.String lifeSpan; 25816 core.String lifeSpan;
25790 /** Number of users currently in the list. This is a read-only field. */ 25817 /** Number of users currently in the list. This is a read-only field. */
25791 core.String listSize; 25818 core.String listSize;
25792 /** 25819 /**
25793 * Product from which this targetable remarketing list was originated. 25820 * Product from which this targetable remarketing list was originated.
25794 * Possible string values are: 25821 * Possible string values are:
25822 * - "REMARKETING_LIST_SOURCE_ADX"
25795 * - "REMARKETING_LIST_SOURCE_DBM" 25823 * - "REMARKETING_LIST_SOURCE_DBM"
25796 * - "REMARKETING_LIST_SOURCE_DFA" 25824 * - "REMARKETING_LIST_SOURCE_DFA"
25825 * - "REMARKETING_LIST_SOURCE_DFP"
25797 * - "REMARKETING_LIST_SOURCE_DMP" 25826 * - "REMARKETING_LIST_SOURCE_DMP"
25798 * - "REMARKETING_LIST_SOURCE_GA" 25827 * - "REMARKETING_LIST_SOURCE_GA"
25828 * - "REMARKETING_LIST_SOURCE_GPLUS"
25799 * - "REMARKETING_LIST_SOURCE_OTHER" 25829 * - "REMARKETING_LIST_SOURCE_OTHER"
25830 * - "REMARKETING_LIST_SOURCE_PLAY_STORE"
25831 * - "REMARKETING_LIST_SOURCE_XFP"
25832 * - "REMARKETING_LIST_SOURCE_YOUTUBE"
25800 */ 25833 */
25801 core.String listSource; 25834 core.String listSource;
25802 /** 25835 /**
25803 * Name of the targetable remarketing list. Is no greater than 128 characters 25836 * Name of the targetable remarketing list. Is no greater than 128 characters
25804 * long. 25837 * long.
25805 */ 25838 */
25806 core.String name; 25839 core.String name;
25807 /** 25840 /**
25808 * Subaccount ID of this remarketing list. This is a read-only, auto-generated 25841 * Subaccount ID of this remarketing list. This is a read-only, auto-generated
25809 * field that is only returned in GET requests. 25842 * field that is only returned in GET requests.
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
26070 * - "RICH_MEDIA_IMPRESSION" 26103 * - "RICH_MEDIA_IMPRESSION"
26071 * - "RICH_MEDIA_RM_IMPRESSION" 26104 * - "RICH_MEDIA_RM_IMPRESSION"
26072 * - "SURVEY" 26105 * - "SURVEY"
26073 * - "VIDEO_COMPLETE" 26106 * - "VIDEO_COMPLETE"
26074 * - "VIDEO_CUSTOM" 26107 * - "VIDEO_CUSTOM"
26075 * - "VIDEO_FIRST_QUARTILE" 26108 * - "VIDEO_FIRST_QUARTILE"
26076 * - "VIDEO_FULLSCREEN" 26109 * - "VIDEO_FULLSCREEN"
26077 * - "VIDEO_MIDPOINT" 26110 * - "VIDEO_MIDPOINT"
26078 * - "VIDEO_MUTE" 26111 * - "VIDEO_MUTE"
26079 * - "VIDEO_PAUSE" 26112 * - "VIDEO_PAUSE"
26113 * - "VIDEO_PROGRESS"
26080 * - "VIDEO_REWIND" 26114 * - "VIDEO_REWIND"
26115 * - "VIDEO_SKIP"
26081 * - "VIDEO_START" 26116 * - "VIDEO_START"
26082 * - "VIDEO_STOP" 26117 * - "VIDEO_STOP"
26083 * - "VIDEO_THIRD_QUARTILE" 26118 * - "VIDEO_THIRD_QUARTILE"
26084 */ 26119 */
26085 core.String thirdPartyUrlType; 26120 core.String thirdPartyUrlType;
26086 /** URL for the specified third-party URL type. */ 26121 /** URL for the specified third-party URL type. */
26087 core.String url; 26122 core.String url;
26088 26123
26089 ThirdPartyTrackingUrl(); 26124 ThirdPartyTrackingUrl();
26090 26125
(...skipping 509 matching lines...) Expand 10 before | Expand all | Expand 10 after
26600 } 26635 }
26601 if (nextPageToken != null) { 26636 if (nextPageToken != null) {
26602 _json["nextPageToken"] = nextPageToken; 26637 _json["nextPageToken"] = nextPageToken;
26603 } 26638 }
26604 if (userRoles != null) { 26639 if (userRoles != null) {
26605 _json["userRoles"] = userRoles.map((value) => (value).toJson()).toList(); 26640 _json["userRoles"] = userRoles.map((value) => (value).toJson()).toList();
26606 } 26641 }
26607 return _json; 26642 return _json;
26608 } 26643 }
26609 } 26644 }
OLDNEW
« no previous file with comments | « generated/googleapis/lib/dfareporting/v2_2.dart ('k') | generated/googleapis/lib/dfareporting/v2_4.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698