Lines Matching full:update
62 * Update the given proposal. This method supports patch semantics.
65 * @param string $proposalId The proposal id to update.
66 * @param string $revisionNumber The last known revision number to update. If
69 * revision and retry the update at that revision.
97 * Update the given proposal to indicate that setup has been completed.
110 * Update the given proposal (proposals.update)
112 * @param string $proposalId The proposal id to update.
113 * @param string $revisionNumber The last known revision number to update. If
116 * revision and retry the update at that revision.
123 …public function update($proposalId, $revisionNumber, $updateAction, Proposal $postBody, $optParams… function in Google\\Service\\AdExchangeBuyer\\Resource\\Proposals
127 return $this->call('update', [$params], Proposal::class);