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
@@ -25,7 +25,7 @@
*
* <p>
* For more information about this service, see the API
* <a href="https://developers.google.com/ad-exchange/buyer-rest/guides/client-access/" target="_blank">Documentation</a>
* <a href="https://developers.google.com/ad-exchange/buyer-rest/reference/rest/" target="_blank">Documentation</a>
* </p>
*
* @author Google, Inc.
@@ -41,6 +41,29 @@ class Google_Service_AdExchangeBuyerII extends Google_Service
public $accounts_clients_users;
public $accounts_creatives;
public $accounts_creatives_dealAssociations;
public $accounts_publishers;
public $bidders_accounts_filterSets;
public $bidders_accounts_filterSets_bidMetrics;
public $bidders_accounts_filterSets_bidResponseErrors;
public $bidders_accounts_filterSets_bidResponsesWithoutBids;
public $bidders_accounts_filterSets_filteredBidRequests;
public $bidders_accounts_filterSets_filteredBids;
public $bidders_accounts_filterSets_filteredBids_creatives;
public $bidders_accounts_filterSets_filteredBids_details;
public $bidders_accounts_filterSets_impressionMetrics;
public $bidders_accounts_filterSets_losingBids;
public $bidders_accounts_filterSets_nonBillableWinningBids;
public $bidders_filterSets;
public $bidders_filterSets_bidMetrics;
public $bidders_filterSets_bidResponseErrors;
public $bidders_filterSets_bidResponsesWithoutBids;
public $bidders_filterSets_filteredBidRequests;
public $bidders_filterSets_filteredBids;
public $bidders_filterSets_filteredBids_creatives;
public $bidders_filterSets_filteredBids_details;
public $bidders_filterSets_impressionMetrics;
public $bidders_filterSets_losingBids;
public $bidders_filterSets_nonBillableWinningBids;
/**
* Constructs the internal representation of the AdExchangeBuyerII service.
@@ -99,6 +122,10 @@ class Google_Service_AdExchangeBuyerII extends Google_Service
'location' => 'query',
'type' => 'string',
),
'partnerClientId' => array(
'location' => 'query',
'type' => 'string',
),
'pageSize' => array(
'location' => 'query',
'type' => 'integer',
@@ -178,14 +205,14 @@ class Google_Service_AdExchangeBuyerII extends Google_Service
'type' => 'string',
'required' => true,
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
'pageSize' => array(
'location' => 'query',
'type' => 'integer',
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
),
),
)
@@ -437,5 +464,733 @@ class Google_Service_AdExchangeBuyerII extends Google_Service
)
)
);
$this->accounts_publishers = new Google_Service_AdExchangeBuyerII_Resource_AccountsPublishers(
$this,
$this->serviceName,
'publishers',
array(
'methods' => array(
'list' => array(
'path' => 'v2beta1/accounts/{accountId}/publishers',
'httpMethod' => 'GET',
'parameters' => array(
'accountId' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
'environment' => array(
'location' => 'query',
'type' => 'string',
),
),
),
)
)
);
$this->bidders_accounts_filterSets = new Google_Service_AdExchangeBuyerII_Resource_BiddersAccountsFilterSets(
$this,
$this->serviceName,
'filterSets',
array(
'methods' => array(
'create' => array(
'path' => 'v2beta1/{+ownerName}/filterSets',
'httpMethod' => 'POST',
'parameters' => array(
'ownerName' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
'isTransient' => array(
'location' => 'query',
'type' => 'boolean',
),
),
),'delete' => array(
'path' => 'v2beta1/{+name}',
'httpMethod' => 'DELETE',
'parameters' => array(
'name' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
),
),'get' => array(
'path' => 'v2beta1/{+name}',
'httpMethod' => 'GET',
'parameters' => array(
'name' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
),
),'list' => array(
'path' => 'v2beta1/{+ownerName}/filterSets',
'httpMethod' => 'GET',
'parameters' => array(
'ownerName' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
'pageSize' => array(
'location' => 'query',
'type' => 'integer',
),
),
),
)
)
);
$this->bidders_accounts_filterSets_bidMetrics = new Google_Service_AdExchangeBuyerII_Resource_BiddersAccountsFilterSetsBidMetrics(
$this,
$this->serviceName,
'bidMetrics',
array(
'methods' => array(
'list' => array(
'path' => 'v2beta1/{+filterSetName}/bidMetrics',
'httpMethod' => 'GET',
'parameters' => array(
'filterSetName' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
'pageSize' => array(
'location' => 'query',
'type' => 'integer',
),
),
),
)
)
);
$this->bidders_accounts_filterSets_bidResponseErrors = new Google_Service_AdExchangeBuyerII_Resource_BiddersAccountsFilterSetsBidResponseErrors(
$this,
$this->serviceName,
'bidResponseErrors',
array(
'methods' => array(
'list' => array(
'path' => 'v2beta1/{+filterSetName}/bidResponseErrors',
'httpMethod' => 'GET',
'parameters' => array(
'filterSetName' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
'pageSize' => array(
'location' => 'query',
'type' => 'integer',
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
),
),
)
)
);
$this->bidders_accounts_filterSets_bidResponsesWithoutBids = new Google_Service_AdExchangeBuyerII_Resource_BiddersAccountsFilterSetsBidResponsesWithoutBids(
$this,
$this->serviceName,
'bidResponsesWithoutBids',
array(
'methods' => array(
'list' => array(
'path' => 'v2beta1/{+filterSetName}/bidResponsesWithoutBids',
'httpMethod' => 'GET',
'parameters' => array(
'filterSetName' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
'pageSize' => array(
'location' => 'query',
'type' => 'integer',
),
),
),
)
)
);
$this->bidders_accounts_filterSets_filteredBidRequests = new Google_Service_AdExchangeBuyerII_Resource_BiddersAccountsFilterSetsFilteredBidRequests(
$this,
$this->serviceName,
'filteredBidRequests',
array(
'methods' => array(
'list' => array(
'path' => 'v2beta1/{+filterSetName}/filteredBidRequests',
'httpMethod' => 'GET',
'parameters' => array(
'filterSetName' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
'pageSize' => array(
'location' => 'query',
'type' => 'integer',
),
),
),
)
)
);
$this->bidders_accounts_filterSets_filteredBids = new Google_Service_AdExchangeBuyerII_Resource_BiddersAccountsFilterSetsFilteredBids(
$this,
$this->serviceName,
'filteredBids',
array(
'methods' => array(
'list' => array(
'path' => 'v2beta1/{+filterSetName}/filteredBids',
'httpMethod' => 'GET',
'parameters' => array(
'filterSetName' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
'pageSize' => array(
'location' => 'query',
'type' => 'integer',
),
),
),
)
)
);
$this->bidders_accounts_filterSets_filteredBids_creatives = new Google_Service_AdExchangeBuyerII_Resource_BiddersAccountsFilterSetsFilteredBidsCreatives(
$this,
$this->serviceName,
'creatives',
array(
'methods' => array(
'list' => array(
'path' => 'v2beta1/{+filterSetName}/filteredBids/{creativeStatusId}/creatives',
'httpMethod' => 'GET',
'parameters' => array(
'filterSetName' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
'creativeStatusId' => array(
'location' => 'path',
'type' => 'integer',
'required' => true,
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
'pageSize' => array(
'location' => 'query',
'type' => 'integer',
),
),
),
)
)
);
$this->bidders_accounts_filterSets_filteredBids_details = new Google_Service_AdExchangeBuyerII_Resource_BiddersAccountsFilterSetsFilteredBidsDetails(
$this,
$this->serviceName,
'details',
array(
'methods' => array(
'list' => array(
'path' => 'v2beta1/{+filterSetName}/filteredBids/{creativeStatusId}/details',
'httpMethod' => 'GET',
'parameters' => array(
'filterSetName' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
'creativeStatusId' => array(
'location' => 'path',
'type' => 'integer',
'required' => true,
),
'pageSize' => array(
'location' => 'query',
'type' => 'integer',
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
),
),
)
)
);
$this->bidders_accounts_filterSets_impressionMetrics = new Google_Service_AdExchangeBuyerII_Resource_BiddersAccountsFilterSetsImpressionMetrics(
$this,
$this->serviceName,
'impressionMetrics',
array(
'methods' => array(
'list' => array(
'path' => 'v2beta1/{+filterSetName}/impressionMetrics',
'httpMethod' => 'GET',
'parameters' => array(
'filterSetName' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
'pageSize' => array(
'location' => 'query',
'type' => 'integer',
),
),
),
)
)
);
$this->bidders_accounts_filterSets_losingBids = new Google_Service_AdExchangeBuyerII_Resource_BiddersAccountsFilterSetsLosingBids(
$this,
$this->serviceName,
'losingBids',
array(
'methods' => array(
'list' => array(
'path' => 'v2beta1/{+filterSetName}/losingBids',
'httpMethod' => 'GET',
'parameters' => array(
'filterSetName' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
'pageSize' => array(
'location' => 'query',
'type' => 'integer',
),
),
),
)
)
);
$this->bidders_accounts_filterSets_nonBillableWinningBids = new Google_Service_AdExchangeBuyerII_Resource_BiddersAccountsFilterSetsNonBillableWinningBids(
$this,
$this->serviceName,
'nonBillableWinningBids',
array(
'methods' => array(
'list' => array(
'path' => 'v2beta1/{+filterSetName}/nonBillableWinningBids',
'httpMethod' => 'GET',
'parameters' => array(
'filterSetName' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
'pageSize' => array(
'location' => 'query',
'type' => 'integer',
),
),
),
)
)
);
$this->bidders_filterSets = new Google_Service_AdExchangeBuyerII_Resource_BiddersFilterSets(
$this,
$this->serviceName,
'filterSets',
array(
'methods' => array(
'create' => array(
'path' => 'v2beta1/{+ownerName}/filterSets',
'httpMethod' => 'POST',
'parameters' => array(
'ownerName' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
'isTransient' => array(
'location' => 'query',
'type' => 'boolean',
),
),
),'delete' => array(
'path' => 'v2beta1/{+name}',
'httpMethod' => 'DELETE',
'parameters' => array(
'name' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
),
),'get' => array(
'path' => 'v2beta1/{+name}',
'httpMethod' => 'GET',
'parameters' => array(
'name' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
),
),'list' => array(
'path' => 'v2beta1/{+ownerName}/filterSets',
'httpMethod' => 'GET',
'parameters' => array(
'ownerName' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
'pageSize' => array(
'location' => 'query',
'type' => 'integer',
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
),
),
)
)
);
$this->bidders_filterSets_bidMetrics = new Google_Service_AdExchangeBuyerII_Resource_BiddersFilterSetsBidMetrics(
$this,
$this->serviceName,
'bidMetrics',
array(
'methods' => array(
'list' => array(
'path' => 'v2beta1/{+filterSetName}/bidMetrics',
'httpMethod' => 'GET',
'parameters' => array(
'filterSetName' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
'pageSize' => array(
'location' => 'query',
'type' => 'integer',
),
),
),
)
)
);
$this->bidders_filterSets_bidResponseErrors = new Google_Service_AdExchangeBuyerII_Resource_BiddersFilterSetsBidResponseErrors(
$this,
$this->serviceName,
'bidResponseErrors',
array(
'methods' => array(
'list' => array(
'path' => 'v2beta1/{+filterSetName}/bidResponseErrors',
'httpMethod' => 'GET',
'parameters' => array(
'filterSetName' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
'pageSize' => array(
'location' => 'query',
'type' => 'integer',
),
),
),
)
)
);
$this->bidders_filterSets_bidResponsesWithoutBids = new Google_Service_AdExchangeBuyerII_Resource_BiddersFilterSetsBidResponsesWithoutBids(
$this,
$this->serviceName,
'bidResponsesWithoutBids',
array(
'methods' => array(
'list' => array(
'path' => 'v2beta1/{+filterSetName}/bidResponsesWithoutBids',
'httpMethod' => 'GET',
'parameters' => array(
'filterSetName' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
'pageSize' => array(
'location' => 'query',
'type' => 'integer',
),
),
),
)
)
);
$this->bidders_filterSets_filteredBidRequests = new Google_Service_AdExchangeBuyerII_Resource_BiddersFilterSetsFilteredBidRequests(
$this,
$this->serviceName,
'filteredBidRequests',
array(
'methods' => array(
'list' => array(
'path' => 'v2beta1/{+filterSetName}/filteredBidRequests',
'httpMethod' => 'GET',
'parameters' => array(
'filterSetName' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
'pageSize' => array(
'location' => 'query',
'type' => 'integer',
),
),
),
)
)
);
$this->bidders_filterSets_filteredBids = new Google_Service_AdExchangeBuyerII_Resource_BiddersFilterSetsFilteredBids(
$this,
$this->serviceName,
'filteredBids',
array(
'methods' => array(
'list' => array(
'path' => 'v2beta1/{+filterSetName}/filteredBids',
'httpMethod' => 'GET',
'parameters' => array(
'filterSetName' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
'pageSize' => array(
'location' => 'query',
'type' => 'integer',
),
),
),
)
)
);
$this->bidders_filterSets_filteredBids_creatives = new Google_Service_AdExchangeBuyerII_Resource_BiddersFilterSetsFilteredBidsCreatives(
$this,
$this->serviceName,
'creatives',
array(
'methods' => array(
'list' => array(
'path' => 'v2beta1/{+filterSetName}/filteredBids/{creativeStatusId}/creatives',
'httpMethod' => 'GET',
'parameters' => array(
'filterSetName' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
'creativeStatusId' => array(
'location' => 'path',
'type' => 'integer',
'required' => true,
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
'pageSize' => array(
'location' => 'query',
'type' => 'integer',
),
),
),
)
)
);
$this->bidders_filterSets_filteredBids_details = new Google_Service_AdExchangeBuyerII_Resource_BiddersFilterSetsFilteredBidsDetails(
$this,
$this->serviceName,
'details',
array(
'methods' => array(
'list' => array(
'path' => 'v2beta1/{+filterSetName}/filteredBids/{creativeStatusId}/details',
'httpMethod' => 'GET',
'parameters' => array(
'filterSetName' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
'creativeStatusId' => array(
'location' => 'path',
'type' => 'integer',
'required' => true,
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
'pageSize' => array(
'location' => 'query',
'type' => 'integer',
),
),
),
)
)
);
$this->bidders_filterSets_impressionMetrics = new Google_Service_AdExchangeBuyerII_Resource_BiddersFilterSetsImpressionMetrics(
$this,
$this->serviceName,
'impressionMetrics',
array(
'methods' => array(
'list' => array(
'path' => 'v2beta1/{+filterSetName}/impressionMetrics',
'httpMethod' => 'GET',
'parameters' => array(
'filterSetName' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
'pageSize' => array(
'location' => 'query',
'type' => 'integer',
),
),
),
)
)
);
$this->bidders_filterSets_losingBids = new Google_Service_AdExchangeBuyerII_Resource_BiddersFilterSetsLosingBids(
$this,
$this->serviceName,
'losingBids',
array(
'methods' => array(
'list' => array(
'path' => 'v2beta1/{+filterSetName}/losingBids',
'httpMethod' => 'GET',
'parameters' => array(
'filterSetName' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
'pageSize' => array(
'location' => 'query',
'type' => 'integer',
),
),
),
)
)
);
$this->bidders_filterSets_nonBillableWinningBids = new Google_Service_AdExchangeBuyerII_Resource_BiddersFilterSetsNonBillableWinningBids(
$this,
$this->serviceName,
'nonBillableWinningBids',
array(
'methods' => array(
'list' => array(
'path' => 'v2beta1/{+filterSetName}/nonBillableWinningBids',
'httpMethod' => 'GET',
'parameters' => array(
'filterSetName' => array(
'location' => 'path',
'type' => 'string',
'required' => true,
),
'pageToken' => array(
'location' => 'query',
'type' => 'string',
),
'pageSize' => array(
'location' => 'query',
'type' => 'integer',
),
),
),
)
)
);
}
}