Mise à jour des librairies vendor
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -167,10 +167,16 @@ class Google_Service_Dfareporting_Account extends Google_Collection
|
||||
{
|
||||
return $this->nielsenOcrEnabled;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_ReportsConfiguration
|
||||
*/
|
||||
public function setReportsConfiguration(Google_Service_Dfareporting_ReportsConfiguration $reportsConfiguration)
|
||||
{
|
||||
$this->reportsConfiguration = $reportsConfiguration;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_ReportsConfiguration
|
||||
*/
|
||||
public function getReportsConfiguration()
|
||||
{
|
||||
return $this->reportsConfiguration;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -22,10 +22,16 @@ class Google_Service_Dfareporting_AccountPermissionGroupsListResponse extends Go
|
||||
protected $accountPermissionGroupsDataType = 'array';
|
||||
public $kind;
|
||||
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_AccountPermissionGroup
|
||||
*/
|
||||
public function setAccountPermissionGroups($accountPermissionGroups)
|
||||
{
|
||||
$this->accountPermissionGroups = $accountPermissionGroups;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_AccountPermissionGroup
|
||||
*/
|
||||
public function getAccountPermissionGroups()
|
||||
{
|
||||
return $this->accountPermissionGroups;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -22,10 +22,16 @@ class Google_Service_Dfareporting_AccountPermissionsListResponse extends Google_
|
||||
protected $accountPermissionsDataType = 'array';
|
||||
public $kind;
|
||||
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_AccountPermission
|
||||
*/
|
||||
public function setAccountPermissions($accountPermissions)
|
||||
{
|
||||
$this->accountPermissions = $accountPermissions;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_AccountPermission
|
||||
*/
|
||||
public function getAccountPermissions()
|
||||
{
|
||||
return $this->accountPermissions;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -54,18 +54,30 @@ class Google_Service_Dfareporting_AccountUserProfile extends Google_Model
|
||||
{
|
||||
return $this->active;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_ObjectFilter
|
||||
*/
|
||||
public function setAdvertiserFilter(Google_Service_Dfareporting_ObjectFilter $advertiserFilter)
|
||||
{
|
||||
$this->advertiserFilter = $advertiserFilter;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_ObjectFilter
|
||||
*/
|
||||
public function getAdvertiserFilter()
|
||||
{
|
||||
return $this->advertiserFilter;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_ObjectFilter
|
||||
*/
|
||||
public function setCampaignFilter(Google_Service_Dfareporting_ObjectFilter $campaignFilter)
|
||||
{
|
||||
$this->campaignFilter = $campaignFilter;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_ObjectFilter
|
||||
*/
|
||||
public function getCampaignFilter()
|
||||
{
|
||||
return $this->campaignFilter;
|
||||
@@ -118,10 +130,16 @@ class Google_Service_Dfareporting_AccountUserProfile extends Google_Model
|
||||
{
|
||||
return $this->name;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_ObjectFilter
|
||||
*/
|
||||
public function setSiteFilter(Google_Service_Dfareporting_ObjectFilter $siteFilter)
|
||||
{
|
||||
$this->siteFilter = $siteFilter;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_ObjectFilter
|
||||
*/
|
||||
public function getSiteFilter()
|
||||
{
|
||||
return $this->siteFilter;
|
||||
@@ -150,10 +168,16 @@ class Google_Service_Dfareporting_AccountUserProfile extends Google_Model
|
||||
{
|
||||
return $this->userAccessType;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_ObjectFilter
|
||||
*/
|
||||
public function setUserRoleFilter(Google_Service_Dfareporting_ObjectFilter $userRoleFilter)
|
||||
{
|
||||
$this->userRoleFilter = $userRoleFilter;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_ObjectFilter
|
||||
*/
|
||||
public function getUserRoleFilter()
|
||||
{
|
||||
return $this->userRoleFilter;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -23,10 +23,16 @@ class Google_Service_Dfareporting_AccountUserProfilesListResponse extends Google
|
||||
public $kind;
|
||||
public $nextPageToken;
|
||||
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_AccountUserProfile
|
||||
*/
|
||||
public function setAccountUserProfiles($accountUserProfiles)
|
||||
{
|
||||
$this->accountUserProfiles = $accountUserProfiles;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_AccountUserProfile
|
||||
*/
|
||||
public function getAccountUserProfiles()
|
||||
{
|
||||
return $this->accountUserProfiles;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -23,10 +23,16 @@ class Google_Service_Dfareporting_AccountsListResponse extends Google_Collection
|
||||
public $kind;
|
||||
public $nextPageToken;
|
||||
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_Account
|
||||
*/
|
||||
public function setAccounts($accounts)
|
||||
{
|
||||
$this->accounts = $accounts;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_Account
|
||||
*/
|
||||
public function getAccounts()
|
||||
{
|
||||
return $this->accounts;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -23,10 +23,16 @@ class Google_Service_Dfareporting_Activities extends Google_Collection
|
||||
public $kind;
|
||||
public $metricNames;
|
||||
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_DimensionValue
|
||||
*/
|
||||
public function setFilters($filters)
|
||||
{
|
||||
$this->filters = $filters;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_DimensionValue
|
||||
*/
|
||||
public function getFilters()
|
||||
{
|
||||
return $this->filters;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -102,10 +102,16 @@ class Google_Service_Dfareporting_Ad extends Google_Collection
|
||||
{
|
||||
return $this->advertiserId;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_DimensionValue
|
||||
*/
|
||||
public function setAdvertiserIdDimensionValue(Google_Service_Dfareporting_DimensionValue $advertiserIdDimensionValue)
|
||||
{
|
||||
$this->advertiserIdDimensionValue = $advertiserIdDimensionValue;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_DimensionValue
|
||||
*/
|
||||
public function getAdvertiserIdDimensionValue()
|
||||
{
|
||||
return $this->advertiserIdDimensionValue;
|
||||
@@ -134,26 +140,44 @@ class Google_Service_Dfareporting_Ad extends Google_Collection
|
||||
{
|
||||
return $this->campaignId;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_DimensionValue
|
||||
*/
|
||||
public function setCampaignIdDimensionValue(Google_Service_Dfareporting_DimensionValue $campaignIdDimensionValue)
|
||||
{
|
||||
$this->campaignIdDimensionValue = $campaignIdDimensionValue;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_DimensionValue
|
||||
*/
|
||||
public function getCampaignIdDimensionValue()
|
||||
{
|
||||
return $this->campaignIdDimensionValue;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_ClickThroughUrl
|
||||
*/
|
||||
public function setClickThroughUrl(Google_Service_Dfareporting_ClickThroughUrl $clickThroughUrl)
|
||||
{
|
||||
$this->clickThroughUrl = $clickThroughUrl;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_ClickThroughUrl
|
||||
*/
|
||||
public function getClickThroughUrl()
|
||||
{
|
||||
return $this->clickThroughUrl;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_ClickThroughUrlSuffixProperties
|
||||
*/
|
||||
public function setClickThroughUrlSuffixProperties(Google_Service_Dfareporting_ClickThroughUrlSuffixProperties $clickThroughUrlSuffixProperties)
|
||||
{
|
||||
$this->clickThroughUrlSuffixProperties = $clickThroughUrlSuffixProperties;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_ClickThroughUrlSuffixProperties
|
||||
*/
|
||||
public function getClickThroughUrlSuffixProperties()
|
||||
{
|
||||
return $this->clickThroughUrlSuffixProperties;
|
||||
@@ -174,50 +198,86 @@ class Google_Service_Dfareporting_Ad extends Google_Collection
|
||||
{
|
||||
return $this->compatibility;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_LastModifiedInfo
|
||||
*/
|
||||
public function setCreateInfo(Google_Service_Dfareporting_LastModifiedInfo $createInfo)
|
||||
{
|
||||
$this->createInfo = $createInfo;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_LastModifiedInfo
|
||||
*/
|
||||
public function getCreateInfo()
|
||||
{
|
||||
return $this->createInfo;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_CreativeGroupAssignment
|
||||
*/
|
||||
public function setCreativeGroupAssignments($creativeGroupAssignments)
|
||||
{
|
||||
$this->creativeGroupAssignments = $creativeGroupAssignments;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_CreativeGroupAssignment
|
||||
*/
|
||||
public function getCreativeGroupAssignments()
|
||||
{
|
||||
return $this->creativeGroupAssignments;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_CreativeRotation
|
||||
*/
|
||||
public function setCreativeRotation(Google_Service_Dfareporting_CreativeRotation $creativeRotation)
|
||||
{
|
||||
$this->creativeRotation = $creativeRotation;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_CreativeRotation
|
||||
*/
|
||||
public function getCreativeRotation()
|
||||
{
|
||||
return $this->creativeRotation;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_DayPartTargeting
|
||||
*/
|
||||
public function setDayPartTargeting(Google_Service_Dfareporting_DayPartTargeting $dayPartTargeting)
|
||||
{
|
||||
$this->dayPartTargeting = $dayPartTargeting;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_DayPartTargeting
|
||||
*/
|
||||
public function getDayPartTargeting()
|
||||
{
|
||||
return $this->dayPartTargeting;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_DefaultClickThroughEventTagProperties
|
||||
*/
|
||||
public function setDefaultClickThroughEventTagProperties(Google_Service_Dfareporting_DefaultClickThroughEventTagProperties $defaultClickThroughEventTagProperties)
|
||||
{
|
||||
$this->defaultClickThroughEventTagProperties = $defaultClickThroughEventTagProperties;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_DefaultClickThroughEventTagProperties
|
||||
*/
|
||||
public function getDefaultClickThroughEventTagProperties()
|
||||
{
|
||||
return $this->defaultClickThroughEventTagProperties;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_DeliverySchedule
|
||||
*/
|
||||
public function setDeliverySchedule(Google_Service_Dfareporting_DeliverySchedule $deliverySchedule)
|
||||
{
|
||||
$this->deliverySchedule = $deliverySchedule;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_DeliverySchedule
|
||||
*/
|
||||
public function getDeliverySchedule()
|
||||
{
|
||||
return $this->deliverySchedule;
|
||||
@@ -238,18 +298,30 @@ class Google_Service_Dfareporting_Ad extends Google_Collection
|
||||
{
|
||||
return $this->endTime;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_EventTagOverride
|
||||
*/
|
||||
public function setEventTagOverrides($eventTagOverrides)
|
||||
{
|
||||
$this->eventTagOverrides = $eventTagOverrides;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_EventTagOverride
|
||||
*/
|
||||
public function getEventTagOverrides()
|
||||
{
|
||||
return $this->eventTagOverrides;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_GeoTargeting
|
||||
*/
|
||||
public function setGeoTargeting(Google_Service_Dfareporting_GeoTargeting $geoTargeting)
|
||||
{
|
||||
$this->geoTargeting = $geoTargeting;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_GeoTargeting
|
||||
*/
|
||||
public function getGeoTargeting()
|
||||
{
|
||||
return $this->geoTargeting;
|
||||
@@ -262,18 +334,30 @@ class Google_Service_Dfareporting_Ad extends Google_Collection
|
||||
{
|
||||
return $this->id;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_DimensionValue
|
||||
*/
|
||||
public function setIdDimensionValue(Google_Service_Dfareporting_DimensionValue $idDimensionValue)
|
||||
{
|
||||
$this->idDimensionValue = $idDimensionValue;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_DimensionValue
|
||||
*/
|
||||
public function getIdDimensionValue()
|
||||
{
|
||||
return $this->idDimensionValue;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_KeyValueTargetingExpression
|
||||
*/
|
||||
public function setKeyValueTargetingExpression(Google_Service_Dfareporting_KeyValueTargetingExpression $keyValueTargetingExpression)
|
||||
{
|
||||
$this->keyValueTargetingExpression = $keyValueTargetingExpression;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_KeyValueTargetingExpression
|
||||
*/
|
||||
public function getKeyValueTargetingExpression()
|
||||
{
|
||||
return $this->keyValueTargetingExpression;
|
||||
@@ -286,18 +370,30 @@ class Google_Service_Dfareporting_Ad extends Google_Collection
|
||||
{
|
||||
return $this->kind;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_LanguageTargeting
|
||||
*/
|
||||
public function setLanguageTargeting(Google_Service_Dfareporting_LanguageTargeting $languageTargeting)
|
||||
{
|
||||
$this->languageTargeting = $languageTargeting;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_LanguageTargeting
|
||||
*/
|
||||
public function getLanguageTargeting()
|
||||
{
|
||||
return $this->languageTargeting;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_LastModifiedInfo
|
||||
*/
|
||||
public function setLastModifiedInfo(Google_Service_Dfareporting_LastModifiedInfo $lastModifiedInfo)
|
||||
{
|
||||
$this->lastModifiedInfo = $lastModifiedInfo;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_LastModifiedInfo
|
||||
*/
|
||||
public function getLastModifiedInfo()
|
||||
{
|
||||
return $this->lastModifiedInfo;
|
||||
@@ -310,26 +406,44 @@ class Google_Service_Dfareporting_Ad extends Google_Collection
|
||||
{
|
||||
return $this->name;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_PlacementAssignment
|
||||
*/
|
||||
public function setPlacementAssignments($placementAssignments)
|
||||
{
|
||||
$this->placementAssignments = $placementAssignments;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_PlacementAssignment
|
||||
*/
|
||||
public function getPlacementAssignments()
|
||||
{
|
||||
return $this->placementAssignments;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_ListTargetingExpression
|
||||
*/
|
||||
public function setRemarketingListExpression(Google_Service_Dfareporting_ListTargetingExpression $remarketingListExpression)
|
||||
{
|
||||
$this->remarketingListExpression = $remarketingListExpression;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_ListTargetingExpression
|
||||
*/
|
||||
public function getRemarketingListExpression()
|
||||
{
|
||||
return $this->remarketingListExpression;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_Size
|
||||
*/
|
||||
public function setSize(Google_Service_Dfareporting_Size $size)
|
||||
{
|
||||
$this->size = $size;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_Size
|
||||
*/
|
||||
public function getSize()
|
||||
{
|
||||
return $this->size;
|
||||
@@ -374,10 +488,16 @@ class Google_Service_Dfareporting_Ad extends Google_Collection
|
||||
{
|
||||
return $this->targetingTemplateId;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_TechnologyTargeting
|
||||
*/
|
||||
public function setTechnologyTargeting(Google_Service_Dfareporting_TechnologyTargeting $technologyTargeting)
|
||||
{
|
||||
$this->technologyTargeting = $technologyTargeting;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_TechnologyTargeting
|
||||
*/
|
||||
public function getTechnologyTargeting()
|
||||
{
|
||||
return $this->technologyTargeting;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -23,10 +23,16 @@ class Google_Service_Dfareporting_AdsListResponse extends Google_Collection
|
||||
public $kind;
|
||||
public $nextPageToken;
|
||||
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_Ad
|
||||
*/
|
||||
public function setAds($ads)
|
||||
{
|
||||
$this->ads = $ads;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_Ad
|
||||
*/
|
||||
public function getAds()
|
||||
{
|
||||
return $this->ads;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -83,10 +83,16 @@ class Google_Service_Dfareporting_Advertiser extends Google_Model
|
||||
{
|
||||
return $this->floodlightConfigurationId;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_DimensionValue
|
||||
*/
|
||||
public function setFloodlightConfigurationIdDimensionValue(Google_Service_Dfareporting_DimensionValue $floodlightConfigurationIdDimensionValue)
|
||||
{
|
||||
$this->floodlightConfigurationIdDimensionValue = $floodlightConfigurationIdDimensionValue;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_DimensionValue
|
||||
*/
|
||||
public function getFloodlightConfigurationIdDimensionValue()
|
||||
{
|
||||
return $this->floodlightConfigurationIdDimensionValue;
|
||||
@@ -99,10 +105,16 @@ class Google_Service_Dfareporting_Advertiser extends Google_Model
|
||||
{
|
||||
return $this->id;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_DimensionValue
|
||||
*/
|
||||
public function setIdDimensionValue(Google_Service_Dfareporting_DimensionValue $idDimensionValue)
|
||||
{
|
||||
$this->idDimensionValue = $idDimensionValue;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_DimensionValue
|
||||
*/
|
||||
public function getIdDimensionValue()
|
||||
{
|
||||
return $this->idDimensionValue;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -23,10 +23,16 @@ class Google_Service_Dfareporting_AdvertiserGroupsListResponse extends Google_Co
|
||||
public $kind;
|
||||
public $nextPageToken;
|
||||
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_AdvertiserGroup
|
||||
*/
|
||||
public function setAdvertiserGroups($advertiserGroups)
|
||||
{
|
||||
$this->advertiserGroups = $advertiserGroups;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_AdvertiserGroup
|
||||
*/
|
||||
public function getAdvertiserGroups()
|
||||
{
|
||||
return $this->advertiserGroups;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -23,10 +23,16 @@ class Google_Service_Dfareporting_AdvertisersListResponse extends Google_Collect
|
||||
public $kind;
|
||||
public $nextPageToken;
|
||||
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_Advertiser
|
||||
*/
|
||||
public function setAdvertisers($advertisers)
|
||||
{
|
||||
$this->advertisers = $advertisers;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_Advertiser
|
||||
*/
|
||||
public function getAdvertisers()
|
||||
{
|
||||
return $this->advertisers;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -23,10 +23,16 @@ class Google_Service_Dfareporting_AudienceSegmentGroup extends Google_Collection
|
||||
public $id;
|
||||
public $name;
|
||||
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_AudienceSegment
|
||||
*/
|
||||
public function setAudienceSegments($audienceSegments)
|
||||
{
|
||||
$this->audienceSegments = $audienceSegments;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_AudienceSegment
|
||||
*/
|
||||
public function getAudienceSegments()
|
||||
{
|
||||
return $this->audienceSegments;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -22,10 +22,16 @@ class Google_Service_Dfareporting_BrowsersListResponse extends Google_Collection
|
||||
protected $browsersDataType = 'array';
|
||||
public $kind;
|
||||
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_Browser
|
||||
*/
|
||||
public function setBrowsers($browsers)
|
||||
{
|
||||
$this->browsers = $browsers;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_Browser
|
||||
*/
|
||||
public function getBrowsers()
|
||||
{
|
||||
return $this->browsers;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -19,6 +19,8 @@ class Google_Service_Dfareporting_Campaign extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'traffickerEmails';
|
||||
public $accountId;
|
||||
protected $adBlockingConfigurationType = 'Google_Service_Dfareporting_AdBlockingConfiguration';
|
||||
protected $adBlockingConfigurationDataType = '';
|
||||
protected $additionalCreativeOptimizationConfigurationsType = 'Google_Service_Dfareporting_CreativeOptimizationConfiguration';
|
||||
protected $additionalCreativeOptimizationConfigurationsDataType = 'array';
|
||||
public $advertiserGroupId;
|
||||
@@ -39,6 +41,7 @@ class Google_Service_Dfareporting_Campaign extends Google_Collection
|
||||
protected $creativeOptimizationConfigurationDataType = '';
|
||||
protected $defaultClickThroughEventTagPropertiesType = 'Google_Service_Dfareporting_DefaultClickThroughEventTagProperties';
|
||||
protected $defaultClickThroughEventTagPropertiesDataType = '';
|
||||
public $defaultLandingPageId;
|
||||
public $endDate;
|
||||
protected $eventTagOverridesType = 'Google_Service_Dfareporting_EventTagOverride';
|
||||
protected $eventTagOverridesDataType = 'array';
|
||||
@@ -65,10 +68,30 @@ class Google_Service_Dfareporting_Campaign extends Google_Collection
|
||||
{
|
||||
return $this->accountId;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_AdBlockingConfiguration
|
||||
*/
|
||||
public function setAdBlockingConfiguration(Google_Service_Dfareporting_AdBlockingConfiguration $adBlockingConfiguration)
|
||||
{
|
||||
$this->adBlockingConfiguration = $adBlockingConfiguration;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_AdBlockingConfiguration
|
||||
*/
|
||||
public function getAdBlockingConfiguration()
|
||||
{
|
||||
return $this->adBlockingConfiguration;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_CreativeOptimizationConfiguration
|
||||
*/
|
||||
public function setAdditionalCreativeOptimizationConfigurations($additionalCreativeOptimizationConfigurations)
|
||||
{
|
||||
$this->additionalCreativeOptimizationConfigurations = $additionalCreativeOptimizationConfigurations;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_CreativeOptimizationConfiguration
|
||||
*/
|
||||
public function getAdditionalCreativeOptimizationConfigurations()
|
||||
{
|
||||
return $this->additionalCreativeOptimizationConfigurations;
|
||||
@@ -89,10 +112,16 @@ class Google_Service_Dfareporting_Campaign extends Google_Collection
|
||||
{
|
||||
return $this->advertiserId;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_DimensionValue
|
||||
*/
|
||||
public function setAdvertiserIdDimensionValue(Google_Service_Dfareporting_DimensionValue $advertiserIdDimensionValue)
|
||||
{
|
||||
$this->advertiserIdDimensionValue = $advertiserIdDimensionValue;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_DimensionValue
|
||||
*/
|
||||
public function getAdvertiserIdDimensionValue()
|
||||
{
|
||||
return $this->advertiserIdDimensionValue;
|
||||
@@ -105,10 +134,16 @@ class Google_Service_Dfareporting_Campaign extends Google_Collection
|
||||
{
|
||||
return $this->archived;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_AudienceSegmentGroup
|
||||
*/
|
||||
public function setAudienceSegmentGroups($audienceSegmentGroups)
|
||||
{
|
||||
$this->audienceSegmentGroups = $audienceSegmentGroups;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_AudienceSegmentGroup
|
||||
*/
|
||||
public function getAudienceSegmentGroups()
|
||||
{
|
||||
return $this->audienceSegmentGroups;
|
||||
@@ -121,10 +156,16 @@ class Google_Service_Dfareporting_Campaign extends Google_Collection
|
||||
{
|
||||
return $this->billingInvoiceCode;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_ClickThroughUrlSuffixProperties
|
||||
*/
|
||||
public function setClickThroughUrlSuffixProperties(Google_Service_Dfareporting_ClickThroughUrlSuffixProperties $clickThroughUrlSuffixProperties)
|
||||
{
|
||||
$this->clickThroughUrlSuffixProperties = $clickThroughUrlSuffixProperties;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_ClickThroughUrlSuffixProperties
|
||||
*/
|
||||
public function getClickThroughUrlSuffixProperties()
|
||||
{
|
||||
return $this->clickThroughUrlSuffixProperties;
|
||||
@@ -137,10 +178,16 @@ class Google_Service_Dfareporting_Campaign extends Google_Collection
|
||||
{
|
||||
return $this->comment;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_LastModifiedInfo
|
||||
*/
|
||||
public function setCreateInfo(Google_Service_Dfareporting_LastModifiedInfo $createInfo)
|
||||
{
|
||||
$this->createInfo = $createInfo;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_LastModifiedInfo
|
||||
*/
|
||||
public function getCreateInfo()
|
||||
{
|
||||
return $this->createInfo;
|
||||
@@ -153,22 +200,42 @@ class Google_Service_Dfareporting_Campaign extends Google_Collection
|
||||
{
|
||||
return $this->creativeGroupIds;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_CreativeOptimizationConfiguration
|
||||
*/
|
||||
public function setCreativeOptimizationConfiguration(Google_Service_Dfareporting_CreativeOptimizationConfiguration $creativeOptimizationConfiguration)
|
||||
{
|
||||
$this->creativeOptimizationConfiguration = $creativeOptimizationConfiguration;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_CreativeOptimizationConfiguration
|
||||
*/
|
||||
public function getCreativeOptimizationConfiguration()
|
||||
{
|
||||
return $this->creativeOptimizationConfiguration;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_DefaultClickThroughEventTagProperties
|
||||
*/
|
||||
public function setDefaultClickThroughEventTagProperties(Google_Service_Dfareporting_DefaultClickThroughEventTagProperties $defaultClickThroughEventTagProperties)
|
||||
{
|
||||
$this->defaultClickThroughEventTagProperties = $defaultClickThroughEventTagProperties;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_DefaultClickThroughEventTagProperties
|
||||
*/
|
||||
public function getDefaultClickThroughEventTagProperties()
|
||||
{
|
||||
return $this->defaultClickThroughEventTagProperties;
|
||||
}
|
||||
public function setDefaultLandingPageId($defaultLandingPageId)
|
||||
{
|
||||
$this->defaultLandingPageId = $defaultLandingPageId;
|
||||
}
|
||||
public function getDefaultLandingPageId()
|
||||
{
|
||||
return $this->defaultLandingPageId;
|
||||
}
|
||||
public function setEndDate($endDate)
|
||||
{
|
||||
$this->endDate = $endDate;
|
||||
@@ -177,10 +244,16 @@ class Google_Service_Dfareporting_Campaign extends Google_Collection
|
||||
{
|
||||
return $this->endDate;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_EventTagOverride
|
||||
*/
|
||||
public function setEventTagOverrides($eventTagOverrides)
|
||||
{
|
||||
$this->eventTagOverrides = $eventTagOverrides;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_EventTagOverride
|
||||
*/
|
||||
public function getEventTagOverrides()
|
||||
{
|
||||
return $this->eventTagOverrides;
|
||||
@@ -201,10 +274,16 @@ class Google_Service_Dfareporting_Campaign extends Google_Collection
|
||||
{
|
||||
return $this->id;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_DimensionValue
|
||||
*/
|
||||
public function setIdDimensionValue(Google_Service_Dfareporting_DimensionValue $idDimensionValue)
|
||||
{
|
||||
$this->idDimensionValue = $idDimensionValue;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_DimensionValue
|
||||
*/
|
||||
public function getIdDimensionValue()
|
||||
{
|
||||
return $this->idDimensionValue;
|
||||
@@ -217,18 +296,30 @@ class Google_Service_Dfareporting_Campaign extends Google_Collection
|
||||
{
|
||||
return $this->kind;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_LastModifiedInfo
|
||||
*/
|
||||
public function setLastModifiedInfo(Google_Service_Dfareporting_LastModifiedInfo $lastModifiedInfo)
|
||||
{
|
||||
$this->lastModifiedInfo = $lastModifiedInfo;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_LastModifiedInfo
|
||||
*/
|
||||
public function getLastModifiedInfo()
|
||||
{
|
||||
return $this->lastModifiedInfo;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_LookbackConfiguration
|
||||
*/
|
||||
public function setLookbackConfiguration(Google_Service_Dfareporting_LookbackConfiguration $lookbackConfiguration)
|
||||
{
|
||||
$this->lookbackConfiguration = $lookbackConfiguration;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_LookbackConfiguration
|
||||
*/
|
||||
public function getLookbackConfiguration()
|
||||
{
|
||||
return $this->lookbackConfiguration;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -23,10 +23,16 @@ class Google_Service_Dfareporting_CampaignCreativeAssociationsListResponse exten
|
||||
public $kind;
|
||||
public $nextPageToken;
|
||||
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_CampaignCreativeAssociation
|
||||
*/
|
||||
public function setCampaignCreativeAssociations($campaignCreativeAssociations)
|
||||
{
|
||||
$this->campaignCreativeAssociations = $campaignCreativeAssociations;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_CampaignCreativeAssociation
|
||||
*/
|
||||
public function getCampaignCreativeAssociations()
|
||||
{
|
||||
return $this->campaignCreativeAssociations;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -23,10 +23,16 @@ class Google_Service_Dfareporting_CampaignsListResponse extends Google_Collectio
|
||||
public $kind;
|
||||
public $nextPageToken;
|
||||
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_Campaign
|
||||
*/
|
||||
public function setCampaigns($campaigns)
|
||||
{
|
||||
$this->campaigns = $campaigns;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_Campaign
|
||||
*/
|
||||
public function getCampaigns()
|
||||
{
|
||||
return $this->campaigns;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -23,10 +23,16 @@ class Google_Service_Dfareporting_ChangeLogsListResponse extends Google_Collecti
|
||||
public $kind;
|
||||
public $nextPageToken;
|
||||
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_ChangeLog
|
||||
*/
|
||||
public function setChangeLogs($changeLogs)
|
||||
{
|
||||
$this->changeLogs = $changeLogs;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_ChangeLog
|
||||
*/
|
||||
public function getChangeLogs()
|
||||
{
|
||||
return $this->changeLogs;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -22,10 +22,16 @@ class Google_Service_Dfareporting_CitiesListResponse extends Google_Collection
|
||||
protected $citiesDataType = 'array';
|
||||
public $kind;
|
||||
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_City
|
||||
*/
|
||||
public function setCities($cities)
|
||||
{
|
||||
$this->cities = $cities;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_City
|
||||
*/
|
||||
public function getCities()
|
||||
{
|
||||
return $this->cities;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -17,10 +17,25 @@
|
||||
|
||||
class Google_Service_Dfareporting_ClickTag extends Google_Model
|
||||
{
|
||||
protected $clickThroughUrlType = 'Google_Service_Dfareporting_CreativeClickThroughUrl';
|
||||
protected $clickThroughUrlDataType = '';
|
||||
public $eventName;
|
||||
public $name;
|
||||
public $value;
|
||||
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_CreativeClickThroughUrl
|
||||
*/
|
||||
public function setClickThroughUrl(Google_Service_Dfareporting_CreativeClickThroughUrl $clickThroughUrl)
|
||||
{
|
||||
$this->clickThroughUrl = $clickThroughUrl;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_CreativeClickThroughUrl
|
||||
*/
|
||||
public function getClickThroughUrl()
|
||||
{
|
||||
return $this->clickThroughUrl;
|
||||
}
|
||||
public function setEventName($eventName)
|
||||
{
|
||||
$this->eventName = $eventName;
|
||||
@@ -37,12 +52,4 @@ class Google_Service_Dfareporting_ClickTag extends Google_Model
|
||||
{
|
||||
return $this->name;
|
||||
}
|
||||
public function setValue($value)
|
||||
{
|
||||
$this->value = $value;
|
||||
}
|
||||
public function getValue()
|
||||
{
|
||||
return $this->value;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -21,10 +21,16 @@ class Google_Service_Dfareporting_CompanionClickThroughOverride extends Google_M
|
||||
protected $clickThroughUrlDataType = '';
|
||||
public $creativeId;
|
||||
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_ClickThroughUrl
|
||||
*/
|
||||
public function setClickThroughUrl(Google_Service_Dfareporting_ClickThroughUrl $clickThroughUrl)
|
||||
{
|
||||
$this->clickThroughUrl = $clickThroughUrl;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_ClickThroughUrl
|
||||
*/
|
||||
public function getClickThroughUrl()
|
||||
{
|
||||
return $this->clickThroughUrl;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -32,10 +32,16 @@ class Google_Service_Dfareporting_CompanionSetting extends Google_Collection
|
||||
{
|
||||
return $this->companionsDisabled;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_Size
|
||||
*/
|
||||
public function setEnabledSizes($enabledSizes)
|
||||
{
|
||||
$this->enabledSizes = $enabledSizes;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_Size
|
||||
*/
|
||||
public function getEnabledSizes()
|
||||
{
|
||||
return $this->enabledSizes;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -29,18 +29,30 @@ class Google_Service_Dfareporting_CompatibleFields extends Google_Model
|
||||
protected $reportCompatibleFieldsType = 'Google_Service_Dfareporting_ReportCompatibleFields';
|
||||
protected $reportCompatibleFieldsDataType = '';
|
||||
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_CrossDimensionReachReportCompatibleFields
|
||||
*/
|
||||
public function setCrossDimensionReachReportCompatibleFields(Google_Service_Dfareporting_CrossDimensionReachReportCompatibleFields $crossDimensionReachReportCompatibleFields)
|
||||
{
|
||||
$this->crossDimensionReachReportCompatibleFields = $crossDimensionReachReportCompatibleFields;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_CrossDimensionReachReportCompatibleFields
|
||||
*/
|
||||
public function getCrossDimensionReachReportCompatibleFields()
|
||||
{
|
||||
return $this->crossDimensionReachReportCompatibleFields;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_FloodlightReportCompatibleFields
|
||||
*/
|
||||
public function setFloodlightReportCompatibleFields(Google_Service_Dfareporting_FloodlightReportCompatibleFields $floodlightReportCompatibleFields)
|
||||
{
|
||||
$this->floodlightReportCompatibleFields = $floodlightReportCompatibleFields;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_FloodlightReportCompatibleFields
|
||||
*/
|
||||
public function getFloodlightReportCompatibleFields()
|
||||
{
|
||||
return $this->floodlightReportCompatibleFields;
|
||||
@@ -53,26 +65,44 @@ class Google_Service_Dfareporting_CompatibleFields extends Google_Model
|
||||
{
|
||||
return $this->kind;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_PathToConversionReportCompatibleFields
|
||||
*/
|
||||
public function setPathToConversionReportCompatibleFields(Google_Service_Dfareporting_PathToConversionReportCompatibleFields $pathToConversionReportCompatibleFields)
|
||||
{
|
||||
$this->pathToConversionReportCompatibleFields = $pathToConversionReportCompatibleFields;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_PathToConversionReportCompatibleFields
|
||||
*/
|
||||
public function getPathToConversionReportCompatibleFields()
|
||||
{
|
||||
return $this->pathToConversionReportCompatibleFields;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_ReachReportCompatibleFields
|
||||
*/
|
||||
public function setReachReportCompatibleFields(Google_Service_Dfareporting_ReachReportCompatibleFields $reachReportCompatibleFields)
|
||||
{
|
||||
$this->reachReportCompatibleFields = $reachReportCompatibleFields;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_ReachReportCompatibleFields
|
||||
*/
|
||||
public function getReachReportCompatibleFields()
|
||||
{
|
||||
return $this->reachReportCompatibleFields;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_ReportCompatibleFields
|
||||
*/
|
||||
public function setReportCompatibleFields(Google_Service_Dfareporting_ReportCompatibleFields $reportCompatibleFields)
|
||||
{
|
||||
$this->reportCompatibleFields = $reportCompatibleFields;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_ReportCompatibleFields
|
||||
*/
|
||||
public function getReportCompatibleFields()
|
||||
{
|
||||
return $this->reportCompatibleFields;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -22,10 +22,16 @@ class Google_Service_Dfareporting_ConnectionTypesListResponse extends Google_Col
|
||||
protected $connectionTypesDataType = 'array';
|
||||
public $kind;
|
||||
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_ConnectionType
|
||||
*/
|
||||
public function setConnectionTypes($connectionTypes)
|
||||
{
|
||||
$this->connectionTypes = $connectionTypes;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_ConnectionType
|
||||
*/
|
||||
public function getConnectionTypes()
|
||||
{
|
||||
return $this->connectionTypes;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -23,10 +23,16 @@ class Google_Service_Dfareporting_ContentCategoriesListResponse extends Google_C
|
||||
public $kind;
|
||||
public $nextPageToken;
|
||||
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_ContentCategory
|
||||
*/
|
||||
public function setContentCategories($contentCategories)
|
||||
{
|
||||
$this->contentCategories = $contentCategories;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_ContentCategory
|
||||
*/
|
||||
public function getContentCategories()
|
||||
{
|
||||
return $this->contentCategories;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -25,6 +25,7 @@ class Google_Service_Dfareporting_Conversion extends Google_Collection
|
||||
public $encryptedUserIdCandidates;
|
||||
public $floodlightActivityId;
|
||||
public $floodlightConfigurationId;
|
||||
public $gclid;
|
||||
public $kind;
|
||||
public $limitAdTracking;
|
||||
public $mobileDeviceId;
|
||||
@@ -41,10 +42,16 @@ class Google_Service_Dfareporting_Conversion extends Google_Collection
|
||||
{
|
||||
return $this->childDirectedTreatment;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_CustomFloodlightVariable
|
||||
*/
|
||||
public function setCustomVariables($customVariables)
|
||||
{
|
||||
$this->customVariables = $customVariables;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_CustomFloodlightVariable
|
||||
*/
|
||||
public function getCustomVariables()
|
||||
{
|
||||
return $this->customVariables;
|
||||
@@ -81,6 +88,14 @@ class Google_Service_Dfareporting_Conversion extends Google_Collection
|
||||
{
|
||||
return $this->floodlightConfigurationId;
|
||||
}
|
||||
public function setGclid($gclid)
|
||||
{
|
||||
$this->gclid = $gclid;
|
||||
}
|
||||
public function getGclid()
|
||||
{
|
||||
return $this->gclid;
|
||||
}
|
||||
public function setKind($kind)
|
||||
{
|
||||
$this->kind = $kind;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -24,18 +24,30 @@ class Google_Service_Dfareporting_ConversionStatus extends Google_Collection
|
||||
protected $errorsDataType = 'array';
|
||||
public $kind;
|
||||
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_Conversion
|
||||
*/
|
||||
public function setConversion(Google_Service_Dfareporting_Conversion $conversion)
|
||||
{
|
||||
$this->conversion = $conversion;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_Conversion
|
||||
*/
|
||||
public function getConversion()
|
||||
{
|
||||
return $this->conversion;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_ConversionError
|
||||
*/
|
||||
public function setErrors($errors)
|
||||
{
|
||||
$this->errors = $errors;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_ConversionError
|
||||
*/
|
||||
public function getErrors()
|
||||
{
|
||||
return $this->errors;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -24,18 +24,30 @@ class Google_Service_Dfareporting_ConversionsBatchInsertRequest extends Google_C
|
||||
protected $encryptionInfoDataType = '';
|
||||
public $kind;
|
||||
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_Conversion
|
||||
*/
|
||||
public function setConversions($conversions)
|
||||
{
|
||||
$this->conversions = $conversions;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_Conversion
|
||||
*/
|
||||
public function getConversions()
|
||||
{
|
||||
return $this->conversions;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_EncryptionInfo
|
||||
*/
|
||||
public function setEncryptionInfo(Google_Service_Dfareporting_EncryptionInfo $encryptionInfo)
|
||||
{
|
||||
$this->encryptionInfo = $encryptionInfo;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_EncryptionInfo
|
||||
*/
|
||||
public function getEncryptionInfo()
|
||||
{
|
||||
return $this->encryptionInfo;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -39,10 +39,16 @@ class Google_Service_Dfareporting_ConversionsBatchInsertResponse extends Google_
|
||||
{
|
||||
return $this->kind;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_ConversionStatus
|
||||
*/
|
||||
public function setStatus($status)
|
||||
{
|
||||
$this->status = $status;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_ConversionStatus
|
||||
*/
|
||||
public function getStatus()
|
||||
{
|
||||
return $this->status;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -22,10 +22,16 @@ class Google_Service_Dfareporting_CountriesListResponse extends Google_Collectio
|
||||
protected $countriesDataType = 'array';
|
||||
public $kind;
|
||||
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_Country
|
||||
*/
|
||||
public function setCountries($countries)
|
||||
{
|
||||
$this->countries = $countries;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_Country
|
||||
*/
|
||||
public function getCountries()
|
||||
{
|
||||
return $this->countries;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -18,9 +18,6 @@
|
||||
class Google_Service_Dfareporting_Creative extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'timerCustomEvents';
|
||||
protected $internal_gapi_mappings = array(
|
||||
"autoAdvanceImages" => "auto_advance_images",
|
||||
);
|
||||
public $accountId;
|
||||
public $active;
|
||||
public $adParameters;
|
||||
@@ -33,7 +30,8 @@ class Google_Service_Dfareporting_Creative extends Google_Collection
|
||||
public $authoringTool;
|
||||
public $autoAdvanceImages;
|
||||
public $backgroundColor;
|
||||
public $backupImageClickThroughUrl;
|
||||
protected $backupImageClickThroughUrlType = 'Google_Service_Dfareporting_CreativeClickThroughUrl';
|
||||
protected $backupImageClickThroughUrlDataType = '';
|
||||
public $backupImageFeatures;
|
||||
public $backupImageReportingLabel;
|
||||
protected $backupImageTargetWindowType = 'Google_Service_Dfareporting_TargetWindow';
|
||||
@@ -69,6 +67,7 @@ class Google_Service_Dfareporting_Creative extends Google_Collection
|
||||
public $latestTraffickedCreativeId;
|
||||
public $name;
|
||||
public $overrideCss;
|
||||
public $politeLoadAssetId;
|
||||
protected $progressOffsetType = 'Google_Service_Dfareporting_VideoOffset';
|
||||
protected $progressOffsetDataType = '';
|
||||
public $redirectUrl;
|
||||
@@ -96,6 +95,8 @@ class Google_Service_Dfareporting_Creative extends Google_Collection
|
||||
protected $timerCustomEventsDataType = 'array';
|
||||
public $totalFileSize;
|
||||
public $type;
|
||||
protected $universalAdIdType = 'Google_Service_Dfareporting_UniversalAdId';
|
||||
protected $universalAdIdDataType = '';
|
||||
public $version;
|
||||
public $videoDescription;
|
||||
public $videoDuration;
|
||||
@@ -196,10 +197,16 @@ class Google_Service_Dfareporting_Creative extends Google_Collection
|
||||
{
|
||||
return $this->backgroundColor;
|
||||
}
|
||||
public function setBackupImageClickThroughUrl($backupImageClickThroughUrl)
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_CreativeClickThroughUrl
|
||||
*/
|
||||
public function setBackupImageClickThroughUrl(Google_Service_Dfareporting_CreativeClickThroughUrl $backupImageClickThroughUrl)
|
||||
{
|
||||
$this->backupImageClickThroughUrl = $backupImageClickThroughUrl;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_CreativeClickThroughUrl
|
||||
*/
|
||||
public function getBackupImageClickThroughUrl()
|
||||
{
|
||||
return $this->backupImageClickThroughUrl;
|
||||
@@ -220,18 +227,30 @@ class Google_Service_Dfareporting_Creative extends Google_Collection
|
||||
{
|
||||
return $this->backupImageReportingLabel;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_TargetWindow
|
||||
*/
|
||||
public function setBackupImageTargetWindow(Google_Service_Dfareporting_TargetWindow $backupImageTargetWindow)
|
||||
{
|
||||
$this->backupImageTargetWindow = $backupImageTargetWindow;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_TargetWindow
|
||||
*/
|
||||
public function getBackupImageTargetWindow()
|
||||
{
|
||||
return $this->backupImageTargetWindow;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_ClickTag
|
||||
*/
|
||||
public function setClickTags($clickTags)
|
||||
{
|
||||
$this->clickTags = $clickTags;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_ClickTag
|
||||
*/
|
||||
public function getClickTags()
|
||||
{
|
||||
return $this->clickTags;
|
||||
@@ -268,34 +287,58 @@ class Google_Service_Dfareporting_Creative extends Google_Collection
|
||||
{
|
||||
return $this->convertFlashToHtml5;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_CreativeCustomEvent
|
||||
*/
|
||||
public function setCounterCustomEvents($counterCustomEvents)
|
||||
{
|
||||
$this->counterCustomEvents = $counterCustomEvents;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_CreativeCustomEvent
|
||||
*/
|
||||
public function getCounterCustomEvents()
|
||||
{
|
||||
return $this->counterCustomEvents;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_CreativeAssetSelection
|
||||
*/
|
||||
public function setCreativeAssetSelection(Google_Service_Dfareporting_CreativeAssetSelection $creativeAssetSelection)
|
||||
{
|
||||
$this->creativeAssetSelection = $creativeAssetSelection;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_CreativeAssetSelection
|
||||
*/
|
||||
public function getCreativeAssetSelection()
|
||||
{
|
||||
return $this->creativeAssetSelection;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_CreativeAsset
|
||||
*/
|
||||
public function setCreativeAssets($creativeAssets)
|
||||
{
|
||||
$this->creativeAssets = $creativeAssets;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_CreativeAsset
|
||||
*/
|
||||
public function getCreativeAssets()
|
||||
{
|
||||
return $this->creativeAssets;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_CreativeFieldAssignment
|
||||
*/
|
||||
public function setCreativeFieldAssignments($creativeFieldAssignments)
|
||||
{
|
||||
$this->creativeFieldAssignments = $creativeFieldAssignments;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_CreativeFieldAssignment
|
||||
*/
|
||||
public function getCreativeFieldAssignments()
|
||||
{
|
||||
return $this->creativeFieldAssignments;
|
||||
@@ -316,18 +359,30 @@ class Google_Service_Dfareporting_Creative extends Google_Collection
|
||||
{
|
||||
return $this->dynamicAssetSelection;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_CreativeCustomEvent
|
||||
*/
|
||||
public function setExitCustomEvents($exitCustomEvents)
|
||||
{
|
||||
$this->exitCustomEvents = $exitCustomEvents;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_CreativeCustomEvent
|
||||
*/
|
||||
public function getExitCustomEvents()
|
||||
{
|
||||
return $this->exitCustomEvents;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_FsCommand
|
||||
*/
|
||||
public function setFsCommand(Google_Service_Dfareporting_FsCommand $fsCommand)
|
||||
{
|
||||
$this->fsCommand = $fsCommand;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_FsCommand
|
||||
*/
|
||||
public function getFsCommand()
|
||||
{
|
||||
return $this->fsCommand;
|
||||
@@ -356,10 +411,16 @@ class Google_Service_Dfareporting_Creative extends Google_Collection
|
||||
{
|
||||
return $this->id;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_DimensionValue
|
||||
*/
|
||||
public function setIdDimensionValue(Google_Service_Dfareporting_DimensionValue $idDimensionValue)
|
||||
{
|
||||
$this->idDimensionValue = $idDimensionValue;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_DimensionValue
|
||||
*/
|
||||
public function getIdDimensionValue()
|
||||
{
|
||||
return $this->idDimensionValue;
|
||||
@@ -372,10 +433,16 @@ class Google_Service_Dfareporting_Creative extends Google_Collection
|
||||
{
|
||||
return $this->kind;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_LastModifiedInfo
|
||||
*/
|
||||
public function setLastModifiedInfo(Google_Service_Dfareporting_LastModifiedInfo $lastModifiedInfo)
|
||||
{
|
||||
$this->lastModifiedInfo = $lastModifiedInfo;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_LastModifiedInfo
|
||||
*/
|
||||
public function getLastModifiedInfo()
|
||||
{
|
||||
return $this->lastModifiedInfo;
|
||||
@@ -404,10 +471,24 @@ class Google_Service_Dfareporting_Creative extends Google_Collection
|
||||
{
|
||||
return $this->overrideCss;
|
||||
}
|
||||
public function setPoliteLoadAssetId($politeLoadAssetId)
|
||||
{
|
||||
$this->politeLoadAssetId = $politeLoadAssetId;
|
||||
}
|
||||
public function getPoliteLoadAssetId()
|
||||
{
|
||||
return $this->politeLoadAssetId;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_VideoOffset
|
||||
*/
|
||||
public function setProgressOffset(Google_Service_Dfareporting_VideoOffset $progressOffset)
|
||||
{
|
||||
$this->progressOffset = $progressOffset;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_VideoOffset
|
||||
*/
|
||||
public function getProgressOffset()
|
||||
{
|
||||
return $this->progressOffset;
|
||||
@@ -428,10 +509,16 @@ class Google_Service_Dfareporting_Creative extends Google_Collection
|
||||
{
|
||||
return $this->renderingId;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_DimensionValue
|
||||
*/
|
||||
public function setRenderingIdDimensionValue(Google_Service_Dfareporting_DimensionValue $renderingIdDimensionValue)
|
||||
{
|
||||
$this->renderingIdDimensionValue = $renderingIdDimensionValue;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_DimensionValue
|
||||
*/
|
||||
public function getRenderingIdDimensionValue()
|
||||
{
|
||||
return $this->renderingIdDimensionValue;
|
||||
@@ -452,18 +539,30 @@ class Google_Service_Dfareporting_Creative extends Google_Collection
|
||||
{
|
||||
return $this->requiredFlashVersion;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_Size
|
||||
*/
|
||||
public function setSize(Google_Service_Dfareporting_Size $size)
|
||||
{
|
||||
$this->size = $size;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_Size
|
||||
*/
|
||||
public function getSize()
|
||||
{
|
||||
return $this->size;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_VideoOffset
|
||||
*/
|
||||
public function setSkipOffset(Google_Service_Dfareporting_VideoOffset $skipOffset)
|
||||
{
|
||||
$this->skipOffset = $skipOffset;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_VideoOffset
|
||||
*/
|
||||
public function getSkipOffset()
|
||||
{
|
||||
return $this->skipOffset;
|
||||
@@ -540,18 +639,30 @@ class Google_Service_Dfareporting_Creative extends Google_Collection
|
||||
{
|
||||
return $this->thirdPartyRichMediaImpressionsUrl;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_ThirdPartyTrackingUrl
|
||||
*/
|
||||
public function setThirdPartyUrls($thirdPartyUrls)
|
||||
{
|
||||
$this->thirdPartyUrls = $thirdPartyUrls;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_ThirdPartyTrackingUrl
|
||||
*/
|
||||
public function getThirdPartyUrls()
|
||||
{
|
||||
return $this->thirdPartyUrls;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_CreativeCustomEvent
|
||||
*/
|
||||
public function setTimerCustomEvents($timerCustomEvents)
|
||||
{
|
||||
$this->timerCustomEvents = $timerCustomEvents;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_CreativeCustomEvent
|
||||
*/
|
||||
public function getTimerCustomEvents()
|
||||
{
|
||||
return $this->timerCustomEvents;
|
||||
@@ -572,6 +683,20 @@ class Google_Service_Dfareporting_Creative extends Google_Collection
|
||||
{
|
||||
return $this->type;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_UniversalAdId
|
||||
*/
|
||||
public function setUniversalAdId(Google_Service_Dfareporting_UniversalAdId $universalAdId)
|
||||
{
|
||||
$this->universalAdId = $universalAdId;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_UniversalAdId
|
||||
*/
|
||||
public function getUniversalAdId()
|
||||
{
|
||||
return $this->universalAdId;
|
||||
}
|
||||
public function setVersion($version)
|
||||
{
|
||||
$this->version = $version;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -49,6 +49,7 @@ class Google_Service_Dfareporting_CreativeAsset extends Google_Collection
|
||||
public $mimeType;
|
||||
protected $offsetType = 'Google_Service_Dfareporting_OffsetPosition';
|
||||
protected $offsetDataType = '';
|
||||
public $orientation;
|
||||
public $originalBackup;
|
||||
protected $positionType = 'Google_Service_Dfareporting_OffsetPosition';
|
||||
protected $positionDataType = '';
|
||||
@@ -103,18 +104,30 @@ class Google_Service_Dfareporting_CreativeAsset extends Google_Collection
|
||||
{
|
||||
return $this->artworkType;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_CreativeAssetId
|
||||
*/
|
||||
public function setAssetIdentifier(Google_Service_Dfareporting_CreativeAssetId $assetIdentifier)
|
||||
{
|
||||
$this->assetIdentifier = $assetIdentifier;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_CreativeAssetId
|
||||
*/
|
||||
public function getAssetIdentifier()
|
||||
{
|
||||
return $this->assetIdentifier;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_CreativeCustomEvent
|
||||
*/
|
||||
public function setBackupImageExit(Google_Service_Dfareporting_CreativeCustomEvent $backupImageExit)
|
||||
{
|
||||
$this->backupImageExit = $backupImageExit;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_CreativeCustomEvent
|
||||
*/
|
||||
public function getBackupImageExit()
|
||||
{
|
||||
return $this->backupImageExit;
|
||||
@@ -135,10 +148,16 @@ class Google_Service_Dfareporting_CreativeAsset extends Google_Collection
|
||||
{
|
||||
return $this->childAssetType;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_Size
|
||||
*/
|
||||
public function setCollapsedSize(Google_Service_Dfareporting_Size $collapsedSize)
|
||||
{
|
||||
$this->collapsedSize = $collapsedSize;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_Size
|
||||
*/
|
||||
public function getCollapsedSize()
|
||||
{
|
||||
return $this->collapsedSize;
|
||||
@@ -191,10 +210,16 @@ class Google_Service_Dfareporting_CreativeAsset extends Google_Collection
|
||||
{
|
||||
return $this->durationType;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_Size
|
||||
*/
|
||||
public function setExpandedDimension(Google_Service_Dfareporting_Size $expandedDimension)
|
||||
{
|
||||
$this->expandedDimension = $expandedDimension;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_Size
|
||||
*/
|
||||
public function getExpandedDimension()
|
||||
{
|
||||
return $this->expandedDimension;
|
||||
@@ -247,10 +272,16 @@ class Google_Service_Dfareporting_CreativeAsset extends Google_Collection
|
||||
{
|
||||
return $this->id;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_DimensionValue
|
||||
*/
|
||||
public function setIdDimensionValue(Google_Service_Dfareporting_DimensionValue $idDimensionValue)
|
||||
{
|
||||
$this->idDimensionValue = $idDimensionValue;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_DimensionValue
|
||||
*/
|
||||
public function getIdDimensionValue()
|
||||
{
|
||||
return $this->idDimensionValue;
|
||||
@@ -263,14 +294,28 @@ class Google_Service_Dfareporting_CreativeAsset extends Google_Collection
|
||||
{
|
||||
return $this->mimeType;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_OffsetPosition
|
||||
*/
|
||||
public function setOffset(Google_Service_Dfareporting_OffsetPosition $offset)
|
||||
{
|
||||
$this->offset = $offset;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_OffsetPosition
|
||||
*/
|
||||
public function getOffset()
|
||||
{
|
||||
return $this->offset;
|
||||
}
|
||||
public function setOrientation($orientation)
|
||||
{
|
||||
$this->orientation = $orientation;
|
||||
}
|
||||
public function getOrientation()
|
||||
{
|
||||
return $this->orientation;
|
||||
}
|
||||
public function setOriginalBackup($originalBackup)
|
||||
{
|
||||
$this->originalBackup = $originalBackup;
|
||||
@@ -279,10 +324,16 @@ class Google_Service_Dfareporting_CreativeAsset extends Google_Collection
|
||||
{
|
||||
return $this->originalBackup;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_OffsetPosition
|
||||
*/
|
||||
public function setPosition(Google_Service_Dfareporting_OffsetPosition $position)
|
||||
{
|
||||
$this->position = $position;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_OffsetPosition
|
||||
*/
|
||||
public function getPosition()
|
||||
{
|
||||
return $this->position;
|
||||
@@ -335,10 +386,16 @@ class Google_Service_Dfareporting_CreativeAsset extends Google_Collection
|
||||
{
|
||||
return $this->role;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_Size
|
||||
*/
|
||||
public function setSize(Google_Service_Dfareporting_Size $size)
|
||||
{
|
||||
$this->size = $size;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_Size
|
||||
*/
|
||||
public function getSize()
|
||||
{
|
||||
return $this->size;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -29,18 +29,30 @@ class Google_Service_Dfareporting_CreativeAssetMetadata extends Google_Collectio
|
||||
public $kind;
|
||||
public $warnedValidationRules;
|
||||
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_CreativeAssetId
|
||||
*/
|
||||
public function setAssetIdentifier(Google_Service_Dfareporting_CreativeAssetId $assetIdentifier)
|
||||
{
|
||||
$this->assetIdentifier = $assetIdentifier;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_CreativeAssetId
|
||||
*/
|
||||
public function getAssetIdentifier()
|
||||
{
|
||||
return $this->assetIdentifier;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_ClickTag
|
||||
*/
|
||||
public function setClickTags($clickTags)
|
||||
{
|
||||
$this->clickTags = $clickTags;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_ClickTag
|
||||
*/
|
||||
public function getClickTags()
|
||||
{
|
||||
return $this->clickTags;
|
||||
@@ -61,10 +73,16 @@ class Google_Service_Dfareporting_CreativeAssetMetadata extends Google_Collectio
|
||||
{
|
||||
return $this->id;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_DimensionValue
|
||||
*/
|
||||
public function setIdDimensionValue(Google_Service_Dfareporting_DimensionValue $idDimensionValue)
|
||||
{
|
||||
$this->idDimensionValue = $idDimensionValue;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_DimensionValue
|
||||
*/
|
||||
public function getIdDimensionValue()
|
||||
{
|
||||
return $this->idDimensionValue;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -30,10 +30,16 @@ class Google_Service_Dfareporting_CreativeAssetSelection extends Google_Collecti
|
||||
{
|
||||
return $this->defaultAssetId;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_Rule
|
||||
*/
|
||||
public function setRules($rules)
|
||||
{
|
||||
$this->rules = $rules;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_Rule
|
||||
*/
|
||||
public function getRules()
|
||||
{
|
||||
return $this->rules;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -53,26 +53,44 @@ class Google_Service_Dfareporting_CreativeAssignment extends Google_Collection
|
||||
{
|
||||
return $this->applyEventTags;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_ClickThroughUrl
|
||||
*/
|
||||
public function setClickThroughUrl(Google_Service_Dfareporting_ClickThroughUrl $clickThroughUrl)
|
||||
{
|
||||
$this->clickThroughUrl = $clickThroughUrl;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_ClickThroughUrl
|
||||
*/
|
||||
public function getClickThroughUrl()
|
||||
{
|
||||
return $this->clickThroughUrl;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_CompanionClickThroughOverride
|
||||
*/
|
||||
public function setCompanionCreativeOverrides($companionCreativeOverrides)
|
||||
{
|
||||
$this->companionCreativeOverrides = $companionCreativeOverrides;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_CompanionClickThroughOverride
|
||||
*/
|
||||
public function getCompanionCreativeOverrides()
|
||||
{
|
||||
return $this->companionCreativeOverrides;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_CreativeGroupAssignment
|
||||
*/
|
||||
public function setCreativeGroupAssignments($creativeGroupAssignments)
|
||||
{
|
||||
$this->creativeGroupAssignments = $creativeGroupAssignments;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_CreativeGroupAssignment
|
||||
*/
|
||||
public function getCreativeGroupAssignments()
|
||||
{
|
||||
return $this->creativeGroupAssignments;
|
||||
@@ -85,10 +103,16 @@ class Google_Service_Dfareporting_CreativeAssignment extends Google_Collection
|
||||
{
|
||||
return $this->creativeId;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_DimensionValue
|
||||
*/
|
||||
public function setCreativeIdDimensionValue(Google_Service_Dfareporting_DimensionValue $creativeIdDimensionValue)
|
||||
{
|
||||
$this->creativeIdDimensionValue = $creativeIdDimensionValue;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_DimensionValue
|
||||
*/
|
||||
public function getCreativeIdDimensionValue()
|
||||
{
|
||||
return $this->creativeIdDimensionValue;
|
||||
@@ -101,10 +125,16 @@ class Google_Service_Dfareporting_CreativeAssignment extends Google_Collection
|
||||
{
|
||||
return $this->endTime;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_RichMediaExitOverride
|
||||
*/
|
||||
public function setRichMediaExitOverrides($richMediaExitOverrides)
|
||||
{
|
||||
$this->richMediaExitOverrides = $richMediaExitOverrides;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_RichMediaExitOverride
|
||||
*/
|
||||
public function getRichMediaExitOverrides()
|
||||
{
|
||||
return $this->richMediaExitOverrides;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -22,7 +22,8 @@ class Google_Service_Dfareporting_CreativeCustomEvent extends Google_Model
|
||||
public $advertiserCustomEventType;
|
||||
public $artworkLabel;
|
||||
public $artworkType;
|
||||
public $exitUrl;
|
||||
protected $exitClickThroughUrlType = 'Google_Service_Dfareporting_CreativeClickThroughUrl';
|
||||
protected $exitClickThroughUrlDataType = '';
|
||||
public $id;
|
||||
protected $popupWindowPropertiesType = 'Google_Service_Dfareporting_PopupWindowProperties';
|
||||
protected $popupWindowPropertiesDataType = '';
|
||||
@@ -69,13 +70,19 @@ class Google_Service_Dfareporting_CreativeCustomEvent extends Google_Model
|
||||
{
|
||||
return $this->artworkType;
|
||||
}
|
||||
public function setExitUrl($exitUrl)
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_CreativeClickThroughUrl
|
||||
*/
|
||||
public function setExitClickThroughUrl(Google_Service_Dfareporting_CreativeClickThroughUrl $exitClickThroughUrl)
|
||||
{
|
||||
$this->exitUrl = $exitUrl;
|
||||
$this->exitClickThroughUrl = $exitClickThroughUrl;
|
||||
}
|
||||
public function getExitUrl()
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_CreativeClickThroughUrl
|
||||
*/
|
||||
public function getExitClickThroughUrl()
|
||||
{
|
||||
return $this->exitUrl;
|
||||
return $this->exitClickThroughUrl;
|
||||
}
|
||||
public function setId($id)
|
||||
{
|
||||
@@ -85,10 +92,16 @@ class Google_Service_Dfareporting_CreativeCustomEvent extends Google_Model
|
||||
{
|
||||
return $this->id;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_PopupWindowProperties
|
||||
*/
|
||||
public function setPopupWindowProperties(Google_Service_Dfareporting_PopupWindowProperties $popupWindowProperties)
|
||||
{
|
||||
$this->popupWindowProperties = $popupWindowProperties;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_PopupWindowProperties
|
||||
*/
|
||||
public function getPopupWindowProperties()
|
||||
{
|
||||
return $this->popupWindowProperties;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -42,10 +42,16 @@ class Google_Service_Dfareporting_CreativeField extends Google_Model
|
||||
{
|
||||
return $this->advertiserId;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_DimensionValue
|
||||
*/
|
||||
public function setAdvertiserIdDimensionValue(Google_Service_Dfareporting_DimensionValue $advertiserIdDimensionValue)
|
||||
{
|
||||
$this->advertiserIdDimensionValue = $advertiserIdDimensionValue;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_DimensionValue
|
||||
*/
|
||||
public function getAdvertiserIdDimensionValue()
|
||||
{
|
||||
return $this->advertiserIdDimensionValue;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -23,10 +23,16 @@ class Google_Service_Dfareporting_CreativeFieldValuesListResponse extends Google
|
||||
public $kind;
|
||||
public $nextPageToken;
|
||||
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_CreativeFieldValue
|
||||
*/
|
||||
public function setCreativeFieldValues($creativeFieldValues)
|
||||
{
|
||||
$this->creativeFieldValues = $creativeFieldValues;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_CreativeFieldValue
|
||||
*/
|
||||
public function getCreativeFieldValues()
|
||||
{
|
||||
return $this->creativeFieldValues;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -23,10 +23,16 @@ class Google_Service_Dfareporting_CreativeFieldsListResponse extends Google_Coll
|
||||
public $kind;
|
||||
public $nextPageToken;
|
||||
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_CreativeField
|
||||
*/
|
||||
public function setCreativeFields($creativeFields)
|
||||
{
|
||||
$this->creativeFields = $creativeFields;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_CreativeField
|
||||
*/
|
||||
public function getCreativeFields()
|
||||
{
|
||||
return $this->creativeFields;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -43,10 +43,16 @@ class Google_Service_Dfareporting_CreativeGroup extends Google_Model
|
||||
{
|
||||
return $this->advertiserId;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_DimensionValue
|
||||
*/
|
||||
public function setAdvertiserIdDimensionValue(Google_Service_Dfareporting_DimensionValue $advertiserIdDimensionValue)
|
||||
{
|
||||
$this->advertiserIdDimensionValue = $advertiserIdDimensionValue;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_DimensionValue
|
||||
*/
|
||||
public function getAdvertiserIdDimensionValue()
|
||||
{
|
||||
return $this->advertiserIdDimensionValue;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -23,10 +23,16 @@ class Google_Service_Dfareporting_CreativeGroupsListResponse extends Google_Coll
|
||||
public $kind;
|
||||
public $nextPageToken;
|
||||
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_CreativeGroup
|
||||
*/
|
||||
public function setCreativeGroups($creativeGroups)
|
||||
{
|
||||
$this->creativeGroups = $creativeGroups;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_CreativeGroup
|
||||
*/
|
||||
public function getCreativeGroups()
|
||||
{
|
||||
return $this->creativeGroups;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -40,10 +40,16 @@ class Google_Service_Dfareporting_CreativeOptimizationConfiguration extends Goog
|
||||
{
|
||||
return $this->name;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_OptimizationActivity
|
||||
*/
|
||||
public function setOptimizationActivitys($optimizationActivitys)
|
||||
{
|
||||
$this->optimizationActivitys = $optimizationActivitys;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_OptimizationActivity
|
||||
*/
|
||||
public function getOptimizationActivitys()
|
||||
{
|
||||
return $this->optimizationActivitys;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -24,10 +24,16 @@ class Google_Service_Dfareporting_CreativeRotation extends Google_Collection
|
||||
public $type;
|
||||
public $weightCalculationStrategy;
|
||||
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_CreativeAssignment
|
||||
*/
|
||||
public function setCreativeAssignments($creativeAssignments)
|
||||
{
|
||||
$this->creativeAssignments = $creativeAssignments;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_CreativeAssignment
|
||||
*/
|
||||
public function getCreativeAssignments()
|
||||
{
|
||||
return $this->creativeAssignments;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -23,10 +23,16 @@ class Google_Service_Dfareporting_CreativesListResponse extends Google_Collectio
|
||||
public $kind;
|
||||
public $nextPageToken;
|
||||
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_Creative
|
||||
*/
|
||||
public function setCreatives($creatives)
|
||||
{
|
||||
$this->creatives = $creatives;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_Creative
|
||||
*/
|
||||
public function getCreatives()
|
||||
{
|
||||
return $this->creatives;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -28,18 +28,30 @@ class Google_Service_Dfareporting_CrossDimensionReachReportCompatibleFields exte
|
||||
protected $overlapMetricsType = 'Google_Service_Dfareporting_Metric';
|
||||
protected $overlapMetricsDataType = 'array';
|
||||
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_Dimension
|
||||
*/
|
||||
public function setBreakdown($breakdown)
|
||||
{
|
||||
$this->breakdown = $breakdown;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_Dimension
|
||||
*/
|
||||
public function getBreakdown()
|
||||
{
|
||||
return $this->breakdown;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_Dimension
|
||||
*/
|
||||
public function setDimensionFilters($dimensionFilters)
|
||||
{
|
||||
$this->dimensionFilters = $dimensionFilters;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_Dimension
|
||||
*/
|
||||
public function getDimensionFilters()
|
||||
{
|
||||
return $this->dimensionFilters;
|
||||
@@ -52,18 +64,30 @@ class Google_Service_Dfareporting_CrossDimensionReachReportCompatibleFields exte
|
||||
{
|
||||
return $this->kind;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_Metric
|
||||
*/
|
||||
public function setMetrics($metrics)
|
||||
{
|
||||
$this->metrics = $metrics;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_Metric
|
||||
*/
|
||||
public function getMetrics()
|
||||
{
|
||||
return $this->metrics;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_Metric
|
||||
*/
|
||||
public function setOverlapMetrics($overlapMetrics)
|
||||
{
|
||||
$this->overlapMetrics = $overlapMetrics;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_Metric
|
||||
*/
|
||||
public function getOverlapMetrics()
|
||||
{
|
||||
return $this->overlapMetrics;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -22,10 +22,16 @@ class Google_Service_Dfareporting_CustomRichMediaEvents extends Google_Collectio
|
||||
protected $filteredEventIdsDataType = 'array';
|
||||
public $kind;
|
||||
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_DimensionValue
|
||||
*/
|
||||
public function setFilteredEventIds($filteredEventIds)
|
||||
{
|
||||
$this->filteredEventIds = $filteredEventIds;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_DimensionValue
|
||||
*/
|
||||
public function getFilteredEventIds()
|
||||
{
|
||||
return $this->filteredEventIds;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -23,10 +23,16 @@ class Google_Service_Dfareporting_DeliverySchedule extends Google_Model
|
||||
public $impressionRatio;
|
||||
public $priority;
|
||||
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_FrequencyCap
|
||||
*/
|
||||
public function setFrequencyCap(Google_Service_Dfareporting_FrequencyCap $frequencyCap)
|
||||
{
|
||||
$this->frequencyCap = $frequencyCap;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_FrequencyCap
|
||||
*/
|
||||
public function getFrequencyCap()
|
||||
{
|
||||
return $this->frequencyCap;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -30,10 +30,16 @@ class Google_Service_Dfareporting_DfareportingFile extends Google_Model
|
||||
protected $urlsType = 'Google_Service_Dfareporting_DfareportingFileUrls';
|
||||
protected $urlsDataType = '';
|
||||
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_DateRange
|
||||
*/
|
||||
public function setDateRange(Google_Service_Dfareporting_DateRange $dateRange)
|
||||
{
|
||||
$this->dateRange = $dateRange;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_DateRange
|
||||
*/
|
||||
public function getDateRange()
|
||||
{
|
||||
return $this->dateRange;
|
||||
@@ -102,10 +108,16 @@ class Google_Service_Dfareporting_DfareportingFile extends Google_Model
|
||||
{
|
||||
return $this->status;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_DfareportingFileUrls
|
||||
*/
|
||||
public function setUrls(Google_Service_Dfareporting_DfareportingFileUrls $urls)
|
||||
{
|
||||
$this->urls = $urls;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_DfareportingFileUrls
|
||||
*/
|
||||
public function getUrls()
|
||||
{
|
||||
return $this->urls;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -17,10 +17,6 @@
|
||||
|
||||
class Google_Service_Dfareporting_DfpSettings extends Google_Model
|
||||
{
|
||||
protected $internal_gapi_mappings = array(
|
||||
"dfpNetworkCode" => "dfp_network_code",
|
||||
"dfpNetworkName" => "dfp_network_name",
|
||||
);
|
||||
public $dfpNetworkCode;
|
||||
public $dfpNetworkName;
|
||||
public $programmaticPlacementAccepted;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -32,10 +32,16 @@ class Google_Service_Dfareporting_DimensionValueList extends Google_Collection
|
||||
{
|
||||
return $this->etag;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_DimensionValue
|
||||
*/
|
||||
public function setItems($items)
|
||||
{
|
||||
$this->items = $items;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_DimensionValue
|
||||
*/
|
||||
public function getItems()
|
||||
{
|
||||
return $this->items;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -41,10 +41,16 @@ class Google_Service_Dfareporting_DimensionValueRequest extends Google_Collectio
|
||||
{
|
||||
return $this->endDate;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_DimensionFilter
|
||||
*/
|
||||
public function setFilters($filters)
|
||||
{
|
||||
$this->filters = $filters;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_DimensionFilter
|
||||
*/
|
||||
public function getFilters()
|
||||
{
|
||||
return $this->filters;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -44,10 +44,16 @@ class Google_Service_Dfareporting_DirectorySite extends Google_Collection
|
||||
{
|
||||
return $this->active;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_DirectorySiteContactAssignment
|
||||
*/
|
||||
public function setContactAssignments($contactAssignments)
|
||||
{
|
||||
$this->contactAssignments = $contactAssignments;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_DirectorySiteContactAssignment
|
||||
*/
|
||||
public function getContactAssignments()
|
||||
{
|
||||
return $this->contactAssignments;
|
||||
@@ -84,10 +90,16 @@ class Google_Service_Dfareporting_DirectorySite extends Google_Collection
|
||||
{
|
||||
return $this->id;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_DimensionValue
|
||||
*/
|
||||
public function setIdDimensionValue(Google_Service_Dfareporting_DimensionValue $idDimensionValue)
|
||||
{
|
||||
$this->idDimensionValue = $idDimensionValue;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_DimensionValue
|
||||
*/
|
||||
public function getIdDimensionValue()
|
||||
{
|
||||
return $this->idDimensionValue;
|
||||
@@ -132,10 +144,16 @@ class Google_Service_Dfareporting_DirectorySite extends Google_Collection
|
||||
{
|
||||
return $this->parentId;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_DirectorySiteSettings
|
||||
*/
|
||||
public function setSettings(Google_Service_Dfareporting_DirectorySiteSettings $settings)
|
||||
{
|
||||
$this->settings = $settings;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_DirectorySiteSettings
|
||||
*/
|
||||
public function getSettings()
|
||||
{
|
||||
return $this->settings;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -23,10 +23,16 @@ class Google_Service_Dfareporting_DirectorySiteContactsListResponse extends Goog
|
||||
public $kind;
|
||||
public $nextPageToken;
|
||||
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_DirectorySiteContact
|
||||
*/
|
||||
public function setDirectorySiteContacts($directorySiteContacts)
|
||||
{
|
||||
$this->directorySiteContacts = $directorySiteContacts;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_DirectorySiteContact
|
||||
*/
|
||||
public function getDirectorySiteContacts()
|
||||
{
|
||||
return $this->directorySiteContacts;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -17,10 +17,6 @@
|
||||
|
||||
class Google_Service_Dfareporting_DirectorySiteSettings extends Google_Model
|
||||
{
|
||||
protected $internal_gapi_mappings = array(
|
||||
"dfpSettings" => "dfp_settings",
|
||||
"instreamVideoPlacementAccepted" => "instream_video_placement_accepted",
|
||||
);
|
||||
public $activeViewOptOut;
|
||||
protected $dfpSettingsType = 'Google_Service_Dfareporting_DfpSettings';
|
||||
protected $dfpSettingsDataType = '';
|
||||
@@ -38,10 +34,16 @@ class Google_Service_Dfareporting_DirectorySiteSettings extends Google_Model
|
||||
{
|
||||
return $this->activeViewOptOut;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_DfpSettings
|
||||
*/
|
||||
public function setDfpSettings(Google_Service_Dfareporting_DfpSettings $dfpSettings)
|
||||
{
|
||||
$this->dfpSettings = $dfpSettings;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_DfpSettings
|
||||
*/
|
||||
public function getDfpSettings()
|
||||
{
|
||||
return $this->dfpSettings;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -23,10 +23,16 @@ class Google_Service_Dfareporting_DirectorySitesListResponse extends Google_Coll
|
||||
public $kind;
|
||||
public $nextPageToken;
|
||||
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_DirectorySite
|
||||
*/
|
||||
public function setDirectorySites($directorySites)
|
||||
{
|
||||
$this->directorySites = $directorySites;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_DirectorySite
|
||||
*/
|
||||
public function getDirectorySites()
|
||||
{
|
||||
return $this->directorySites;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -22,10 +22,16 @@ class Google_Service_Dfareporting_DynamicTargetingKeysListResponse extends Googl
|
||||
protected $dynamicTargetingKeysDataType = 'array';
|
||||
public $kind;
|
||||
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_DynamicTargetingKey
|
||||
*/
|
||||
public function setDynamicTargetingKeys($dynamicTargetingKeys)
|
||||
{
|
||||
$this->dynamicTargetingKeys = $dynamicTargetingKeys;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_DynamicTargetingKey
|
||||
*/
|
||||
public function getDynamicTargetingKeys()
|
||||
{
|
||||
return $this->dynamicTargetingKeys;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -55,10 +55,16 @@ class Google_Service_Dfareporting_EventTag extends Google_Collection
|
||||
{
|
||||
return $this->advertiserId;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_DimensionValue
|
||||
*/
|
||||
public function setAdvertiserIdDimensionValue(Google_Service_Dfareporting_DimensionValue $advertiserIdDimensionValue)
|
||||
{
|
||||
$this->advertiserIdDimensionValue = $advertiserIdDimensionValue;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_DimensionValue
|
||||
*/
|
||||
public function getAdvertiserIdDimensionValue()
|
||||
{
|
||||
return $this->advertiserIdDimensionValue;
|
||||
@@ -71,10 +77,16 @@ class Google_Service_Dfareporting_EventTag extends Google_Collection
|
||||
{
|
||||
return $this->campaignId;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_DimensionValue
|
||||
*/
|
||||
public function setCampaignIdDimensionValue(Google_Service_Dfareporting_DimensionValue $campaignIdDimensionValue)
|
||||
{
|
||||
$this->campaignIdDimensionValue = $campaignIdDimensionValue;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_DimensionValue
|
||||
*/
|
||||
public function getCampaignIdDimensionValue()
|
||||
{
|
||||
return $this->campaignIdDimensionValue;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -22,10 +22,16 @@ class Google_Service_Dfareporting_EventTagsListResponse extends Google_Collectio
|
||||
protected $eventTagsDataType = 'array';
|
||||
public $kind;
|
||||
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_EventTag
|
||||
*/
|
||||
public function setEventTags($eventTags)
|
||||
{
|
||||
$this->eventTags = $eventTags;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_EventTag
|
||||
*/
|
||||
public function getEventTags()
|
||||
{
|
||||
return $this->eventTags;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -32,10 +32,16 @@ class Google_Service_Dfareporting_FileList extends Google_Collection
|
||||
{
|
||||
return $this->etag;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_DfareportingFile
|
||||
*/
|
||||
public function setItems($items)
|
||||
{
|
||||
$this->items = $items;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_DfareportingFile
|
||||
*/
|
||||
public function getItems()
|
||||
{
|
||||
return $this->items;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -18,6 +18,7 @@
|
||||
class Google_Service_Dfareporting_FloodlightActivitiesGenerateTagResponse extends Google_Model
|
||||
{
|
||||
public $floodlightActivityTag;
|
||||
public $globalSiteTagGlobalSnippet;
|
||||
public $kind;
|
||||
|
||||
public function setFloodlightActivityTag($floodlightActivityTag)
|
||||
@@ -28,6 +29,14 @@ class Google_Service_Dfareporting_FloodlightActivitiesGenerateTagResponse extend
|
||||
{
|
||||
return $this->floodlightActivityTag;
|
||||
}
|
||||
public function setGlobalSiteTagGlobalSnippet($globalSiteTagGlobalSnippet)
|
||||
{
|
||||
$this->globalSiteTagGlobalSnippet = $globalSiteTagGlobalSnippet;
|
||||
}
|
||||
public function getGlobalSiteTagGlobalSnippet()
|
||||
{
|
||||
return $this->globalSiteTagGlobalSnippet;
|
||||
}
|
||||
public function setKind($kind)
|
||||
{
|
||||
$this->kind = $kind;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -23,10 +23,16 @@ class Google_Service_Dfareporting_FloodlightActivitiesListResponse extends Googl
|
||||
public $kind;
|
||||
public $nextPageToken;
|
||||
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_FloodlightActivity
|
||||
*/
|
||||
public function setFloodlightActivities($floodlightActivities)
|
||||
{
|
||||
$this->floodlightActivities = $floodlightActivities;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_FloodlightActivity
|
||||
*/
|
||||
public function getFloodlightActivities()
|
||||
{
|
||||
return $this->floodlightActivities;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -34,11 +34,11 @@ class Google_Service_Dfareporting_FloodlightActivity extends Google_Collection
|
||||
public $floodlightConfigurationId;
|
||||
protected $floodlightConfigurationIdDimensionValueType = 'Google_Service_Dfareporting_DimensionValue';
|
||||
protected $floodlightConfigurationIdDimensionValueDataType = '';
|
||||
public $floodlightTagType;
|
||||
public $hidden;
|
||||
public $id;
|
||||
protected $idDimensionValueType = 'Google_Service_Dfareporting_DimensionValue';
|
||||
protected $idDimensionValueDataType = '';
|
||||
public $imageTagEnabled;
|
||||
public $kind;
|
||||
public $name;
|
||||
public $notes;
|
||||
@@ -68,10 +68,16 @@ class Google_Service_Dfareporting_FloodlightActivity extends Google_Collection
|
||||
{
|
||||
return $this->advertiserId;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_DimensionValue
|
||||
*/
|
||||
public function setAdvertiserIdDimensionValue(Google_Service_Dfareporting_DimensionValue $advertiserIdDimensionValue)
|
||||
{
|
||||
$this->advertiserIdDimensionValue = $advertiserIdDimensionValue;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_DimensionValue
|
||||
*/
|
||||
public function getAdvertiserIdDimensionValue()
|
||||
{
|
||||
return $this->advertiserIdDimensionValue;
|
||||
@@ -92,10 +98,16 @@ class Google_Service_Dfareporting_FloodlightActivity extends Google_Collection
|
||||
{
|
||||
return $this->countingMethod;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_FloodlightActivityDynamicTag
|
||||
*/
|
||||
public function setDefaultTags($defaultTags)
|
||||
{
|
||||
$this->defaultTags = $defaultTags;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_FloodlightActivityDynamicTag
|
||||
*/
|
||||
public function getDefaultTags()
|
||||
{
|
||||
return $this->defaultTags;
|
||||
@@ -148,14 +160,28 @@ class Google_Service_Dfareporting_FloodlightActivity extends Google_Collection
|
||||
{
|
||||
return $this->floodlightConfigurationId;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_DimensionValue
|
||||
*/
|
||||
public function setFloodlightConfigurationIdDimensionValue(Google_Service_Dfareporting_DimensionValue $floodlightConfigurationIdDimensionValue)
|
||||
{
|
||||
$this->floodlightConfigurationIdDimensionValue = $floodlightConfigurationIdDimensionValue;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_DimensionValue
|
||||
*/
|
||||
public function getFloodlightConfigurationIdDimensionValue()
|
||||
{
|
||||
return $this->floodlightConfigurationIdDimensionValue;
|
||||
}
|
||||
public function setFloodlightTagType($floodlightTagType)
|
||||
{
|
||||
$this->floodlightTagType = $floodlightTagType;
|
||||
}
|
||||
public function getFloodlightTagType()
|
||||
{
|
||||
return $this->floodlightTagType;
|
||||
}
|
||||
public function setHidden($hidden)
|
||||
{
|
||||
$this->hidden = $hidden;
|
||||
@@ -172,22 +198,20 @@ class Google_Service_Dfareporting_FloodlightActivity extends Google_Collection
|
||||
{
|
||||
return $this->id;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_DimensionValue
|
||||
*/
|
||||
public function setIdDimensionValue(Google_Service_Dfareporting_DimensionValue $idDimensionValue)
|
||||
{
|
||||
$this->idDimensionValue = $idDimensionValue;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_DimensionValue
|
||||
*/
|
||||
public function getIdDimensionValue()
|
||||
{
|
||||
return $this->idDimensionValue;
|
||||
}
|
||||
public function setImageTagEnabled($imageTagEnabled)
|
||||
{
|
||||
$this->imageTagEnabled = $imageTagEnabled;
|
||||
}
|
||||
public function getImageTagEnabled()
|
||||
{
|
||||
return $this->imageTagEnabled;
|
||||
}
|
||||
public function setKind($kind)
|
||||
{
|
||||
$this->kind = $kind;
|
||||
@@ -212,10 +236,16 @@ class Google_Service_Dfareporting_FloodlightActivity extends Google_Collection
|
||||
{
|
||||
return $this->notes;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_FloodlightActivityPublisherDynamicTag
|
||||
*/
|
||||
public function setPublisherTags($publisherTags)
|
||||
{
|
||||
$this->publisherTags = $publisherTags;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_FloodlightActivityPublisherDynamicTag
|
||||
*/
|
||||
public function getPublisherTags()
|
||||
{
|
||||
return $this->publisherTags;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -49,10 +49,16 @@ class Google_Service_Dfareporting_FloodlightActivityGroup extends Google_Model
|
||||
{
|
||||
return $this->advertiserId;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_DimensionValue
|
||||
*/
|
||||
public function setAdvertiserIdDimensionValue(Google_Service_Dfareporting_DimensionValue $advertiserIdDimensionValue)
|
||||
{
|
||||
$this->advertiserIdDimensionValue = $advertiserIdDimensionValue;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_DimensionValue
|
||||
*/
|
||||
public function getAdvertiserIdDimensionValue()
|
||||
{
|
||||
return $this->advertiserIdDimensionValue;
|
||||
@@ -65,10 +71,16 @@ class Google_Service_Dfareporting_FloodlightActivityGroup extends Google_Model
|
||||
{
|
||||
return $this->floodlightConfigurationId;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_DimensionValue
|
||||
*/
|
||||
public function setFloodlightConfigurationIdDimensionValue(Google_Service_Dfareporting_DimensionValue $floodlightConfigurationIdDimensionValue)
|
||||
{
|
||||
$this->floodlightConfigurationIdDimensionValue = $floodlightConfigurationIdDimensionValue;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_DimensionValue
|
||||
*/
|
||||
public function getFloodlightConfigurationIdDimensionValue()
|
||||
{
|
||||
return $this->floodlightConfigurationIdDimensionValue;
|
||||
@@ -81,10 +93,16 @@ class Google_Service_Dfareporting_FloodlightActivityGroup extends Google_Model
|
||||
{
|
||||
return $this->id;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_DimensionValue
|
||||
*/
|
||||
public function setIdDimensionValue(Google_Service_Dfareporting_DimensionValue $idDimensionValue)
|
||||
{
|
||||
$this->idDimensionValue = $idDimensionValue;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_DimensionValue
|
||||
*/
|
||||
public function getIdDimensionValue()
|
||||
{
|
||||
return $this->idDimensionValue;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright 2016 Google Inc.
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
* use this file except in compliance with the License. You may obtain a copy of
|
||||
@@ -23,10 +23,16 @@ class Google_Service_Dfareporting_FloodlightActivityGroupsListResponse extends G
|
||||
public $kind;
|
||||
public $nextPageToken;
|
||||
|
||||
/**
|
||||
* @param Google_Service_Dfareporting_FloodlightActivityGroup
|
||||
*/
|
||||
public function setFloodlightActivityGroups($floodlightActivityGroups)
|
||||
{
|
||||
$this->floodlightActivityGroups = $floodlightActivityGroups;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_Dfareporting_FloodlightActivityGroup
|
||||
*/
|
||||
public function getFloodlightActivityGroups()
|
||||
{
|
||||
return $this->floodlightActivityGroups;
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user