Searched refs:updateAction (Results 1 – 6 of 6) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/ |
H A D | DeleteOrderDealsRequest.php | 25 public $updateAction; variable in Google\\Service\\AdExchangeBuyer\\DeleteOrderDealsRequest 43 public function setUpdateAction($updateAction) argument 45 $this->updateAction = $updateAction; 49 return $this->updateAction;
|
H A D | AddOrderDealsRequest.php | 26 public $updateAction; variable in Google\\Service\\AdExchangeBuyer\\AddOrderDealsRequest 50 public function setUpdateAction($updateAction) argument 52 $this->updateAction = $updateAction; 56 return $this->updateAction;
|
H A D | UpdatePrivateAuctionProposalRequest.php | 26 public $updateAction; variable in Google\\Service\\AdExchangeBuyer\\UpdatePrivateAuctionProposalRequest 58 public function setUpdateAction($updateAction) argument 60 $this->updateAction = $updateAction; 64 return $this->updateAction;
|
H A D | EditAllOrderDealsRequest.php | 28 public $updateAction; variable in Google\\Service\\AdExchangeBuyer\\EditAllOrderDealsRequest 66 public function setUpdateAction($updateAction) argument 68 $this->updateAction = $updateAction; 72 return $this->updateAction;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/Resource/ |
H A D | Proposals.php | 70 * @param string $updateAction The proposed action to take on the proposal. This 76 …public function patch($proposalId, $revisionNumber, $updateAction, Proposal $postBody, $optParams … argument 78 … $proposalId, 'revisionNumber' => $revisionNumber, 'updateAction' => $updateAction, 'postBody' => … 117 * @param string $updateAction The proposed action to take on the proposal. This 123 …public function update($proposalId, $revisionNumber, $updateAction, Proposal $postBody, $optParams… argument 125 … $proposalId, 'revisionNumber' => $revisionNumber, 'updateAction' => $updateAction, 'postBody' => …
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
H A D | AdExchangeBuyer.php | 603 'path' => 'proposals/{proposalId}/{revisionNumber}/{updateAction}', 616 'updateAction' => [ 642 'path' => 'proposals/{proposalId}/{revisionNumber}/{updateAction}', 655 'updateAction' => [
|