Nouveaux fichier suite maj librairies vendor

This commit is contained in:
Caribana
2018-05-01 14:46:24 +02:00
parent 6d5286b888
commit 382b93196c
2318 changed files with 147474 additions and 0 deletions

View File

@@ -0,0 +1,57 @@
<?php
/*
* 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
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
class Google_Service_Dfareporting_AdBlockingConfiguration extends Google_Model
{
public $clickThroughUrl;
public $creativeBundleId;
public $enabled;
public $overrideClickThroughUrl;
public function setClickThroughUrl($clickThroughUrl)
{
$this->clickThroughUrl = $clickThroughUrl;
}
public function getClickThroughUrl()
{
return $this->clickThroughUrl;
}
public function setCreativeBundleId($creativeBundleId)
{
$this->creativeBundleId = $creativeBundleId;
}
public function getCreativeBundleId()
{
return $this->creativeBundleId;
}
public function setEnabled($enabled)
{
$this->enabled = $enabled;
}
public function getEnabled()
{
return $this->enabled;
}
public function setOverrideClickThroughUrl($overrideClickThroughUrl)
{
$this->overrideClickThroughUrl = $overrideClickThroughUrl;
}
public function getOverrideClickThroughUrl()
{
return $this->overrideClickThroughUrl;
}
}

View File

@@ -0,0 +1,56 @@
<?php
/*
* 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
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
class Google_Service_Dfareporting_AdvertiserLandingPagesListResponse extends Google_Collection
{
protected $collection_key = 'landingPages';
public $kind;
protected $landingPagesType = 'Google_Service_Dfareporting_LandingPage';
protected $landingPagesDataType = 'array';
public $nextPageToken;
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
/**
* @param Google_Service_Dfareporting_LandingPage
*/
public function setLandingPages($landingPages)
{
$this->landingPages = $landingPages;
}
/**
* @return Google_Service_Dfareporting_LandingPage
*/
public function getLandingPages()
{
return $this->landingPages;
}
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
}
public function getNextPageToken()
{
return $this->nextPageToken;
}
}

View File

