Home
last modified time | relevance | path

Searched refs:accountId (Results 126 – 150 of 157) sorted by relevance

1234567

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DUnsampledReport.php29 public $accountId; variable in Google\\Service\\Analytics\\UnsampledReport
102 public function setAccountId($accountId) argument
104 $this->accountId = $accountId;
111 return $this->accountId;
H A DWebproperty.php25 public $accountId; variable in Google\\Service\\Analytics\\Webproperty
96 public function setAccountId($accountId) argument
98 $this->accountId = $accountId;
105 return $this->accountId;
H A DGoal.php25 public $accountId; variable in Google\\Service\\Analytics\\Goal
88 public function setAccountId($accountId) argument
90 $this->accountId = $accountId;
97 return $this->accountId;
H A DProfile.php25 public $accountId; variable in Google\\Service\\Analytics\\Profile
124 public function setAccountId($accountId) argument
126 $this->accountId = $accountId;
133 return $this->accountId;
H A DExperiment.php26 public $accountId; variable in Google\\Service\\Analytics\\Experiment
129 public function setAccountId($accountId) argument
131 $this->accountId = $accountId;
138 return $this->accountId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/Resource/
H A DBillingInfo.php37 * @param int $accountId The account id.
41 public function get($accountId, $optParams = []) argument
43 $params = ['accountId' => $accountId];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdSenseHost/Resource/
H A DAccounts.php36 * @param string $accountId Account to get information about.
40 public function get($accountId, $optParams = []) argument
42 $params = ['accountId' => $accountId];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DProject.php25 public $accountId; variable in Google\\Service\\Dfareporting\\Project
112 public function setAccountId($accountId) argument
114 $this->accountId = $accountId;
121 return $this->accountId;
H A DFloodlightConfiguration.php26 public $accountId; variable in Google\\Service\\Dfareporting\\FloodlightConfiguration
83 public function setAccountId($accountId) argument
85 $this->accountId = $accountId;
92 return $this->accountId;
H A DInventoryItem.php26 public $accountId; variable in Google\\Service\\Dfareporting\\InventoryItem
101 public function setAccountId($accountId) argument
103 $this->accountId = $accountId;
110 return $this->accountId;
H A DReport.php25 public $accountId; variable in Google\\Service\\Dfareporting\\Report
88 public function setAccountId($accountId) argument
90 $this->accountId = $accountId;
97 return $this->accountId;
H A DFloodlightActivity.php26 public $accountId; variable in Google\\Service\\Dfareporting\\FloodlightActivity
133 public function setAccountId($accountId) argument
135 $this->accountId = $accountId;
142 return $this->accountId;
H A DPlacementGroup.php26 public $accountId; variable in Google\\Service\\Dfareporting\\PlacementGroup
113 public function setAccountId($accountId) argument
115 $this->accountId = $accountId;
122 return $this->accountId;
H A DCampaign.php26 public $accountId; variable in Google\\Service\\Dfareporting\\Campaign
119 public function setAccountId($accountId) argument
121 $this->accountId = $accountId;
128 return $this->accountId;
H A DAd.php26 public $accountId; variable in Google\\Service\\Dfareporting\\Ad
143 public function setAccountId($accountId) argument
145 $this->accountId = $accountId;
152 return $this->accountId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/
H A DContainerVersion.php26 public $accountId; variable in Google\\Service\\TagManager\\ContainerVersion
81 public function setAccountId($accountId) argument
83 $this->accountId = $accountId;
90 return $this->accountId;
H A DTag.php26 public $accountId; variable in Google\\Service\\TagManager\\Tag
123 public function setAccountId($accountId) argument
125 $this->accountId = $accountId;
132 return $this->accountId;
H A DTrigger.php26 public $accountId; variable in Google\\Service\\TagManager\\Trigger
113 public function setAccountId($accountId) argument
115 $this->accountId = $accountId;
122 return $this->accountId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RealTimeBidding/
H A DCreative.php26 public $accountId; variable in Google\\Service\\RealTimeBidding\\Creative
99 public function setAccountId($accountId) argument
101 $this->accountId = $accountId;
108 return $this->accountId;
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/src/WebService/
H A DClient.php35 private $accountId; variable in MaxMind\\WebService\\Client
38 * @param int $accountId your MaxMind account ID
50 $accountId, argument
54 $this->accountId = $accountId;
155 . base64_encode($this->accountId . ':' . $this->licenseKey),
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/Resource/
H A DAccountstatuses.php56 * @param string $accountId The ID of the account.
64 public function get($merchantId, $accountId, $optParams = []) argument
66 $params = ['merchantId' => $merchantId, 'accountId' => $accountId];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vault/Resource/
H A DMattersHoldsAccounts.php56 * @param string $accountId The ID of the account to remove from the hold.
60 public function delete($matterId, $holdId, $accountId, $optParams = []) argument
62 $params = ['matterId' => $matterId, 'holdId' => $holdId, 'accountId' => $accountId];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/
H A DCreative.php26 public $accountId; variable in Google\\Service\\AdExchangeBuyerII\\Creative
119 public function setAccountId($accountId) argument
121 $this->accountId = $accountId;
128 return $this->accountId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/
H A DCreative.php27 public $accountId; variable in Google\\Service\\AdExchangeBuyer\\Creative
71 public function setAccountId($accountId) argument
73 $this->accountId = $accountId;
77 return $this->accountId;
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/WebService/
H A DClient.php55 * @param int $accountId your MaxMind account ID
68 $accountId, argument
87 $this->client = new WsClient($accountId, $licenseKey, $options);

1234567