Skip to content

Commit 0ee25fe

Browse files
committed
Updated AdSense.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 5fe9495 commit 0ee25fe

File tree

1 file changed

+62
-0
lines changed

1 file changed

+62
-0
lines changed

src/Google/Service/AdSense.php

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2175,6 +2175,8 @@ public function listUrlchannels($adClientId, $optParams = array())
21752175
class Google_Service_AdSense_Account extends Google_Collection
21762176
{
21772177
protected $collection_key = 'subAccounts';
2178+
protected $internal_gapi_mappings = array(
2179+
);
21782180
public $id;
21792181
public $kind;
21802182
public $name;
@@ -2247,6 +2249,8 @@ public function getTimezone()
22472249
class Google_Service_AdSense_Accounts extends Google_Collection
22482250
{
22492251
protected $collection_key = 'items';
2252+
protected $internal_gapi_mappings = array(
2253+
);
22502254
public $etag;
22512255
protected $itemsType = 'Google_Service_AdSense_Account';
22522256
protected $itemsDataType = 'array';
@@ -2296,6 +2300,8 @@ public function getNextPageToken()
22962300

22972301
class Google_Service_AdSense_AdClient extends Google_Model
22982302
{
2303+
protected $internal_gapi_mappings = array(
2304+
);
22992305
public $arcOptIn;
23002306
public $arcReviewMode;
23012307
public $id;
@@ -2367,6 +2373,8 @@ public function getSupportsReporting()
23672373
class Google_Service_AdSense_AdClients extends Google_Collection
23682374
{
23692375
protected $collection_key = 'items';
2376+
protected $internal_gapi_mappings = array(
2377+
);
23702378
public $etag;
23712379
protected $itemsType = 'Google_Service_AdSense_AdClient';
23722380
protected $itemsDataType = 'array';
@@ -2416,6 +2424,8 @@ public function getNextPageToken()
24162424

24172425
class Google_Service_AdSense_AdCode extends Google_Model
24182426
{
2427+
protected $internal_gapi_mappings = array(
2428+
);
24192429
public $adCode;
24202430
public $kind;
24212431

@@ -2442,6 +2452,8 @@ public function getKind()
24422452

24432453
class Google_Service_AdSense_AdStyle extends Google_Model
24442454
{
2455+
protected $internal_gapi_mappings = array(
2456+
);
24452457
protected $colorsType = 'Google_Service_AdSense_AdStyleColors';
24462458
protected $colorsDataType = '';
24472459
public $corners;
@@ -2492,6 +2504,8 @@ public function getKind()
24922504

24932505
class Google_Service_AdSense_AdStyleColors extends Google_Model
24942506
{
2507+
protected $internal_gapi_mappings = array(
2508+
);
24952509
public $background;
24962510
public $border;
24972511
public $text;
@@ -2551,6 +2565,8 @@ public function getUrl()
25512565

25522566
class Google_Service_AdSense_AdStyleFont extends Google_Model
25532567
{
2568+
protected $internal_gapi_mappings = array(
2569+
);
25542570
public $family;
25552571
public $size;
25562572

@@ -2577,6 +2593,8 @@ public function getSize()
25772593

25782594
class Google_Service_AdSense_AdUnit extends Google_Model
25792595
{
2596+
protected $internal_gapi_mappings = array(
2597+
);
25802598
public $code;
25812599
protected $contentAdsSettingsType = 'Google_Service_AdSense_AdUnitContentAdsSettings';
25822600
protected $contentAdsSettingsDataType = '';
@@ -2695,6 +2713,8 @@ public function getStatus()
26952713

26962714
class Google_Service_AdSense_AdUnitContentAdsSettings extends Google_Model
26972715
{
2716+
protected $internal_gapi_mappings = array(
2717+
);
26982718
protected $backupOptionType = 'Google_Service_AdSense_AdUnitContentAdsSettingsBackupOption';
26992719
protected $backupOptionDataType = '';
27002720
public $size;
@@ -2733,6 +2753,8 @@ public function getType()
27332753

27342754
class Google_Service_AdSense_AdUnitContentAdsSettingsBackupOption extends Google_Model
27352755
{
2756+
protected $internal_gapi_mappings = array(
2757+
);
27362758
public $color;
27372759
public $type;
27382760
public $url;
@@ -2770,6 +2792,8 @@ public function getUrl()
27702792

27712793
class Google_Service_AdSense_AdUnitFeedAdsSettings extends Google_Model
27722794
{
2795+
protected $internal_gapi_mappings = array(
2796+
);
27732797
public $adPosition;
27742798
public $frequency;
27752799
public $minimumWordCount;
@@ -2818,6 +2842,8 @@ public function getType()
28182842

28192843
class Google_Service_AdSense_AdUnitMobileContentAdsSettings extends Google_Model
28202844
{
2845+
protected $internal_gapi_mappings = array(
2846+
);
28212847
public $markupLanguage;
28222848
public $scriptingLanguage;
28232849
public $size;
@@ -2867,6 +2893,8 @@ public function getType()
28672893
class Google_Service_AdSense_AdUnits extends Google_Collection
28682894
{
28692895
protected $collection_key = 'items';
2896+
protected $internal_gapi_mappings = array(
2897+
);
28702898
public $etag;
28712899
protected $itemsType = 'Google_Service_AdSense_AdUnit';
28722900
protected $itemsDataType = 'array';
@@ -2917,6 +2945,8 @@ public function getNextPageToken()
29172945
class Google_Service_AdSense_AdsenseReportsGenerateResponse extends Google_Collection
29182946
{
29192947
protected $collection_key = 'warnings';
2948+
protected $internal_gapi_mappings = array(
2949+
);
29202950
public $averages;
29212951
public $endDate;
29222952
protected $headersType = 'Google_Service_AdSense_AdsenseReportsGenerateResponseHeaders';
@@ -3021,6 +3051,8 @@ public function getWarnings()
30213051

30223052
class Google_Service_AdSense_AdsenseReportsGenerateResponseHeaders extends Google_Model
30233053
{
3054+
protected $internal_gapi_mappings = array(
3055+
);
30243056
public $currency;
30253057
public $name;
30263058
public $type;
@@ -3058,6 +3090,8 @@ public function getType()
30583090

30593091
class Google_Service_AdSense_Alert extends Google_Model
30603092
{
3093+
protected $internal_gapi_mappings = array(
3094+
);
30613095
public $id;
30623096
public $isDismissible;
30633097
public $kind;
@@ -3129,6 +3163,8 @@ public function getType()
31293163
class Google_Service_AdSense_Alerts extends Google_Collection
31303164
{
31313165
protected $collection_key = 'items';
3166+
protected $internal_gapi_mappings = array(
3167+
);
31323168
protected $itemsType = 'Google_Service_AdSense_Alert';
31333169
protected $itemsDataType = 'array';
31343170
public $kind;
@@ -3156,6 +3192,8 @@ public function getKind()
31563192

31573193
class Google_Service_AdSense_CustomChannel extends Google_Model
31583194
{
3195+
protected $internal_gapi_mappings = array(
3196+
);
31593197
public $code;
31603198
public $id;
31613199
public $kind;
@@ -3216,6 +3254,8 @@ public function getTargetingInfo()
32163254

32173255
class Google_Service_AdSense_CustomChannelTargetingInfo extends Google_Model
32183256
{
3257+
protected $internal_gapi_mappings = array(
3258+
);
32193259
public $adsAppearOn;
32203260
public $description;
32213261
public $location;
@@ -3265,6 +3305,8 @@ public function getSiteLanguage()
32653305
class Google_Service_AdSense_CustomChannels extends Google_Collection
32663306
{
32673307
protected $collection_key = 'items';
3308+
protected $internal_gapi_mappings = array(
3309+
);
32683310
public $etag;
32693311
protected $itemsType = 'Google_Service_AdSense_CustomChannel';
32703312
protected $itemsDataType = 'array';
@@ -3315,6 +3357,8 @@ public function getNextPageToken()
33153357
class Google_Service_AdSense_Metadata extends Google_Collection
33163358
{
33173359
protected $collection_key = 'items';
3360+
protected $internal_gapi_mappings = array(
3361+
);
33183362
protected $itemsType = 'Google_Service_AdSense_ReportingMetadataEntry';
33193363
protected $itemsDataType = 'array';
33203364
public $kind;
@@ -3342,6 +3386,8 @@ public function getKind()
33423386

33433387
class Google_Service_AdSense_Payment extends Google_Model
33443388
{
3389+
protected $internal_gapi_mappings = array(
3390+
);
33453391
public $id;
33463392
public $kind;
33473393
public $paymentAmount;
@@ -3402,6 +3448,8 @@ public function getPaymentDate()
34023448
class Google_Service_AdSense_Payments extends Google_Collection
34033449
{
34043450
protected $collection_key = 'items';
3451+
protected $internal_gapi_mappings = array(
3452+
);
34053453
protected $itemsType = 'Google_Service_AdSense_Payment';
34063454
protected $itemsDataType = 'array';
34073455
public $kind;
@@ -3430,6 +3478,8 @@ public function getKind()
34303478
class Google_Service_AdSense_ReportingMetadataEntry extends Google_Collection
34313479
{
34323480
protected $collection_key = 'supportedProducts';
3481+
protected $internal_gapi_mappings = array(
3482+
);
34333483
public $compatibleDimensions;
34343484
public $compatibleMetrics;
34353485
public $id;
@@ -3511,6 +3561,8 @@ public function getSupportedProducts()
35113561

35123562
class Google_Service_AdSense_SavedAdStyle extends Google_Model
35133563
{
3564+
protected $internal_gapi_mappings = array(
3565+
);
35143566
protected $adStyleType = 'Google_Service_AdSense_AdStyle';
35153567
protected $adStyleDataType = '';
35163568
public $id;
@@ -3561,6 +3613,8 @@ public function getName()
35613613
class Google_Service_AdSense_SavedAdStyles extends Google_Collection
35623614
{
35633615
protected $collection_key = 'items';
3616+
protected $internal_gapi_mappings = array(
3617+
);
35643618
public $etag;
35653619
protected $itemsType = 'Google_Service_AdSense_SavedAdStyle';
35663620
protected $itemsDataType = 'array';
@@ -3610,6 +3664,8 @@ public function getNextPageToken()
36103664

36113665
class Google_Service_AdSense_SavedReport extends Google_Model
36123666
{
3667+
protected $internal_gapi_mappings = array(
3668+
);
36133669
public $id;
36143670
public $kind;
36153671
public $name;
@@ -3648,6 +3704,8 @@ public function getName()
36483704
class Google_Service_AdSense_SavedReports extends Google_Collection
36493705
{
36503706
protected $collection_key = 'items';
3707+
protected $internal_gapi_mappings = array(
3708+
);
36513709
public $etag;
36523710
protected $itemsType = 'Google_Service_AdSense_SavedReport';
36533711
protected $itemsDataType = 'array';
@@ -3697,6 +3755,8 @@ public function getNextPageToken()
36973755

36983756
class Google_Service_AdSense_UrlChannel extends Google_Model
36993757
{
3758+
protected $internal_gapi_mappings = array(
3759+
);
37003760
public $id;
37013761
public $kind;
37023762
public $urlPattern;
@@ -3735,6 +3795,8 @@ public function getUrlPattern()
37353795
class Google_Service_AdSense_UrlChannels extends Google_Collection
37363796
{
37373797
protected $collection_key = 'items';
3798+
protected $internal_gapi_mappings = array(
3799+
);
37383800
public $etag;
37393801
protected $itemsType = 'Google_Service_AdSense_UrlChannel';
37403802
protected $itemsDataType = 'array';

0 commit comments

Comments
 (0)