@@ -0,0 +1,63 @@
<?php
/*
* 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
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
class Google_Service_Dfareporting_ConversionsBatchUpdateRequest extends Google_Collection
{
protected $collection_key = 'conversions';
protected $conversionsType = 'Google_Service_Dfareporting_Conversion';
protected $conversionsDataType = 'array';
protected $encryptionInfoType = 'Google_Service_Dfareporting_EncryptionInfo';
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;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
}

View File

@@ -0,0 +1,56 @@
<?php
/*
* 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
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
class Google_Service_Dfareporting_ConversionsBatchUpdateResponse extends Google_Collection
{
protected $collection_key = 'status';
public $hasFailures;
public $kind;
protected $statusType = 'Google_Service_Dfareporting_ConversionStatus';
protected $statusDataType = 'array';
public function setHasFailures($hasFailures)
{
$this->hasFailures = $hasFailures;
}
public function getHasFailures()
{
return $this->hasFailures;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
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;
}
}

View File

@@ -0,0 +1,48 @@
<?php
/*
* 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
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
class Google_Service_Dfareporting_CreativeClickThroughUrl extends Google_Model
{
public $computedClickThroughUrl;
public $customClickThroughUrl;
public $landingPageId;
public function setComputedClickThroughUrl($computedClickThroughUrl)
{
$this->computedClickThroughUrl = $computedClickThroughUrl;
}
public function getComputedClickThroughUrl()
{
return $this->computedClickThroughUrl;
}
public function setCustomClickThroughUrl($customClickThroughUrl)
{
$this->customClickThroughUrl = $customClickThroughUrl;
}
public function getCustomClickThroughUrl()
{
return $this->customClickThroughUrl;
}
public function setLandingPageId($landingPageId)
{
$this->landingPageId = $landingPageId;
}
public function getLandingPageId()
{
return $this->landingPageId;
}
}

View File

@@ -0,0 +1,120 @@
<?php
/*
* 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
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
/**
* The "advertiserLandingPages" collection of methods.
* Typical usage is:
* <code>
* $dfareportingService = new Google_Service_Dfareporting(...);
* $advertiserLandingPages = $dfareportingService->advertiserLandingPages;
* </code>
*/
class Google_Service_Dfareporting_Resource_AdvertiserLandingPages extends Google_Service_Resource
{
/**
* Gets one landing page by ID. (advertiserLandingPages.get)
*
* @param string $profileId User profile ID associated with this request.
* @param string $id Landing page ID.
* @param array $optParams Optional parameters.
* @return Google_Service_Dfareporting_LandingPage
*/
public function get($profileId, $id, $optParams = array())
{
$params = array('profileId' => $profileId, 'id' => $id);
$params = array_merge($params, $optParams);
return $this->call('get', array($params), "Google_Service_Dfareporting_LandingPage");
}
/**
* Inserts a new landing page. (advertiserLandingPages.insert)
*
* @param string $profileId User profile ID associated with this request.
* @param Google_Service_Dfareporting_LandingPage $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Dfareporting_LandingPage
*/
public function insert($profileId, Google_Service_Dfareporting_LandingPage $postBody, $optParams = array())
{
$params = array('profileId' => $profileId, 'postBody' => $postBody);
$params = array_merge($params, $optParams);
return $this->call('insert', array($params), "Google_Service_Dfareporting_LandingPage");
}
/**
* Retrieves a list of landing pages.
* (advertiserLandingPages.listAdvertiserLandingPages)
*
* @param string $profileId User profile ID associated with this request.
* @param array $optParams Optional parameters.
*
* @opt_param string advertiserIds Select only landing pages that belong to
* these advertisers.
* @opt_param bool archived Select only archived landing pages. Don't set this
* field to select both archived and non-archived landing pages.
* @opt_param string ids Select only landing pages with these IDs.
* @opt_param int maxResults Maximum number of results to return.
* @opt_param string pageToken Value of the nextPageToken from the previous
* result page.
* @opt_param string searchString Allows searching for landing pages by name or
* ID. Wildcards (*) are allowed. For example, "landingpage*2017" will return
* landing pages with names like "landingpage July 2017", "landingpage March
* 2017", or simply "landingpage 2017". Most of the searches also add wildcards
* implicitly at the start and the end of the search string. For example, a
* search string of "landingpage" will match campaigns with name "my
* landingpage", "landingpage 2015", or simply "landingpage".
* @opt_param string sortField Field by which to sort the list.
* @opt_param string sortOrder Order of sorted results.
* @opt_param string subaccountId Select only landing pages that belong to this
* subaccount.
* @return Google_Service_Dfareporting_AdvertiserLandingPagesListResponse
*/
public function listAdvertiserLandingPages($profileId, $optParams = array())
{
$params = array('profileId' => $profileId);
$params = array_merge($params, $optParams);
return $this->call('list', array($params), "Google_Service_Dfareporting_AdvertiserLandingPagesListResponse");
}
/**
* Updates an existing landing page. This method supports patch semantics.
* (advertiserLandingPages.patch)
*
* @param string $profileId User profile ID associated with this request.
* @param string $id Landing page ID.
* @param Google_Service_Dfareporting_LandingPage $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Dfareporting_LandingPage
*/
public function patch($profileId, $id, Google_Service_Dfareporting_LandingPage $postBody, $optParams = array())
{
$params = array('profileId' => $profileId, 'id' => $id, 'postBody' => $postBody);
$params = array_merge($params, $optParams);
return $this->call('patch', array($params), "Google_Service_Dfareporting_LandingPage");
}
/**
* Updates an existing landing page. (advertiserLandingPages.update)
*
* @param string $profileId User profile ID associated with this request.
* @param Google_Service_Dfareporting_LandingPage $postBody
* @param array $optParams Optional parameters.
* @return Google_Service_Dfareporting_LandingPage
*/
public function update($profileId, Google_Service_Dfareporting_LandingPage $postBody, $optParams = array())
{
$params = array('profileId' => $profileId, 'postBody' => $postBody);
$params = array_merge($params, $optParams);
return $this->call('update', array($params), "Google_Service_Dfareporting_LandingPage");
}
}

View File

@@ -0,0 +1,39 @@
<?php
/*
* 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
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
class Google_Service_Dfareporting_UniversalAdId extends Google_Model
{
public $registry;
public $value;
public function setRegistry($registry)
{
$this->registry = $registry;
}
public function getRegistry()
{
return $this->registry;
}
public function setValue($value)
{
$this->value = $value;
}
public function getValue()
{
return $this->value;
}
}