Home
last modified time | relevance | path

Searched refs:accountId (Results 26 – 50 of 157) sorted by relevance

1234567

/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DAdExchangeBuyerII.php101 'accountId' => [
111 'accountId' => [
126 'accountId' => [
148 'accountId' => [
173 'accountId' => [
188 'accountId' => [
208 'accountId' => [
241 'accountId' => [
261 'accountId' => [
284 'accountId' => [
[all …]
H A DAdExchangeBuyer.php133 'accountId' => [
157 'accountId' => [
172 'accountId' => [
187 'accountId' => [
212 'accountId' => [
232 'accountId' => [
251 'accountId' => [
282 'accountId' => [
297 'accountId' => [
435 'accountId' => [
[all …]
H A DAdSenseHost.php78 'accountId' => [
109 'accountId' => [
124 'accountId' => [
152 'accountId' => [
172 'accountId' => [
192 'accountId' => [
217 'accountId' => [
232 'accountId' => [
259 'accountId' => [
279 'accountId' => [
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/Resource/
H A DCreatives.php37 * @param int $accountId The id for the account that will serve this creative.
42 public function addDeal($accountId, $buyerCreativeId, $dealId, $optParams = []) argument
44 … $params = ['accountId' => $accountId, 'buyerCreativeId' => $buyerCreativeId, 'dealId' => $dealId];
52 * @param int $accountId The id for the account that will serve this creative.
57 public function get($accountId, $buyerCreativeId, $optParams = []) argument
59 $params = ['accountId' => $accountId, 'buyerCreativeId' => $buyerCreativeId];
107 * @param int $accountId The id for the account that will serve this creative.
112 public function listDeals($accountId, $buyerCreativeId, $optParams = []) argument
114 $params = ['accountId' => $accountId, 'buyerCreativeId' => $buyerCreativeId];
121 * @param int $accountId The id for the account that will serve this creative.
[all …]
H A DBudget.php36 * @param string $accountId The account id to get the budget information for.
41 public function get($accountId, $billingId, $optParams = []) argument
43 $params = ['accountId' => $accountId, 'billingId' => $billingId];
52 * @param string $accountId The account id associated with the budget being
60 public function patch($accountId, $billingId, BudgetModel $postBody, $optParams = []) argument
62 $params = ['accountId' => $accountId, 'billingId' => $billingId, 'postBody' => $postBody];
71 * @param string $accountId The account id associated with the budget being
79 public function update($accountId, $billingId, BudgetModel $postBody, $optParams = []) argument
81 $params = ['accountId' => $accountId, 'billingId' => $billingId, 'postBody' => $postBody];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/Resource/
H A DAccountsClientsInvitations.php37 * @param string $accountId Numerical account ID of the client's sponsor buyer.
45 …public function create($accountId, $clientAccountId, ClientUserInvitation $postBody, $optParams = … argument
47 …$params = ['accountId' => $accountId, 'clientAccountId' => $clientAccountId, 'postBody' => $postBo…
54 * @param string $accountId Numerical account ID of the client's sponsor buyer.
63 public function get($accountId, $clientAccountId, $invitationId, $optParams = []) argument
65 …$params = ['accountId' => $accountId, 'clientAccountId' => $clientAccountId, 'invitationId' => $in…
73 * @param string $accountId Numerical account ID of the client's sponsor buyer.
89 public function listAccountsClientsInvitations($accountId, $clientAccountId, $optParams = []) argument
91 $params = ['accountId' => $accountId, 'clientAccountId' => $clientAccountId];
H A DAccountsClientsUsers.php36 * @param string $accountId Numerical account ID of the client's sponsor buyer.
45 public function get($accountId, $clientAccountId, $userId, $optParams = []) argument
47 … $params = ['accountId' => $accountId, 'clientAccountId' => $clientAccountId, 'userId' => $userId];
55 * @param string $accountId Numerical account ID of the sponsor buyer of the
72 public function listAccountsClientsUsers($accountId, $clientAccountId, $optParams = []) argument
74 $params = ['accountId' => $accountId, 'clientAccountId' => $clientAccountId];
82 * @param string $accountId Numerical account ID of the client's sponsor buyer.
92 …public function update($accountId, $clientAccountId, $userId, ClientUser $postBody, $optParams = [… argument
94 …$params = ['accountId' => $accountId, 'clientAccountId' => $clientAccountId, 'userId' => $userId, …
H A DAccountsCreativesDealAssociations.php38 * @param string $accountId The account the creative belongs to.
44 public function add($accountId, $creativeId, AddDealAssociationRequest $postBody, $optParams = []) argument
46 $params = ['accountId' => $accountId, 'creativeId' => $creativeId, 'postBody' => $postBody];
54 * @param string $accountId The account to list the associations from. Specify
76 public function listAccountsCreativesDealAssociations($accountId, $creativeId, $optParams = []) argument
78 $params = ['accountId' => $accountId, 'creativeId' => $creativeId];
86 * @param string $accountId The account the creative belongs to.
92 …public function remove($accountId, $creativeId, RemoveDealAssociationRequest $postBody, $optParams… argument
94 $params = ['accountId' => $accountId, 'creativeId' => $creativeId, 'postBody' => $postBody];
H A DAccountsFinalizedProposals.php41 * @param string $accountId Account ID of the buyer.
56 public function listAccountsFinalizedProposals($accountId, $optParams = []) argument
58 $params = ['accountId' => $accountId];
72 * @param string $accountId Account ID of the buyer.
79 …public function pause($accountId, $proposalId, PauseProposalDealsRequest $postBody, $optParams = [… argument
81 $params = ['accountId' => $accountId, 'proposalId' => $proposalId, 'postBody' => $postBody];
95 * @param string $accountId Account ID of the buyer.
102 …public function resume($accountId, $proposalId, ResumeProposalDealsRequest $postBody, $optParams =… argument
104 $params = ['accountId' => $accountId, 'proposalId' => $proposalId, 'postBody' => $postBody];
H A DAccountsPublisherProfiles.php36 * @param string $accountId Account ID of the buyer.
41 public function get($accountId, $publisherProfileId, $optParams = []) argument
43 $params = ['accountId' => $accountId, 'publisherProfileId' => $publisherProfileId];
51 * @param string $accountId Account ID of the buyer.
59 public function listAccountsPublisherProfiles($accountId, $optParams = []) argument
61 $params = ['accountId' => $accountId];
H A DAccountsProducts.php36 * @param string $accountId Account ID of the buyer.
41 public function get($accountId, $productId, $optParams = []) argument
43 $params = ['accountId' => $accountId, 'productId' => $productId];
51 * @param string $accountId Account ID of the buyer.
65 public function listAccountsProducts($accountId, $optParams = []) argument
67 $params = ['accountId' => $accountId];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdSenseHost/Resource/
H A DAccountsAdclients.php37 * @param string $accountId Account which contains the ad client.
42 public function get($accountId, $adClientId, $optParams = []) argument
44 $params = ['accountId' => $accountId, 'adClientId' => $adClientId];
52 * @param string $accountId Account for which to list ad clients.
62 public function listAccountsAdclients($accountId, $optParams = []) argument
64 $params = ['accountId' => $accountId];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vault/
H A DRemoveMatterPermissionsRequest.php25 public $accountId; variable in Google\\Service\\Vault\\RemoveMatterPermissionsRequest
30 public function setAccountId($accountId) argument
32 $this->accountId = $accountId;
39 return $this->accountId;
H A DMatterPermission.php25 public $accountId; variable in Google\\Service\\Vault\\MatterPermission
34 public function setAccountId($accountId) argument
36 $this->accountId = $accountId;
43 return $this->accountId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Iam/
H A DAws.php25 public $accountId; variable in Google\\Service\\Iam\\Aws
30 public function setAccountId($accountId) argument
32 $this->accountId = $accountId;
39 return $this->accountId;
H A DCreateServiceAccountRequest.php25 public $accountId; variable in Google\\Service\\Iam\\CreateServiceAccountRequest
32 public function setAccountId($accountId) argument
34 $this->accountId = $accountId;
41 return $this->accountId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/
H A DBuyer.php22 public $accountId; variable in Google\\Service\\AdExchangeBuyer\\Buyer
24 public function setAccountId($accountId) argument
26 $this->accountId = $accountId;
30 return $this->accountId;
H A DSeller.php22 public $accountId; variable in Google\\Service\\AdExchangeBuyer\\Seller
25 public function setAccountId($accountId) argument
27 $this->accountId = $accountId;
31 return $this->accountId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/
H A DBuyer.php25 public $accountId; variable in Google\\Service\\AdExchangeBuyerII\\Buyer
30 public function setAccountId($accountId) argument
32 $this->accountId = $accountId;
39 return $this->accountId;
H A DSeller.php25 public $accountId; variable in Google\\Service\\AdExchangeBuyerII\\Seller
34 public function setAccountId($accountId) argument
36 $this->accountId = $accountId;
43 return $this->accountId;
H A DCreativeDealAssociation.php25 public $accountId; variable in Google\\Service\\AdExchangeBuyerII\\CreativeDealAssociation
38 public function setAccountId($accountId) argument
40 $this->accountId = $accountId;
47 return $this->accountId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/
H A DServiceAccountConfig.php26 public $accountId; variable in Google\\Service\\ServiceConsumerManagement\\ServiceAccountConfig
35 public function setAccountId($accountId) argument
37 $this->accountId = $accountId;
44 return $this->accountId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DGmbAccounts.php26 public $accountId; variable in Google\\Service\\ShoppingContent\\GmbAccounts
33 public function setAccountId($accountId) argument
35 $this->accountId = $accountId;
42 return $this->accountId;
H A DAccountTax.php26 public $accountId; variable in Google\\Service\\ShoppingContent\\AccountTax
37 public function setAccountId($accountId) argument
39 $this->accountId = $accountId;
46 return $this->accountId;
H A DLiaSettings.php26 public $accountId; variable in Google\\Service\\ShoppingContent\\LiaSettings
37 public function setAccountId($accountId) argument
39 $this->accountId = $accountId;
46 return $this->accountId;

1234567