Skip to content

Commit 29af82b

Browse files
committed
Updated AdExchangeBuyer.php
This change has been generated by a script that has detected changes in the discovery doc of the API. Check http://developers.google.com/discovery for more info.
1 parent 6d7f130 commit 29af82b

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

src/Google/Service/AdExchangeBuyer.php

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -706,6 +706,8 @@ public function update($accountId, $configId, Google_Service_AdExchangeBuyer_Pre
706706
class Google_Service_AdExchangeBuyer_Account extends Google_Collection
707707
{
708708
protected $collection_key = 'bidderLocation';
709+
protected $internal_gapi_mappings = array(
710+
);
709711
protected $bidderLocationType = 'Google_Service_AdExchangeBuyer_AccountBidderLocation';
710712
protected $bidderLocationDataType = 'array';
711713
public $cookieMatchingNid;
@@ -777,6 +779,8 @@ public function getMaximumTotalQps()
777779

778780
class Google_Service_AdExchangeBuyer_AccountBidderLocation extends Google_Model
779781
{
782+
protected $internal_gapi_mappings = array(
783+
);
780784
public $maximumQps;
781785
public $region;
782786
public $url;
@@ -815,6 +819,8 @@ public function getUrl()
815819
class Google_Service_AdExchangeBuyer_AccountsList extends Google_Collection
816820
{
817821
protected $collection_key = 'items';
822+
protected $internal_gapi_mappings = array(
823+
);
818824
protected $itemsType = 'Google_Service_AdExchangeBuyer_Account';
819825
protected $itemsDataType = 'array';
820826
public $kind;
@@ -843,6 +849,8 @@ public function getKind()
843849
class Google_Service_AdExchangeBuyer_BillingInfo extends Google_Collection
844850
{
845851
protected $collection_key = 'billingId';
852+
protected $internal_gapi_mappings = array(
853+
);
846854
public $accountId;
847855
public $accountName;
848856
public $billingId;
@@ -892,6 +900,8 @@ public function getKind()
892900
class Google_Service_AdExchangeBuyer_BillingInfoList extends Google_Collection
893901
{
894902
protected $collection_key = 'items';
903+
protected $internal_gapi_mappings = array(
904+
);
895905
protected $itemsType = 'Google_Service_AdExchangeBuyer_BillingInfo';
896906
protected $itemsDataType = 'array';
897907
public $kind;
@@ -920,6 +930,9 @@ public function getKind()
920930
class Google_Service_AdExchangeBuyer_Creative extends Google_Collection
921931
{
922932
protected $collection_key = 'vendorType';
933+
protected $internal_gapi_mappings = array(
934+
"hTMLSnippet" => "HTMLSnippet",
935+
);
923936
public $hTMLSnippet;
924937
public $accountId;
925938
public $advertiserId;
@@ -1148,6 +1161,8 @@ public function getWidth()
11481161
class Google_Service_AdExchangeBuyer_CreativeCorrections extends Google_Collection
11491162
{
11501163
protected $collection_key = 'details';
1164+
protected $internal_gapi_mappings = array(
1165+
);
11511166
public $details;
11521167
public $reason;
11531168

@@ -1175,6 +1190,8 @@ public function getReason()
11751190
class Google_Service_AdExchangeBuyer_CreativeDisapprovalReasons extends Google_Collection
11761191
{
11771192
protected $collection_key = 'details';
1193+
protected $internal_gapi_mappings = array(
1194+
);
11781195
public $details;
11791196
public $reason;
11801197

@@ -1202,6 +1219,8 @@ public function getReason()
12021219
class Google_Service_AdExchangeBuyer_CreativeFilteringReasons extends Google_Collection
12031220
{
12041221
protected $collection_key = 'reasons';
1222+
protected $internal_gapi_mappings = array(
1223+
);
12051224
public $date;
12061225
protected $reasonsType = 'Google_Service_AdExchangeBuyer_CreativeFilteringReasonsReasons';
12071226
protected $reasonsDataType = 'array';
@@ -1229,6 +1248,8 @@ public function getReasons()
12291248

12301249
class Google_Service_AdExchangeBuyer_CreativeFilteringReasonsReasons extends Google_Model
12311250
{
1251+
protected $internal_gapi_mappings = array(
1252+
);
12321253
public $filteringCount;
12331254
public $filteringStatus;
12341255

@@ -1256,6 +1277,8 @@ public function getFilteringStatus()
12561277
class Google_Service_AdExchangeBuyer_CreativesList extends Google_Collection
12571278
{
12581279
protected $collection_key = 'items';
1280+
protected $internal_gapi_mappings = array(
1281+
);
12591282
protected $itemsType = 'Google_Service_AdExchangeBuyer_Creative';
12601283
protected $itemsDataType = 'array';
12611284
public $kind;
@@ -1294,6 +1317,8 @@ public function getNextPageToken()
12941317

12951318
class Google_Service_AdExchangeBuyer_DirectDeal extends Google_Model
12961319
{
1320+
protected $internal_gapi_mappings = array(
1321+
);
12971322
public $accountId;
12981323
public $advertiser;
12991324
public $currencyCode;
@@ -1431,6 +1456,8 @@ public function getStartTime()
14311456
class Google_Service_AdExchangeBuyer_DirectDealsList extends Google_Collection
14321457
{
14331458
protected $collection_key = 'directDeals';
1459+
protected $internal_gapi_mappings = array(
1460+
);
14341461
protected $directDealsType = 'Google_Service_AdExchangeBuyer_DirectDeal';
14351462
protected $directDealsDataType = 'array';
14361463
public $kind;
@@ -1459,6 +1486,8 @@ public function getKind()
14591486
class Google_Service_AdExchangeBuyer_PerformanceReport extends Google_Collection
14601487
{
14611488
protected $collection_key = 'hostedMatchStatusRate';
1489+
protected $internal_gapi_mappings = array(
1490+
);
14621491
public $calloutStatusRate;
14631492
public $cookieMatcherStatusRate;
14641493
public $creativeStatusRate;
@@ -1640,6 +1669,8 @@ public function getTimestamp()
16401669
class Google_Service_AdExchangeBuyer_PerformanceReportList extends Google_Collection
16411670
{
16421671
protected $collection_key = 'performanceReport';
1672+
protected $internal_gapi_mappings = array(
1673+
);
16431674
public $kind;
16441675
protected $performanceReportType = 'Google_Service_AdExchangeBuyer_PerformanceReport';
16451676
protected $performanceReportDataType = 'array';
@@ -1668,6 +1699,8 @@ public function getPerformanceReport()
16681699
class Google_Service_AdExchangeBuyer_PretargetingConfig extends Google_Collection
16691700
{
16701701
protected $collection_key = 'verticals';
1702+
protected $internal_gapi_mappings = array(
1703+
);
16711704
public $billingId;
16721705
public $configId;
16731706
public $configName;
@@ -1928,6 +1961,8 @@ public function getVerticals()
19281961

19291962
class Google_Service_AdExchangeBuyer_PretargetingConfigDimensions extends Google_Model
19301963
{
1964+
protected $internal_gapi_mappings = array(
1965+
);
19311966
public $height;
19321967
public $width;
19331968

@@ -1954,6 +1989,8 @@ public function getWidth()
19541989

19551990
class Google_Service_AdExchangeBuyer_PretargetingConfigExcludedPlacements extends Google_Model
19561991
{
1992+
protected $internal_gapi_mappings = array(
1993+
);
19571994
public $token;
19581995
public $type;
19591996

@@ -1981,6 +2018,8 @@ public function getType()
19812018
class Google_Service_AdExchangeBuyer_PretargetingConfigList extends Google_Collection
19822019
{
19832020
protected $collection_key = 'items';
2021+
protected $internal_gapi_mappings = array(
2022+
);
19842023
protected $itemsType = 'Google_Service_AdExchangeBuyer_PretargetingConfig';
19852024
protected $itemsDataType = 'array';
19862025
public $kind;
@@ -2008,6 +2047,8 @@ public function getKind()
20082047

20092048
class Google_Service_AdExchangeBuyer_PretargetingConfigPlacements extends Google_Model
20102049
{
2050+
protected $internal_gapi_mappings = array(
2051+
);
20112052
public $token;
20122053
public $type;
20132054

0 commit comments

Comments
 (0)