Home
last modified time | relevance | path

Searched refs:dealId (Results 1 – 8 of 8) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/
H A DCreativeDealIdsDealStatuses.php23 public $dealId; variable in Google\\Service\\AdExchangeBuyer\\CreativeDealIdsDealStatuses
34 public function setDealId($dealId) argument
36 $this->dealId = $dealId;
40 return $this->dealId;
H A DMarketplaceNote.php23 public $dealId; variable in Google\\Service\\AdExchangeBuyer\\MarketplaceNote
39 public function setDealId($dealId) argument
41 $this->dealId = $dealId;
45 return $this->dealId;
H A DMarketplaceDeal.php28 public $dealId; variable in Google\\Service\\AdExchangeBuyer\\MarketplaceDeal
94 public function setDealId($dealId) argument
96 $this->dealId = $dealId;
100 return $this->dealId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/Resource/
H A DCreatives.php39 * @param string $dealId The id of the deal id to associate with this creative.
42 public function addDeal($accountId, $buyerCreativeId, $dealId, $optParams = []) argument
44 … $params = ['accountId' => $accountId, 'buyerCreativeId' => $buyerCreativeId, 'dealId' => $dealId];
123 * @param string $dealId The id of the deal id to disassociate with this
127 public function removeDeal($accountId, $buyerCreativeId, $dealId, $optParams = []) argument
129 … $params = ['accountId' => $accountId, 'buyerCreativeId' => $buyerCreativeId, 'dealId' => $dealId];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/
H A DFilterSet.php36 public $dealId; variable in Google\\Service\\AdExchangeBuyerII\\FilterSet
119 public function setDealId($dealId) argument
121 $this->dealId = $dealId;
128 return $this->dealId;
H A DDeal.php58 public $dealId; variable in Google\\Service\\AdExchangeBuyerII\\Deal
237 public function setDealId($dealId) argument
239 $this->dealId = $dealId;
246 return $this->dealId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/
H A DInventorySource.php32 public $dealId; variable in Google\\Service\\DisplayVideo\\InventorySource
103 public function setDealId($dealId) argument
105 $this->dealId = $dealId;
112 return $this->dealId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DAdExchangeBuyer.php209 'path' => 'creatives/{accountId}/{buyerCreativeId}/addDeal/{dealId}',
222 'dealId' => [
294 'path' => 'creatives/{accountId}/{buyerCreativeId}/removeDeal/{dealId}',
307 'dealId' => [