/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/Resource/ |
H A D | AccountsClientsInvitations.php | 39 * @param string $clientAccountId Numerical account ID of the client buyer that 45 …public function create($accountId, $clientAccountId, ClientUserInvitation $postBody, $optParams = … argument 47 …$params = ['accountId' => $accountId, 'clientAccountId' => $clientAccountId, 'postBody' => $postBo… 56 * @param string $clientAccountId Numerical account ID of the client buyer that 63 public function get($accountId, $clientAccountId, $invitationId, $optParams = []) argument 65 …$params = ['accountId' => $accountId, 'clientAccountId' => $clientAccountId, 'invitationId' => $in… 75 * @param string $clientAccountId Numerical account ID of the client buyer to 89 public function listAccountsClientsInvitations($accountId, $clientAccountId, $optParams = []) argument 91 $params = ['accountId' => $accountId, 'clientAccountId' => $clientAccountId];
|
H A D | AccountsClientsUsers.php | 38 * @param string $clientAccountId Numerical account ID of the client buyer that 45 public function get($accountId, $clientAccountId, $userId, $optParams = []) argument 47 … $params = ['accountId' => $accountId, 'clientAccountId' => $clientAccountId, 'userId' => $userId]; 57 * @param string $clientAccountId The account ID of the client buyer to list 72 public function listAccountsClientsUsers($accountId, $clientAccountId, $optParams = []) argument 74 $params = ['accountId' => $accountId, 'clientAccountId' => $clientAccountId]; 84 * @param string $clientAccountId Numerical account ID of the client buyer that 92 …public function update($accountId, $clientAccountId, $userId, ClientUser $postBody, $optParams = [… argument 94 …$params = ['accountId' => $accountId, 'clientAccountId' => $clientAccountId, 'userId' => $userId, …
|
H A D | AccountsClients.php | 54 * @param string $clientAccountId Numerical account ID of the client buyer to 59 public function get($accountId, $clientAccountId, $optParams = []) argument 61 $params = ['accountId' => $accountId, 'clientAccountId' => $clientAccountId]; 97 * @param string $clientAccountId Unique numerical account ID of the client to 103 public function update($accountId, $clientAccountId, Client $postBody, $optParams = []) argument 105 …$params = ['accountId' => $accountId, 'clientAccountId' => $clientAccountId, 'postBody' => $postBo…
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/ |
H A D | ClientUserInvitation.php | 25 public $clientAccountId; variable in Google\\Service\\AdExchangeBuyerII\\ClientUserInvitation 38 public function setClientAccountId($clientAccountId) argument 40 $this->clientAccountId = $clientAccountId; 47 return $this->clientAccountId;
|
H A D | ClientUser.php | 25 public $clientAccountId; variable in Google\\Service\\AdExchangeBuyerII\\ClientUser 42 public function setClientAccountId($clientAccountId) argument 44 $this->clientAccountId = $clientAccountId; 51 return $this->clientAccountId;
|
H A D | Client.php | 25 public $clientAccountId; variable in Google\\Service\\AdExchangeBuyerII\\Client 62 public function setClientAccountId($clientAccountId) argument 64 $this->clientAccountId = $clientAccountId; 71 return $this->clientAccountId;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
H A D | AdExchangeBuyerII.php | 108 'path' => 'v2beta1/accounts/{accountId}/clients/{clientAccountId}', 116 'clientAccountId' => [ 145 'path' => 'v2beta1/accounts/{accountId}/clients/{clientAccountId}', 153 'clientAccountId' => [ 178 'clientAccountId' => [ 193 'clientAccountId' => [ 213 'clientAccountId' => [ 246 'clientAccountId' => [ 258 'path' => 'v2beta1/accounts/{accountId}/clients/{clientAccountId}/users', 266 'clientAccountId' => [ [all …]
|