Lines Matching refs:Client
20 use Google\Service\AdExchangeBuyerII\Client; alias
39 * @param Client $postBody
41 * @return Client
43 public function create($accountId, Client $postBody, $optParams = [])
47 return $this->call('create', [$params], Client::class);
57 * @return Client
63 return $this->call('get', [$params], Client::class);
99 * @param Client $postBody
101 * @return Client
103 public function update($accountId, $clientAccountId, Client $postBody, $optParams = [])
107 return $this->call('update', [$params], Client::class);