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

Side by Side Diff: generated/googleapis/lib/dfareporting/v2_1.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_1; 3 library googleapis.dfareporting.v2_1;
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 8917 matching lines...) Expand 10 before | Expand all | Expand 10 after
11425 * - "30" for ARS 11426 * - "30" for ARS
11426 * - "31" for PEN 11427 * - "31" for PEN
11427 * - "32" for ILS 11428 * - "32" for ILS
11428 * - "33" for CHF 11429 * - "33" for CHF
11429 * - "34" for VEF 11430 * - "34" for VEF
11430 * - "35" for COP 11431 * - "35" for COP
11431 * - "36" for GTQ 11432 * - "36" for GTQ
11432 * - "37" for PLN 11433 * - "37" for PLN
11433 * - "39" for INR 11434 * - "39" for INR
11434 * - "40" for THB 11435 * - "40" for THB
11436 * - "41" for IDR
11437 * - "42" for CZK
11438 * - "43" for RON
11439 * - "44" for HUF
11440 * - "45" for RUB
11441 * - "46" for AED
11442 * - "47" for BGN
11443 * - "48" for HRK
11435 */ 11444 */
11436 core.String currencyId; 11445 core.String currencyId;
11437 /** Default placement dimensions for this account. */ 11446 /** Default placement dimensions for this account. */
11438 core.String defaultCreativeSizeId; 11447 core.String defaultCreativeSizeId;
11439 /** Description of this account. */ 11448 /** Description of this account. */
11440 core.String description; 11449 core.String description;
11441 /** ID of this account. This is a read-only, auto-generated field. */ 11450 /** ID of this account. This is a read-only, auto-generated field. */
11442 core.String id; 11451 core.String id;
11443 /** 11452 /**
11444 * Identifies what kind of resource this is. Value: the fixed string 11453 * Identifies what kind of resource this is. Value: the fixed string
(...skipping 3071 matching lines...) Expand 10 before | Expand all | Expand 10 after
14516 */ 14525 */
14517 core.bool allowScriptAccess; 14526 core.bool allowScriptAccess;
14518 /** Whether the creative is archived. Applicable to all creative types. */ 14527 /** Whether the creative is archived. Applicable to all creative types. */
14519 core.bool archived; 14528 core.bool archived;
14520 /** 14529 /**
14521 * Type of artwork used for the creative. This is a read-only field. 14530 * Type of artwork used for the creative. This is a read-only field.
14522 * Applicable to the following creative types: all RICH_MEDIA, and all VPAID. 14531 * Applicable to the following creative types: all RICH_MEDIA, and all VPAID.
14523 * Possible string values are: 14532 * Possible string values are:
14524 * - "ARTWORK_TYPE_FLASH" 14533 * - "ARTWORK_TYPE_FLASH"
14525 * - "ARTWORK_TYPE_HTML5" 14534 * - "ARTWORK_TYPE_HTML5"
14535 * - "ARTWORK_TYPE_IMAGE"
14526 * - "ARTWORK_TYPE_MIXED" 14536 * - "ARTWORK_TYPE_MIXED"
14527 */ 14537 */
14528 core.String artworkType; 14538 core.String artworkType;
14529 /** 14539 /**
14530 * Authoring tool for HTML5 banner creatives. This is a read-only field. 14540 * Authoring tool for HTML5 banner creatives. This is a read-only field.
14531 * Applicable to the following creative types: HTML5_BANNER. 14541 * Applicable to the following creative types: HTML5_BANNER.
14532 * Possible string values are: 14542 * Possible string values are:
14533 * - "NINJA" 14543 * - "NINJA"
14534 * - "SWIFFY" 14544 * - "SWIFFY"
14535 */ 14545 */
(...skipping 701 matching lines...) Expand 10 before | Expand all | Expand 10 after
15237 * - "ALIGNMENT_RIGHT" 15247 * - "ALIGNMENT_RIGHT"
15238 * - "ALIGNMENT_TOP" 15248 * - "ALIGNMENT_TOP"
15239 */ 15249 */
15240 core.String alignment; 15250 core.String alignment;
15241 /** 15251 /**
15242 * Artwork type of rich media creative. This is a read-only field. Applicable 15252 * Artwork type of rich media creative. This is a read-only field. Applicable
15243 * to the following creative types: all RICH_MEDIA. 15253 * to the following creative types: all RICH_MEDIA.
15244 * Possible string values are: 15254 * Possible string values are:
15245 * - "ARTWORK_TYPE_FLASH" 15255 * - "ARTWORK_TYPE_FLASH"
15246 * - "ARTWORK_TYPE_HTML5" 15256 * - "ARTWORK_TYPE_HTML5"
15257 * - "ARTWORK_TYPE_IMAGE"
15247 * - "ARTWORK_TYPE_MIXED" 15258 * - "ARTWORK_TYPE_MIXED"
15248 */ 15259 */
15249 core.String artworkType; 15260 core.String artworkType;
15250 /** 15261 /**
15251 * Identifier of this asset. This is the same identifier returned during 15262 * Identifier of this asset. This is the same identifier returned during
15252 * creative asset insert operation. This is a required field. Applicable to 15263 * creative asset insert operation. This is a required field. Applicable to
15253 * all but the following creative types: all REDIRECT and TRACKING_TEXT. 15264 * all but the following creative types: all REDIRECT and TRACKING_TEXT.
15254 */ 15265 */
15255 CreativeAssetId assetIdentifier; 15266 CreativeAssetId assetIdentifier;
15256 /** 15267 /**
(...skipping 849 matching lines...) Expand 10 before | Expand all | Expand 10 after
16106 /** 16117 /**
16107 * Artwork label column, used to link events in DCM back to events in Studio. 16118 * Artwork label column, used to link events in DCM back to events in Studio.
16108 * This is a required field and should not be modified after insertion. 16119 * This is a required field and should not be modified after insertion.
16109 */ 16120 */
16110 core.String artworkLabel; 16121 core.String artworkLabel;
16111 /** 16122 /**
16112 * Artwork type used by the creative.This is a read-only field. 16123 * Artwork type used by the creative.This is a read-only field.
16113 * Possible string values are: 16124 * Possible string values are:
16114 * - "ARTWORK_TYPE_FLASH" 16125 * - "ARTWORK_TYPE_FLASH"
16115 * - "ARTWORK_TYPE_HTML5" 16126 * - "ARTWORK_TYPE_HTML5"
16127 * - "ARTWORK_TYPE_IMAGE"
16116 * - "ARTWORK_TYPE_MIXED" 16128 * - "ARTWORK_TYPE_MIXED"
16117 */ 16129 */
16118 core.String artworkType; 16130 core.String artworkType;
16119 /** Exit URL of the event. This field is used only for exit events. */ 16131 /** Exit URL of the event. This field is used only for exit events. */
16120 core.String exitUrl; 16132 core.String exitUrl;
16121 /** 16133 /**
16122 * ID of this event. This is a required field and should not be modified after 16134 * ID of this event. This is a required field and should not be modified after
16123 * insertion. 16135 * insertion.
16124 */ 16136 */
16125 core.String id; 16137 core.String id;
(...skipping 530 matching lines...) Expand 10 before | Expand all | Expand 10 after
16656 core.String name; 16668 core.String name;
16657 /** List of optimization activities associated with this configuration. */ 16669 /** List of optimization activities associated with this configuration. */
16658 core.List<OptimizationActivity> optimizationActivitys; 16670 core.List<OptimizationActivity> optimizationActivitys;
16659 /** 16671 /**
16660 * Optimization model for this configuration. 16672 * Optimization model for this configuration.
16661 * Possible string values are: 16673 * Possible string values are:
16662 * - "CLICK" 16674 * - "CLICK"
16663 * - "POST_CLICK" 16675 * - "POST_CLICK"
16664 * - "POST_CLICK_AND_IMPRESSION" 16676 * - "POST_CLICK_AND_IMPRESSION"
16665 * - "POST_IMPRESSION" 16677 * - "POST_IMPRESSION"
16678 * - "VIDEO_COMPLETION"
16666 */ 16679 */
16667 core.String optimizationModel; 16680 core.String optimizationModel;
16668 16681
16669 CreativeOptimizationConfiguration(); 16682 CreativeOptimizationConfiguration();
16670 16683
16671 CreativeOptimizationConfiguration.fromJson(core.Map _json) { 16684 CreativeOptimizationConfiguration.fromJson(core.Map _json) {
16672 if (_json.containsKey("id")) { 16685 if (_json.containsKey("id")) {
16673 id = _json["id"]; 16686 id = _json["id"];
16674 } 16687 }
16675 if (_json.containsKey("name")) { 16688 if (_json.containsKey("name")) {
(...skipping 887 matching lines...) Expand 10 before | Expand all | Expand 10 after
17563 * - "30" for ARS 17576 * - "30" for ARS
17564 * - "31" for PEN 17577 * - "31" for PEN
17565 * - "32" for ILS 17578 * - "32" for ILS
17566 * - "33" for CHF 17579 * - "33" for CHF
17567 * - "34" for VEF 17580 * - "34" for VEF
17568 * - "35" for COP 17581 * - "35" for COP
17569 * - "36" for GTQ 17582 * - "36" for GTQ
17570 * - "37" for PLN 17583 * - "37" for PLN
17571 * - "39" for INR 17584 * - "39" for INR
17572 * - "40" for THB 17585 * - "40" for THB
17586 * - "41" for IDR
17587 * - "42" for CZK
17588 * - "43" for RON
17589 * - "44" for HUF
17590 * - "45" for RUB
17591 * - "46" for AED
17592 * - "47" for BGN
17593 * - "48" for HRK
17573 */ 17594 */
17574 core.String currencyId; 17595 core.String currencyId;
17575 /** Description of this directory site. */ 17596 /** Description of this directory site. */
17576 core.String description; 17597 core.String description;
17577 /** ID of this directory site. This is a read-only, auto-generated field. */ 17598 /** ID of this directory site. This is a read-only, auto-generated field. */
17578 core.String id; 17599 core.String id;
17579 /** 17600 /**
17580 * Dimension value for the ID of this directory site. This is a read-only, 17601 * Dimension value for the ID of this directory site. This is a read-only,
17581 * auto-generated field. 17602 * auto-generated field.
17582 */ 17603 */
(...skipping 6033 matching lines...) Expand 10 before | Expand all | Expand 10 after
23616 * impression. 23637 * impression.
23617 */ 23638 */
23618 core.String lifeSpan; 23639 core.String lifeSpan;
23619 /** Rule used to populate the remarketing list with users. */ 23640 /** Rule used to populate the remarketing list with users. */
23620 ListPopulationRule listPopulationRule; 23641 ListPopulationRule listPopulationRule;
23621 /** Number of users currently in the list. This is a read-only field. */ 23642 /** Number of users currently in the list. This is a read-only field. */
23622 core.String listSize; 23643 core.String listSize;
23623 /** 23644 /**
23624 * Product from which this remarketing list was originated. 23645 * Product from which this remarketing list was originated.
23625 * Possible string values are: 23646 * Possible string values are:
23647 * - "REMARKETING_LIST_SOURCE_ADX"
23626 * - "REMARKETING_LIST_SOURCE_DBM" 23648 * - "REMARKETING_LIST_SOURCE_DBM"
23627 * - "REMARKETING_LIST_SOURCE_DFA" 23649 * - "REMARKETING_LIST_SOURCE_DFA"
23650 * - "REMARKETING_LIST_SOURCE_DFP"
23628 * - "REMARKETING_LIST_SOURCE_DMP" 23651 * - "REMARKETING_LIST_SOURCE_DMP"
23629 * - "REMARKETING_LIST_SOURCE_GA" 23652 * - "REMARKETING_LIST_SOURCE_GA"
23653 * - "REMARKETING_LIST_SOURCE_GPLUS"
23630 * - "REMARKETING_LIST_SOURCE_OTHER" 23654 * - "REMARKETING_LIST_SOURCE_OTHER"
23655 * - "REMARKETING_LIST_SOURCE_PLAY_STORE"
23656 * - "REMARKETING_LIST_SOURCE_XFP"
23657 * - "REMARKETING_LIST_SOURCE_YOUTUBE"
23631 */ 23658 */
23632 core.String listSource; 23659 core.String listSource;
23633 /** 23660 /**
23634 * Name of the remarketing list. This is a required field. Must be no greater 23661 * Name of the remarketing list. This is a required field. Must be no greater
23635 * than 128 characters long. 23662 * than 128 characters long.
23636 */ 23663 */
23637 core.String name; 23664 core.String name;
23638 /** 23665 /**
23639 * Subaccount ID of this remarketing list. This is a read-only, auto-generated 23666 * Subaccount ID of this remarketing list. This is a read-only, auto-generated
23640 * field that is only returned in GET requests. 23667 * field that is only returned in GET requests.
(...skipping 2097 matching lines...) Expand 10 before | Expand all | Expand 10 after
25738 /** 25765 /**
25739 * Number of days that a user should remain in the targetable remarketing list 25766 * Number of days that a user should remain in the targetable remarketing list
25740 * without an impression. 25767 * without an impression.
25741 */ 25768 */
25742 core.String lifeSpan; 25769 core.String lifeSpan;
25743 /** Number of users currently in the list. This is a read-only field. */ 25770 /** Number of users currently in the list. This is a read-only field. */
25744 core.String listSize; 25771 core.String listSize;
25745 /** 25772 /**
25746 * Product from which this targetable remarketing list was originated. 25773 * Product from which this targetable remarketing list was originated.
25747 * Possible string values are: 25774 * Possible string values are:
25775 * - "REMARKETING_LIST_SOURCE_ADX"
25748 * - "REMARKETING_LIST_SOURCE_DBM" 25776 * - "REMARKETING_LIST_SOURCE_DBM"
25749 * - "REMARKETING_LIST_SOURCE_DFA" 25777 * - "REMARKETING_LIST_SOURCE_DFA"
25778 * - "REMARKETING_LIST_SOURCE_DFP"
25750 * - "REMARKETING_LIST_SOURCE_DMP" 25779 * - "REMARKETING_LIST_SOURCE_DMP"
25751 * - "REMARKETING_LIST_SOURCE_GA" 25780 * - "REMARKETING_LIST_SOURCE_GA"
25781 * - "REMARKETING_LIST_SOURCE_GPLUS"
25752 * - "REMARKETING_LIST_SOURCE_OTHER" 25782 * - "REMARKETING_LIST_SOURCE_OTHER"
25783 * - "REMARKETING_LIST_SOURCE_PLAY_STORE"
25784 * - "REMARKETING_LIST_SOURCE_XFP"
25785 * - "REMARKETING_LIST_SOURCE_YOUTUBE"
25753 */ 25786 */
25754 core.String listSource; 25787 core.String listSource;
25755 /** 25788 /**
25756 * Name of the targetable remarketing list. Is no greater than 128 characters 25789 * Name of the targetable remarketing list. Is no greater than 128 characters
25757 * long. 25790 * long.
25758 */ 25791 */
25759 core.String name; 25792 core.String name;
25760 /** 25793 /**
25761 * Subaccount ID of this remarketing list. This is a read-only, auto-generated 25794 * Subaccount ID of this remarketing list. This is a read-only, auto-generated
25762 * field that is only returned in GET requests. 25795 * field that is only returned in GET requests.
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
25990 * - "RICH_MEDIA_IMPRESSION" 26023 * - "RICH_MEDIA_IMPRESSION"
25991 * - "RICH_MEDIA_RM_IMPRESSION" 26024 * - "RICH_MEDIA_RM_IMPRESSION"
25992 * - "SURVEY" 26025 * - "SURVEY"
25993 * - "VIDEO_COMPLETE" 26026 * - "VIDEO_COMPLETE"
25994 * - "VIDEO_CUSTOM" 26027 * - "VIDEO_CUSTOM"
25995 * - "VIDEO_FIRST_QUARTILE" 26028 * - "VIDEO_FIRST_QUARTILE"
25996 * - "VIDEO_FULLSCREEN" 26029 * - "VIDEO_FULLSCREEN"
25997 * - "VIDEO_MIDPOINT" 26030 * - "VIDEO_MIDPOINT"
25998 * - "VIDEO_MUTE" 26031 * - "VIDEO_MUTE"
25999 * - "VIDEO_PAUSE" 26032 * - "VIDEO_PAUSE"
26033 * - "VIDEO_PROGRESS"
26000 * - "VIDEO_REWIND" 26034 * - "VIDEO_REWIND"
26035 * - "VIDEO_SKIP"
26001 * - "VIDEO_START" 26036 * - "VIDEO_START"
26002 * - "VIDEO_STOP" 26037 * - "VIDEO_STOP"
26003 * - "VIDEO_THIRD_QUARTILE" 26038 * - "VIDEO_THIRD_QUARTILE"
26004 */ 26039 */
26005 core.String thirdPartyUrlType; 26040 core.String thirdPartyUrlType;
26006 /** URL for the specified third-party URL type. */ 26041 /** URL for the specified third-party URL type. */
26007 core.String url; 26042 core.String url;
26008 26043
26009 ThirdPartyTrackingUrl(); 26044 ThirdPartyTrackingUrl();
26010 26045
(...skipping 509 matching lines...) Expand 10 before | Expand all | Expand 10 after
26520 } 26555 }
26521 if (nextPageToken != null) { 26556 if (nextPageToken != null) {
26522 _json["nextPageToken"] = nextPageToken; 26557 _json["nextPageToken"] = nextPageToken;
26523 } 26558 }
26524 if (userRoles != null) { 26559 if (userRoles != null) {
26525 _json["userRoles"] = userRoles.map((value) => (value).toJson()).toList(); 26560 _json["userRoles"] = userRoles.map((value) => (value).toJson()).toList();
26526 } 26561 }
26527 return _json; 26562 return _json;
26528 } 26563 }
26529 } 26564 }
OLDNEW
« no previous file with comments | « generated/googleapis/lib/dfareporting/v2_0.dart ('k') | generated/googleapis/lib/dfareporting/v2_2.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698