Home
last modified time | relevance | path

Searched refs:userId (Results 1 – 25 of 99) sorted by path

1234

/plugin/authfacebook/lib/Authentication/
H A DAccessTokenMetadata.php337 * @param string $userId
341 public function validateUserId($userId) argument
343 if ($this->getUserId() !== $userId) {
/plugin/authgoogle/google/contrib/
H A DGoogle_BloggerService.php37 public function get($userId, $blogId, $optParams = array()) { argument
38 $params = array('userId' => $userId, 'blogId' => $blogId);
102 public function listByUser($userId, $optParams = array()) { argument
103 $params = array('userId' => $userId);
394 * @param string $userId The ID of the user to get.
398 public function get($userId, $optParams = array()) { argument
399 $params = array('userId' => $userId);
612 public $userId; variable in Google_BlogPerUserInfo
631 public function setUserId( $userId) { argument
632 $this->userId = $userId;
[all …]
H A DGoogle_BooksService.php30 * @param string $userId ID of user for whom to retrieve bookshelves.
37 public function get($userId, $shelf, $optParams = array()) { argument
38 $params = array('userId' => $userId, 'shelf' => $shelf);
50 * @param string $userId ID of user for whom to retrieve bookshelves.
56 public function listBookshelves($userId, $optParams = array()) { argument
57 $params = array('userId' => $userId);
81 * @param string $userId ID of user for whom to retrieve bookshelf volumes.
91 public function listBookshelvesVolumes($userId, $shelf, $optParams = array()) { argument
92 $params = array('userId' => $userId, 'shelf' => $shelf);
H A DGoogle_LicensingService.php32 * @param string $userId email id or unique Id of the user
46 * @param string $userId email id or unique Id of the user
128 * @param string $userId email id or unique Id of the user
205 public $userId; variable in Google_LicenseAssignment
236 public function setUserId( $userId) { argument
237 $this->userId = $userId;
240 return $this->userId;
245 public $userId; variable in Google_LicenseAssignmentInsert
246 public function setUserId( $userId) { argument
247 $this->userId = $userId;
[all …]
H A DGoogle_OrkutService.php172 public function get($userId, $badgeId, $optParams = array()) { argument
173 $params = array('userId' => $userId, 'badgeId' => $badgeId);
189 public function listBadges($userId, $optParams = array()) { argument
190 $params = array('userId' => $userId);
325 $params = array('userId' => $userId);
350 * @param string $userId ID of the user.
363 * @param string $userId ID of the user.
393 * @param string $userId ID of the user.
406 * @param string $userId ID of the user.
426 * @param string $userId ID of the user.
[all …]
H A DGoogle_PlusDomainsService.php55 $params = array('userId' => $userId, 'postBody' => $postBody);
77 $params = array('userId' => $userId, 'collection' => $collection);
108 public function listAudiences($userId, $optParams = array()) { argument
109 $params = array('userId' => $userId);
177 $params = array('userId' => $userId, 'postBody' => $postBody);
196 public function listCircles($userId, $optParams = array()) { argument
197 $params = array('userId' => $userId);
390 public function get($userId, $optParams = array()) { argument
391 $params = array('userId' => $userId);
412 public function listPeople($userId, $collection, $optParams = array()) { argument
[all …]
H A DGoogle_PlusService.php55 public function listActivities($userId, $collection, $optParams = array()) { argument
56 $params = array('userId' => $userId, 'collection' => $collection);
161 public function insert($userId, $collection, Google_Moment $postBody, $optParams = array()) { argument
162 $params = array('userId' => $userId, 'collection' => $collection, 'postBody' => $postBody);
184 public function listMoments($userId, $collection, $optParams = array()) { argument
185 $params = array('userId' => $userId, 'collection' => $collection);
226 public function get($userId, $optParams = array()) { argument
227 $params = array('userId' => $userId);
239 …* @param string $userId Get the collection of people for the person identified. Use "me" to indica…
248 public function listPeople($userId, $collection, $optParams = array()) { argument
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DAdExchangeBuyerII.php238 'path' => 'v2beta1/accounts/{accountId}/clients/{clientAccountId}/users/{userId}',
251 'userId' => [
281 'path' => 'v2beta1/accounts/{accountId}/clients/{clientAccountId}/users/{userId}',
294 'userId' => [
H A DAndroidEnterprise.php89 'userId' => [
109 'userId' => [
129 'userId' => [
149 'userId' => [
164 'userId' => [
184 'userId' => [
372 'userId' => [
392 'userId' => [
412 'userId' => [
427 'userId' => [
[all …]
H A DBlogger.php77 'path' => 'v3/users/{userId}/blogs/{blogId}',
80 'userId' => [
138 'path' => 'v3/users/{userId}/blogs',
141 'userId' => [
558 'path' => 'v3/users/{userId}/blogs/{blogId}/posts/{postId}',
561 'userId' => [
582 'path' => 'v3/users/{userId}/blogs/{blogId}/posts',
585 'userId' => [
923 'path' => 'v3/users/{userId}',
926 'userId' => [
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/
H A DClientUser.php37 public $userId; variable in Google\\Service\\AdExchangeBuyerII\\ClientUser
84 public function setUserId($userId) argument
86 $this->userId = $userId;
93 return $this->userId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/Resource/
H A DAccountsClientsUsers.php40 * @param string $userId Numerical identifier of the user to retrieve.
45 public function get($accountId, $clientAccountId, $userId, $optParams = []) argument
47 … $params = ['accountId' => $accountId, 'clientAccountId' => $clientAccountId, 'userId' => $userId];
86 * @param string $userId Numerical identifier of the user to retrieve.
92 …public function update($accountId, $clientAccountId, $userId, ClientUser $postBody, $optParams = [… argument
94 …ntId' => $accountId, 'clientAccountId' => $clientAccountId, 'userId' => $userId, 'postBody' => $po…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DUserDeletionRequestId.php29 public $userId; variable in Google\\Service\\Analytics\\UserDeletionRequestId
48 public function setUserId($userId) argument
50 $this->userId = $userId;
57 return $this->userId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsReporting/
H A DUser.php29 public $userId; variable in Google\\Service\\AnalyticsReporting\\User
48 public function setUserId($userId) argument
50 $this->userId = $userId;
57 return $this->userId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidEnterprise/
H A DDeviceReportUpdateEvent.php31 public $userId; variable in Google\\Service\\AndroidEnterprise\\DeviceReportUpdateEvent
64 public function setUserId($userId) argument
66 $this->userId = $userId;
73 return $this->userId;
H A DInstallFailureEvent.php41 public $userId; variable in Google\\Service\\AndroidEnterprise\\InstallFailureEvent
102 public function setUserId($userId) argument
104 $this->userId = $userId;
111 return $this->userId;
H A DNewDeviceEvent.php37 public $userId; variable in Google\\Service\\AndroidEnterprise\\NewDeviceEvent
84 public function setUserId($userId) argument
86 $this->userId = $userId;
93 return $this->userId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidEnterprise/Resource/
H A DDevices.php41 * @param string $userId The ID of the user.
45 public function forceReportUpload($enterpriseId, $userId, $deviceId, $optParams = []) argument
55 * @param string $userId The ID of the user.
60 public function get($enterpriseId, $userId, $deviceId, $optParams = []) argument
74 * @param string $userId The ID of the user.
79 public function getState($enterpriseId, $userId, $deviceId, $optParams = []) argument
89 * @param string $userId The ID of the user.
93 public function listDevices($enterpriseId, $userId, $optParams = []) argument
95 $params = ['enterpriseId' => $enterpriseId, 'userId' => $userId];
107 * @param string $userId The ID of the user.
[all …]
H A DEntitlements.php37 * @param string $userId The ID of the user.
42 public function delete($enterpriseId, $userId, $entitlementId, $optParams = []) argument
44 …$params = ['enterpriseId' => $enterpriseId, 'userId' => $userId, 'entitlementId' => $entitlementId…
52 * @param string $userId The ID of the user.
58 public function get($enterpriseId, $userId, $entitlementId, $optParams = []) argument
60 …$params = ['enterpriseId' => $enterpriseId, 'userId' => $userId, 'entitlementId' => $entitlementId…
69 * @param string $userId The ID of the user.
73 public function listEntitlements($enterpriseId, $userId, $optParams = []) argument
75 $params = ['enterpriseId' => $enterpriseId, 'userId' => $userId];
83 * @param string $userId The ID of the user.
[all …]
H A DInstalls.php39 * @param string $userId The ID of the user.
45 public function delete($enterpriseId, $userId, $deviceId, $installId, $optParams = []) argument
47 …$params = ['enterpriseId' => $enterpriseId, 'userId' => $userId, 'deviceId' => $deviceId, 'install…
55 * @param string $userId The ID of the user.
62 public function get($enterpriseId, $userId, $deviceId, $installId, $optParams = []) argument
64 …$params = ['enterpriseId' => $enterpriseId, 'userId' => $userId, 'deviceId' => $deviceId, 'install…
73 * @param string $userId The ID of the user.
78 public function listInstalls($enterpriseId, $userId, $deviceId, $optParams = []) argument
80 $params = ['enterpriseId' => $enterpriseId, 'userId' => $userId, 'deviceId' => $deviceId];
90 * @param string $userId The ID of the user.
[all …]
H A DManagedconfigurationsfordevice.php38 * @param string $userId The ID of the user.
44 …public function delete($enterpriseId, $userId, $deviceId, $managedConfigurationForDeviceId, $optPa… argument
46 …$params = ['enterpriseId' => $enterpriseId, 'userId' => $userId, 'deviceId' => $deviceId, 'managed…
55 * @param string $userId The ID of the user.
62 …public function get($enterpriseId, $userId, $deviceId, $managedConfigurationForDeviceId, $optParam… argument
64 …$params = ['enterpriseId' => $enterpriseId, 'userId' => $userId, 'deviceId' => $deviceId, 'managed…
74 * @param string $userId The ID of the user.
79 …public function listManagedconfigurationsfordevice($enterpriseId, $userId, $deviceId, $optParams =… argument
81 $params = ['enterpriseId' => $enterpriseId, 'userId' => $userId, 'deviceId' => $deviceId];
90 * @param string $userId The ID of the user.
[all …]
H A DManagedconfigurationsforuser.php38 * @param string $userId The ID of the user.
43 public function delete($enterpriseId, $userId, $managedConfigurationForUserId, $optParams = []) argument
45 …$params = ['enterpriseId' => $enterpriseId, 'userId' => $userId, 'managedConfigurationForUserId' =…
54 * @param string $userId The ID of the user.
60 public function get($enterpriseId, $userId, $managedConfigurationForUserId, $optParams = []) argument
62 …$params = ['enterpriseId' => $enterpriseId, 'userId' => $userId, 'managedConfigurationForUserId' =…
72 * @param string $userId The ID of the user.
76 public function listManagedconfigurationsforuser($enterpriseId, $userId, $optParams = []) argument
78 $params = ['enterpriseId' => $enterpriseId, 'userId' => $userId];
91 * @param string $userId The ID of the user.
[all …]
H A DUsers.php39 * @param string $userId The ID of the user.
42 public function delete($enterpriseId, $userId, $optParams = []) argument
44 $params = ['enterpriseId' => $enterpriseId, 'userId' => $userId];
56 * @param string $userId The ID of the user.
62 $params = ['enterpriseId' => $enterpriseId, 'userId' => $userId];
70 * @param string $userId The ID of the user.
74 public function get($enterpriseId, $userId, $optParams = []) argument
85 * @param string $userId The ID of the user.
138 * @param string $userId The ID of the user.
154 * @param string $userId The ID of the user.
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/BigQueryDataTransfer/
H A DTransferConfig.php83 public $userId; variable in Google\\Service\\BigQueryDataTransfer\\TransferConfig
312 public function setUserId($userId) argument
314 $this->userId = $userId;
321 return $this->userId;
H A DTransferRun.php77 public $userId; variable in Google\\Service\\BigQueryDataTransfer\\TransferRun
278 public function setUserId($userId) argument
280 $this->userId = $userId;
287 return $this->userId;

1234