Mise à jour des librairies
This commit is contained in:
@@ -19,13 +19,13 @@
|
||||
* Service definition for AdExchangeBuyerII (v2beta1).
|
||||
*
|
||||
* <p>
|
||||
* Accesses the latest features for managing Ad Exchange accounts, Real-Time
|
||||
* Bidding configurations and auction metrics, and Marketplace programmatic
|
||||
* Accesses the latest features for managing Authorized Buyers accounts, Real-
|
||||
* Time Bidding configurations and auction metrics, and Marketplace programmatic
|
||||
* deals.</p>
|
||||
*
|
||||
* <p>
|
||||
* For more information about this service, see the API
|
||||
* <a href="https://developers.google.com/ad-exchange/buyer-rest/reference/rest/" target="_blank">Documentation</a>
|
||||
* <a href="https://developers.google.com/authorized-buyers/apis/reference/rest/" target="_blank">Documentation</a>
|
||||
* </p>
|
||||
*
|
||||
* @author Google, Inc.
|
||||
@@ -41,7 +41,11 @@ class Google_Service_AdExchangeBuyerII extends Google_Service
|
||||
public $accounts_clients_users;
|
||||
public $accounts_creatives;
|
||||
public $accounts_creatives_dealAssociations;
|
||||
public $accounts_publishers;
|
||||
public $accounts_finalizedProposals;
|
||||
public $accounts_products;
|
||||
public $accounts_proposals;
|
||||
public $accounts_publisherProfiles;
|
||||
public $bidders_accounts_creatives;
|
||||
public $bidders_accounts_filterSets;
|
||||
public $bidders_accounts_filterSets_bidMetrics;
|
||||
public $bidders_accounts_filterSets_bidResponseErrors;
|
||||
@@ -75,6 +79,7 @@ class Google_Service_AdExchangeBuyerII extends Google_Service
|
||||
parent::__construct($client);
|
||||
$this->rootUrl = 'https://adexchangebuyer.googleapis.com/';
|
||||
$this->servicePath = '';
|
||||
$this->batchPath = 'batch';
|
||||
$this->version = 'v2beta1';
|
||||
$this->serviceName = 'adexchangebuyer2';
|
||||
|
||||
@@ -205,14 +210,14 @@ class Google_Service_AdExchangeBuyerII extends Google_Service
|
||||
'type' => 'string',
|
||||
'required' => true,
|
||||
),
|
||||
'pageSize' => array(
|
||||
'location' => 'query',
|
||||
'type' => 'integer',
|
||||
),
|
||||
'pageToken' => array(
|
||||
'location' => 'query',
|
||||
'type' => 'string',
|
||||
),
|
||||
'pageSize' => array(
|
||||
'location' => 'query',
|
||||
'type' => 'integer',
|
||||
),
|
||||
),
|
||||
),
|
||||
)
|
||||
@@ -464,14 +469,14 @@ class Google_Service_AdExchangeBuyerII extends Google_Service
|
||||
)
|
||||
)
|
||||
);
|
||||
$this->accounts_publishers = new Google_Service_AdExchangeBuyerII_Resource_AccountsPublishers(
|
||||
$this->accounts_finalizedProposals = new Google_Service_AdExchangeBuyerII_Resource_AccountsFinalizedProposals(
|
||||
$this,
|
||||
$this->serviceName,
|
||||
'publishers',
|
||||
'finalizedProposals',
|
||||
array(
|
||||
'methods' => array(
|
||||
'list' => array(
|
||||
'path' => 'v2beta1/accounts/{accountId}/publishers',
|
||||
'path' => 'v2beta1/accounts/{accountId}/finalizedProposals',
|
||||
'httpMethod' => 'GET',
|
||||
'parameters' => array(
|
||||
'accountId' => array(
|
||||
@@ -479,10 +484,303 @@ class Google_Service_AdExchangeBuyerII extends Google_Service
|
||||
'type' => 'string',
|
||||
'required' => true,
|
||||
),
|
||||
'environment' => array(
|
||||
'filterSyntax' => array(
|
||||
'location' => 'query',
|
||||
'type' => 'string',
|
||||
),
|
||||
'filter' => array(
|
||||
'location' => 'query',
|
||||
'type' => 'string',
|
||||
),
|
||||
'pageToken' => array(
|
||||
'location' => 'query',
|
||||
'type' => 'string',
|
||||
),
|
||||
'pageSize' => array(
|
||||
'location' => 'query',
|
||||
'type' => 'integer',
|
||||
),
|
||||
),
|
||||
),
|
||||
)
|
||||
)
|
||||
);
|
||||
$this->accounts_products = new Google_Service_AdExchangeBuyerII_Resource_AccountsProducts(
|
||||
$this,
|
||||
$this->serviceName,
|
||||
'products',
|
||||
array(
|
||||
'methods' => array(
|
||||
'get' => array(
|
||||
'path' => 'v2beta1/accounts/{accountId}/products/{productId}',
|
||||
'httpMethod' => 'GET',
|
||||
'parameters' => array(
|
||||
'accountId' => array(
|
||||
'location' => 'path',
|
||||
'type' => 'string',
|
||||
'required' => true,
|
||||
),
|
||||
'productId' => array(
|
||||
'location' => 'path',
|
||||
'type' => 'string',
|
||||
'required' => true,
|
||||
),
|
||||
),
|
||||
),'list' => array(
|
||||
'path' => 'v2beta1/accounts/{accountId}/products',
|
||||
'httpMethod' => 'GET',
|
||||
'parameters' => array(
|
||||
'accountId' => array(
|
||||
'location' => 'path',
|
||||
'type' => 'string',
|
||||
'required' => true,
|
||||
),
|
||||
'pageToken' => array(
|
||||
'location' => 'query',
|
||||
'type' => 'string',
|
||||
),
|
||||
'pageSize' => array(
|
||||
'location' => 'query',
|
||||
'type' => 'integer',
|
||||
),
|
||||
'filter' => array(
|
||||
'location' => 'query',
|
||||
'type' => 'string',
|
||||
),
|
||||
),
|
||||
),
|
||||
)
|
||||
)
|
||||
);
|
||||
$this->accounts_proposals = new Google_Service_AdExchangeBuyerII_Resource_AccountsProposals(
|
||||
$this,
|
||||
$this->serviceName,
|
||||
'proposals',
|
||||
array(
|
||||
'methods' => array(
|
||||
'accept' => array(
|
||||
'path' => 'v2beta1/accounts/{accountId}/proposals/{proposalId}:accept',
|
||||
'httpMethod' => 'POST',
|
||||
'parameters' => array(
|
||||
'accountId' => array(
|
||||
'location' => 'path',
|
||||
'type' => 'string',
|
||||
'required' => true,
|
||||
),
|
||||
'proposalId' => array(
|
||||
'location' => 'path',
|
||||
'type' => 'string',
|
||||
'required' => true,
|
||||
),
|
||||
),
|
||||
),'addNote' => array(
|
||||
'path' => 'v2beta1/accounts/{accountId}/proposals/{proposalId}:addNote',
|
||||
'httpMethod' => 'POST',
|
||||
'parameters' => array(
|
||||
'accountId' => array(
|
||||
'location' => 'path',
|
||||
'type' => 'string',
|
||||
'required' => true,
|
||||
),
|
||||
'proposalId' => array(
|
||||
'location' => 'path',
|
||||
'type' => 'string',
|
||||
'required' => true,
|
||||
),
|
||||
),
|
||||
),'cancelNegotiation' => array(
|
||||
'path' => 'v2beta1/accounts/{accountId}/proposals/{proposalId}:cancelNegotiation',
|
||||
'httpMethod' => 'POST',
|
||||
'parameters' => array(
|
||||
'accountId' => array(
|
||||
'location' => 'path',
|
||||
'type' => 'string',
|
||||
'required' => true,
|
||||
),
|
||||
'proposalId' => array(
|
||||
'location' => 'path',
|
||||
'type' => 'string',
|
||||
'required' => true,
|
||||
),
|
||||
),
|
||||
),'completeSetup' => array(
|
||||
'path' => 'v2beta1/accounts/{accountId}/proposals/{proposalId}:completeSetup',
|
||||
'httpMethod' => 'POST',
|
||||
'parameters' => array(
|
||||
'accountId' => array(
|
||||
'location' => 'path',
|
||||
'type' => 'string',
|
||||
'required' => true,
|
||||
),
|
||||
'proposalId' => array(
|
||||
'location' => 'path',
|
||||
'type' => 'string',
|
||||
'required' => true,
|
||||
),
|
||||
),
|
||||
),'create' => array(
|
||||
'path' => 'v2beta1/accounts/{accountId}/proposals',
|
||||
'httpMethod' => 'POST',
|
||||
'parameters' => array(
|
||||
'accountId' => array(
|
||||
'location' => 'path',
|
||||
'type' => 'string',
|
||||
'required' => true,
|
||||
),
|
||||
),
|
||||
),'get' => array(
|
||||
'path' => 'v2beta1/accounts/{accountId}/proposals/{proposalId}',
|
||||
'httpMethod' => 'GET',
|
||||
'parameters' => array(
|
||||
'accountId' => array(
|
||||
'location' => 'path',
|
||||
'type' => 'string',
|
||||
'required' => true,
|
||||
),
|
||||
'proposalId' => array(
|
||||
'location' => 'path',
|
||||
'type' => 'string',
|
||||
'required' => true,
|
||||
),
|
||||
),
|
||||
),'list' => array(
|
||||
'path' => 'v2beta1/accounts/{accountId}/proposals',
|
||||
'httpMethod' => 'GET',
|
||||
'parameters' => array(
|
||||
'accountId' => array(
|
||||
'location' => 'path',
|
||||
'type' => 'string',
|
||||
'required' => true,
|
||||
),
|
||||
'pageSize' => array(
|
||||
'location' => 'query',
|
||||
'type' => 'integer',
|
||||
),
|
||||
'filterSyntax' => array(
|
||||
'location' => 'query',
|
||||
'type' => 'string',
|
||||
),
|
||||
'filter' => array(
|
||||
'location' => 'query',
|
||||
'type' => 'string',
|
||||
),
|
||||
'pageToken' => array(
|
||||
'location' => 'query',
|
||||
'type' => 'string',
|
||||
),
|
||||
),
|
||||
),'pause' => array(
|
||||
'path' => 'v2beta1/accounts/{accountId}/proposals/{proposalId}:pause',
|
||||
'httpMethod' => 'POST',
|
||||
'parameters' => array(
|
||||
'accountId' => array(
|
||||
'location' => 'path',
|
||||
'type' => 'string',
|
||||
'required' => true,
|
||||
),
|
||||
'proposalId' => array(
|
||||
'location' => 'path',
|
||||
'type' => 'string',
|
||||
'required' => true,
|
||||
),
|
||||
),
|
||||
),'resume' => array(
|
||||
'path' => 'v2beta1/accounts/{accountId}/proposals/{proposalId}:resume',
|
||||
'httpMethod' => 'POST',
|
||||
'parameters' => array(
|
||||
'accountId' => array(
|
||||
'location' => 'path',
|
||||
'type' => 'string',
|
||||
'required' => true,
|
||||
),
|
||||
'proposalId' => array(
|
||||
'location' => 'path',
|
||||
'type' => 'string',
|
||||
'required' => true,
|
||||
),
|
||||
),
|
||||
),'update' => array(
|
||||
'path' => 'v2beta1/accounts/{accountId}/proposals/{proposalId}',
|
||||
'httpMethod' => 'PUT',
|
||||
'parameters' => array(
|
||||
'accountId' => array(
|
||||
'location' => 'path',
|
||||
'type' => 'string',
|
||||
'required' => true,
|
||||
),
|
||||
'proposalId' => array(
|
||||
'location' => 'path',
|
||||
'type' => 'string',
|
||||
'required' => true,
|
||||
),
|
||||
),
|
||||
),
|
||||
)
|
||||
)
|
||||
);
|
||||
$this->accounts_publisherProfiles = new Google_Service_AdExchangeBuyerII_Resource_AccountsPublisherProfiles(
|
||||
$this,
|
||||
$this->serviceName,
|
||||
'publisherProfiles',
|
||||
array(
|
||||
'methods' => array(
|
||||
'get' => array(
|
||||
'path' => 'v2beta1/accounts/{accountId}/publisherProfiles/{publisherProfileId}',
|
||||
'httpMethod' => 'GET',
|
||||
'parameters' => array(
|
||||
'accountId' => array(
|
||||
'location' => 'path',
|
||||
'type' => 'string',
|
||||
'required' => true,
|
||||
),
|
||||
'publisherProfileId' => array(
|
||||
'location' => 'path',
|
||||
'type' => 'string',
|
||||
'required' => true,
|
||||
),
|
||||
),
|
||||
),'list' => array(
|
||||
'path' => 'v2beta1/accounts/{accountId}/publisherProfiles',
|
||||
'httpMethod' => 'GET',
|
||||
'parameters' => array(
|
||||
'accountId' => array(
|
||||
'location' => 'path',
|
||||
'type' => 'string',
|
||||
'required' => true,
|
||||
),
|
||||
'pageSize' => array(
|
||||
'location' => 'query',
|
||||
'type' => 'integer',
|
||||
),
|
||||
'pageToken' => array(
|
||||
'location' => 'query',
|
||||
'type' => 'string',
|
||||
),
|
||||
),
|
||||
),
|
||||
)
|
||||
)
|
||||
);
|
||||
$this->bidders_accounts_creatives = new Google_Service_AdExchangeBuyerII_Resource_BiddersAccountsCreatives(
|
||||
$this,
|
||||
$this->serviceName,
|
||||
'creatives',
|
||||
array(
|
||||
'methods' => array(
|
||||
'delete' => array(
|
||||
'path' => 'v2beta1/{+ownerName}/creatives/{creativeId}',
|
||||
'httpMethod' => 'DELETE',
|
||||
'parameters' => array(
|
||||
'ownerName' => array(
|
||||
'location' => 'path',
|
||||
'type' => 'string',
|
||||
'required' => true,
|
||||
),
|
||||
'creativeId' => array(
|
||||
'location' => 'path',
|
||||
'type' => 'string',
|
||||
'required' => true,
|
||||
),
|
||||
),
|
||||
),
|
||||
)
|
||||
@@ -565,14 +863,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',
|
||||
),
|
||||
),
|
||||
),
|
||||
)
|
||||
@@ -593,14 +891,14 @@ class Google_Service_AdExchangeBuyerII extends Google_Service
|
||||
'type' => 'string',
|
||||
'required' => true,
|
||||
),
|
||||
'pageSize' => array(
|
||||
'location' => 'query',
|
||||
'type' => 'integer',
|
||||
),
|
||||
'pageToken' => array(
|
||||
'location' => 'query',
|
||||
'type' => 'string',
|
||||
),
|
||||
'pageSize' => array(
|
||||
'location' => 'query',
|
||||
'type' => 'integer',
|
||||
),
|
||||
),
|
||||
),
|
||||
)
|
||||
@@ -743,14 +1041,14 @@ class Google_Service_AdExchangeBuyerII extends Google_Service
|
||||
'type' => 'integer',
|
||||
'required' => true,
|
||||
),
|
||||
'pageSize' => array(
|
||||
'location' => 'query',
|
||||
'type' => 'integer',
|
||||
),
|
||||
'pageToken' => array(
|
||||
'location' => 'query',
|
||||
'type' => 'string',
|
||||
),
|
||||
'pageSize' => array(
|
||||
'location' => 'query',
|
||||
'type' => 'integer',
|
||||
),
|
||||
),
|
||||
),
|
||||
)
|
||||
@@ -827,14 +1125,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',
|
||||
),
|
||||
),
|
||||
),
|
||||
)
|
||||
@@ -889,14 +1187,14 @@ class Google_Service_AdExchangeBuyerII extends Google_Service
|
||||
'type' => 'string',
|
||||
'required' => true,
|
||||
),
|
||||
'pageSize' => array(
|
||||
'location' => 'query',
|
||||
'type' => 'integer',
|
||||
),
|
||||
'pageToken' => array(
|
||||
'location' => 'query',
|
||||
'type' => 'string',
|
||||
),
|
||||
'pageSize' => array(
|
||||
'location' => 'query',
|
||||
'type' => 'integer',
|
||||
),
|
||||
),
|
||||
),
|
||||
)
|
||||
@@ -1095,14 +1393,14 @@ class Google_Service_AdExchangeBuyerII extends Google_Service
|
||||
'type' => 'integer',
|
||||
'required' => true,
|
||||
),
|
||||
'pageToken' => array(
|
||||
'location' => 'query',
|
||||
'type' => 'string',
|
||||
),
|
||||
'pageSize' => array(
|
||||
'location' => 'query',
|
||||
'type' => 'integer',
|
||||
),
|
||||
'pageToken' => array(
|
||||
'location' => 'query',
|
||||
'type' => 'string',
|
||||
),
|
||||
),
|
||||
),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user