Mise à jour des librairies vendor

This commit is contained in:
Caribana
2018-05-01 14:43:32 +02:00
parent b67375ae8e
commit d776be73fc
5211 changed files with 59115 additions and 25863 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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,7 @@ class Google_Service_DoubleClickBidManager_DownloadResponse extends Google_Model
{
public $adGroups;
public $ads;
public $campaigns;
public $insertionOrders;
public $lineItems;
@@ -38,6 +39,14 @@ class Google_Service_DoubleClickBidManager_DownloadResponse extends Google_Model
{
return $this->ads;
}
public function setCampaigns($campaigns)
{
$this->campaigns = $campaigns;
}
public function getCampaigns()
{
return $this->campaigns;
}
public function setInsertionOrders($insertionOrders)
{
$this->insertionOrders = $insertionOrders;

View File

@@ -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

View File

@@ -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_DoubleClickBidManager_ListQueriesResponse extends Google_Co
{
return $this->kind;
}
/**
* @param Google_Service_DoubleClickBidManager_Query
*/
public function setQueries($queries)
{
$this->queries = $queries;
}
/**
* @return Google_Service_DoubleClickBidManager_Query
*/
public function getQueries()
{
return $this->queries;

View File

@@ -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_DoubleClickBidManager_ListReportsResponse extends Google_Co
{
return $this->kind;
}
/**
* @param Google_Service_DoubleClickBidManager_Report
*/
public function setReports($reports)
{
$this->reports = $reports;
}
/**
* @return Google_Service_DoubleClickBidManager_Report
*/
public function getReports()
{
return $this->reports;

View File

@@ -1,66 +0,0 @@
<?php
/*
* Copyright 2016 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_DoubleClickBidManager_Note extends Google_Model
{
public $id;
public $message;
public $source;
public $timestamp;
public $username;
public function setId($id)
{
$this->id = $id;
}
public function getId()
{
return $this->id;
}
public function setMessage($message)
{
$this->message = $message;
}
public function getMessage()
{
return $this->message;
}
public function setSource($source)
{
$this->source = $source;
}
public function getSource()
{
return $this->source;
}
public function setTimestamp($timestamp)
{
$this->timestamp = $timestamp;
}
public function getTimestamp()
{
return $this->timestamp;
}
public function setUsername($username)
{
$this->username = $username;
}
public function getUsername()
{
return $this->username;
}
}

View File

@@ -1,68 +0,0 @@
<?php
/*
* Copyright 2016 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_DoubleClickBidManager_NotifyProposalChangeRequest extends Google_Collection
{
protected $collection_key = 'notes';
public $action;
public $href;
public $id;
protected $notesType = 'Google_Service_DoubleClickBidManager_Note';
protected $notesDataType = 'array';
public $token;
public function setAction($action)
{
$this->action = $action;
}
public function getAction()
{
return $this->action;
}
public function setHref($href)
{
$this->href = $href;
}
public function getHref()
{
return $this->href;
}
public function setId($id)
{
$this->id = $id;
}
public function getId()
{
return $this->id;
}
public function setNotes($notes)
{
$this->notes = $notes;
}
public function getNotes()
{
return $this->notes;
}
public function setToken($token)
{
$this->token = $token;
}
public function getToken()
{
return $this->token;
}
}

View File

@@ -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,10 +25,16 @@ class Google_Service_DoubleClickBidManager_Parameters extends Google_Collection
public $metrics;
public $type;
/**
* @param Google_Service_DoubleClickBidManager_FilterPair
*/
public function setFilters($filters)
{
$this->filters = $filters;
}
/**
* @return Google_Service_DoubleClickBidManager_FilterPair
*/
public function getFilters()
{
return $this->filters;

View File

@@ -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
@@ -37,18 +37,30 @@ class Google_Service_DoubleClickBidManager_Query extends Google_Model
{
return $this->kind;
}
/**
* @param Google_Service_DoubleClickBidManager_QueryMetadata
*/
public function setMetadata(Google_Service_DoubleClickBidManager_QueryMetadata $metadata)
{
$this->metadata = $metadata;
}
/**
* @return Google_Service_DoubleClickBidManager_QueryMetadata
*/
public function getMetadata()
{
return $this->metadata;
}
/**
* @param Google_Service_DoubleClickBidManager_Parameters
*/
public function setParams(Google_Service_DoubleClickBidManager_Parameters $params)
{
$this->params = $params;
}
/**
* @return Google_Service_DoubleClickBidManager_Parameters
*/
public function getParams()
{
return $this->params;
@@ -77,10 +89,16 @@ class Google_Service_DoubleClickBidManager_Query extends Google_Model
{
return $this->reportDataStartTimeMs;
}
/**
* @param Google_Service_DoubleClickBidManager_QuerySchedule
*/
public function setSchedule(Google_Service_DoubleClickBidManager_QuerySchedule $schedule)
{
$this->schedule = $schedule;
}
/**
* @return Google_Service_DoubleClickBidManager_QuerySchedule
*/
public function getSchedule()
{
return $this->schedule;

View File

@@ -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

View File

@@ -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

View File

@@ -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,26 +24,44 @@ class Google_Service_DoubleClickBidManager_Report extends Google_Model
protected $paramsType = 'Google_Service_DoubleClickBidManager_Parameters';
protected $paramsDataType = '';
/**
* @param Google_Service_DoubleClickBidManager_ReportKey
*/
public function setKey(Google_Service_DoubleClickBidManager_ReportKey $key)
{
$this->key = $key;
}
/**
* @return Google_Service_DoubleClickBidManager_ReportKey
*/
public function getKey()
{
return $this->key;
}
/**
* @param Google_Service_DoubleClickBidManager_ReportMetadata
*/
public function setMetadata(Google_Service_DoubleClickBidManager_ReportMetadata $metadata)
{
$this->metadata = $metadata;
}
/**
* @return Google_Service_DoubleClickBidManager_ReportMetadata
*/
public function getMetadata()
{
return $this->metadata;
}
/**
* @param Google_Service_DoubleClickBidManager_Parameters
*/
public function setParams(Google_Service_DoubleClickBidManager_Parameters $params)
{
$this->params = $params;
}
/**
* @return Google_Service_DoubleClickBidManager_Parameters
*/
public function getParams()
{
return $this->params;

View File

@@ -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

View File

@@ -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

View File

@@ -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
@@ -47,10 +47,16 @@ class Google_Service_DoubleClickBidManager_ReportMetadata extends Google_Model
{
return $this->reportDataStartTimeMs;
}
/**
* @param Google_Service_DoubleClickBidManager_ReportStatus
*/
public function setStatus(Google_Service_DoubleClickBidManager_ReportStatus $status)
{
$this->status = $status;
}
/**
* @return Google_Service_DoubleClickBidManager_ReportStatus
*/
public function getStatus()
{
return $this->status;

View File

@@ -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_DoubleClickBidManager_ReportStatus extends Google_Model
public $format;
public $state;
/**
* @param Google_Service_DoubleClickBidManager_ReportFailure
*/
public function setFailure(Google_Service_DoubleClickBidManager_ReportFailure $failure)
{
$this->failure = $failure;
}
/**
* @return Google_Service_DoubleClickBidManager_ReportFailure
*/
public function getFailure()
{
return $this->failure;

View File

@@ -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
@@ -26,7 +26,8 @@
class Google_Service_DoubleClickBidManager_Resource_Lineitems extends Google_Service_Resource
{
/**
* Retrieves line items in CSV format. (lineitems.downloadlineitems)
* Retrieves line items in CSV format. TrueView line items are not supported.
* (lineitems.downloadlineitems)
*
* @param Google_Service_DoubleClickBidManager_DownloadLineItemsRequest $postBody
* @param array $optParams Optional parameters.
@@ -39,7 +40,8 @@ class Google_Service_DoubleClickBidManager_Resource_Lineitems extends Google_Ser
return $this->call('downloadlineitems', array($params), "Google_Service_DoubleClickBidManager_DownloadLineItemsResponse");
}
/**
* Uploads line items in CSV format. (lineitems.uploadlineitems)
* Uploads line items in CSV format. TrueView line items are not supported.
* (lineitems.uploadlineitems)
*
* @param Google_Service_DoubleClickBidManager_UploadLineItemsRequest $postBody
* @param array $optParams Optional parameters.

View File

@@ -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

View File

@@ -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

View File

@@ -1,41 +0,0 @@
<?php
/*
* Copyright 2016 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 "rubicon" collection of methods.
* Typical usage is:
* <code>
* $doubleclickbidmanagerService = new Google_Service_DoubleClickBidManager(...);
* $rubicon = $doubleclickbidmanagerService->rubicon;
* </code>
*/
class Google_Service_DoubleClickBidManager_Resource_Rubicon extends Google_Service_Resource
{
/**
* Update proposal upon actions of Rubicon publisher.
* (rubicon.notifyproposalchange)
*
* @param Google_Service_DoubleClickBidManager_NotifyProposalChangeRequest $postBody
* @param array $optParams Optional parameters.
*/
public function notifyproposalchange(Google_Service_DoubleClickBidManager_NotifyProposalChangeRequest $postBody, $optParams = array())
{
$params = array('postBody' => $postBody);
$params = array_merge($params, $optParams);
return $this->call('notifyproposalchange', array($params));
}
}

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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
@@ -20,10 +20,16 @@ class Google_Service_DoubleClickBidManager_UploadLineItemsResponse extends Googl
protected $uploadStatusType = 'Google_Service_DoubleClickBidManager_UploadStatus';
protected $uploadStatusDataType = '';
/**
* @param Google_Service_DoubleClickBidManager_UploadStatus
*/
public function setUploadStatus(Google_Service_DoubleClickBidManager_UploadStatus $uploadStatus)
{
$this->uploadStatus = $uploadStatus;
}
/**
* @return Google_Service_DoubleClickBidManager_UploadStatus
*/
public function getUploadStatus()
{
return $this->uploadStatus;

View File

@@ -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_DoubleClickBidManager_UploadStatus extends Google_Collectio
{
return $this->errors;
}
/**
* @param Google_Service_DoubleClickBidManager_RowStatus
*/
public function setRowStatus($rowStatus)
{
$this->rowStatus = $rowStatus;
}
/**
* @return Google_Service_DoubleClickBidManager_RowStatus
*/
public function getRowStatus()
{
return $this->rowStatus;