Home
last modified time | relevance | path

Searched refs:buyerPrivateData (Results 1 – 5 of 5) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/
H A DProposal.php137 public function setBuyerPrivateData(PrivateData $buyerPrivateData) argument
139 $this->buyerPrivateData = $buyerPrivateData;
146 return $this->buyerPrivateData;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/
H A DProposal.php129 public function setBuyerPrivateData(PrivateData $buyerPrivateData) argument
131 $this->buyerPrivateData = $buyerPrivateData;
138 return $this->buyerPrivateData;
H A DDeal.php139 public function setBuyerPrivateData(PrivateData $buyerPrivateData) argument
141 $this->buyerPrivateData = $buyerPrivateData;
148 return $this->buyerPrivateData;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/
H A DProposal.php99 public function setBuyerPrivateData(PrivateData $buyerPrivateData) argument
101 $this->buyerPrivateData = $buyerPrivateData;
108 return $this->buyerPrivateData;
H A DMarketplaceDeal.php59 public function setBuyerPrivateData(PrivateData $buyerPrivateData) argument
61 $this->buyerPrivateData = $buyerPrivateData;
68 return $this->buyerPrivateData;