Home
last modified time | relevance | path

Searched refs:accountId (Results 101 – 125 of 157) sorted by path

1234567

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DSubaccount.php26 public $accountId; variable in Google\\Service\\Dfareporting\\Subaccount
47 public function setAccountId($accountId) argument
49 $this->accountId = $accountId;
56 return $this->accountId;
H A DTargetableRemarketingList.php25 public $accountId; variable in Google\\Service\\Dfareporting\\TargetableRemarketingList
72 public function setAccountId($accountId) argument
74 $this->accountId = $accountId;
81 return $this->accountId;
H A DTargetingTemplate.php25 public $accountId; variable in Google\\Service\\Dfareporting\\TargetingTemplate
64 public function setAccountId($accountId) argument
66 $this->accountId = $accountId;
73 return $this->accountId;
H A DUserProfile.php25 public $accountId; variable in Google\\Service\\Dfareporting\\UserProfile
58 public function setAccountId($accountId) argument
60 $this->accountId = $accountId;
67 return $this->accountId;
H A DUserRole.php26 public $accountId; variable in Google\\Service\\Dfareporting\\UserRole
57 public function setAccountId($accountId) argument
59 $this->accountId = $accountId;
66 return $this->accountId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DUserPosixAccount.php25 public $accountId; variable in Google\\Service\\Directory\\UserPosixAccount
66 public function setAccountId($accountId) argument
68 $this->accountId = $accountId;
75 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/Localservices/
H A DGoogleAdsHomeservicesLocalservicesV1AccountReport.php25 public $accountId; variable in Google\\Service\\Localservices\\GoogleAdsHomeservicesLocalservicesV1AccountReport
77 public function setAccountId($accountId) argument
79 $this->accountId = $accountId;
86 return $this->accountId;
H A DGoogleAdsHomeservicesLocalservicesV1DetailedLeadReport.php25 public $accountId; variable in Google\\Service\\Localservices\\GoogleAdsHomeservicesLocalservicesV1DetailedLeadReport
77 public function setAccountId($accountId) argument
79 $this->accountId = $accountId;
86 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/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/
H A DShoppingContent.php119 'accountId' => [
142 'accountId' => [
161 'accountId' => [
190 'accountId' => [
235 'accountId' => [
258 'accountId' => [
273 'accountId' => [
288 'accountId' => [
303 'accountId' => [
323 'accountId' => [
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DAccountLabel.php25 public $accountId; variable in Google\\Service\\ShoppingContent\\AccountLabel
46 public function setAccountId($accountId) argument
48 $this->accountId = $accountId;
55 return $this->accountId;
H A DAccountStatus.php26 public $accountId; variable in Google\\Service\\ShoppingContent\\AccountStatus
47 public function setAccountId($accountId) argument
49 $this->accountId = $accountId;
56 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 DAccountsCustomBatchRequestEntry.php28 public $accountId; variable in Google\\Service\\ShoppingContent\\AccountsCustomBatchRequestEntry
77 public function setAccountId($accountId) argument
79 $this->accountId = $accountId;
86 return $this->accountId;
H A DAccountstatusesCustomBatchRequestEntry.php26 public $accountId; variable in Google\\Service\\ShoppingContent\\AccountstatusesCustomBatchRequestEntry
47 public function setAccountId($accountId) argument
49 $this->accountId = $accountId;
56 return $this->accountId;
H A DAccounttaxCustomBatchRequestEntry.php25 public $accountId; variable in Google\\Service\\ShoppingContent\\AccounttaxCustomBatchRequestEntry
44 public function setAccountId($accountId) argument
46 $this->accountId = $accountId;
53 return $this->accountId;
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 DLiaSettings.php26 public $accountId; variable in Google\\Service\\ShoppingContent\\LiaSettings
37 public function setAccountId($accountId) argument
39 $this->accountId = $accountId;
46 return $this->accountId;
H A DLiasettingsCustomBatchRequestEntry.php25 public $accountId; variable in Google\\Service\\ShoppingContent\\LiasettingsCustomBatchRequestEntry
68 public function setAccountId($accountId) argument
70 $this->accountId = $accountId;
77 return $this->accountId;
H A DLiasettingsGetAccessibleGmbAccountsResponse.php26 public $accountId; variable in Google\\Service\\ShoppingContent\\LiasettingsGetAccessibleGmbAccountsResponse
37 public function setAccountId($accountId) argument
39 $this->accountId = $accountId;
46 return $this->accountId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/Resource/
H A DAccounts.php73 public function claimwebsite($merchantId, $accountId, $optParams = []) argument
75 $params = ['merchantId' => $merchantId, 'accountId' => $accountId];
99 * @param string $accountId The ID of the account.
105 public function delete($merchantId, $accountId, $optParams = []) argument
107 $params = ['merchantId' => $merchantId, 'accountId' => $accountId];
117 * @param string $accountId The ID of the account.
124 public function get($merchantId, $accountId, $optParams = []) argument
205 public function listlinks($merchantId, $accountId, $optParams = []) argument
218 * @param string $accountId Required. The ID of the account.
236 * @param string $accountId The ID of the account.
[all …]
H A DAccountsCredentials.php37 * @param string $accountId Required. The merchant id of the account these
43 public function create($accountId, AccountCredentials $postBody, $optParams = []) argument
45 $params = ['accountId' => $accountId, 'postBody' => $postBody];

1234567