Home
last modified time | relevance | path

Searched refs:userId (Results 1 – 25 of 108) sorted by relevance

12345

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Gmail/Resource/
DUsersMessages.php40 * @param string $userId The user's email address. The special value `me` can be
45 public function batchDelete($userId, BatchDeleteMessagesRequest $postBody, $optParams = []) argument
47 $params = ['userId' => $userId, 'postBody' => $postBody];
54 * @param string $userId The user's email address. The special value `me` can be
59 public function batchModify($userId, BatchModifyMessagesRequest $postBody, $optParams = []) argument
61 $params = ['userId' => $userId, 'postBody' => $postBody];
69 * @param string $userId The user's email address. The special value `me` can be
74 public function delete($userId, $id, $optParams = []) argument
76 $params = ['userId' => $userId, 'id' => $id];
83 * @param string $userId The user's email address. The special value `me` can be
[all …]
DUsersSettings.php40 * @param string $userId User's email address. The special value "me" can be
45 public function getAutoForwarding($userId, $optParams = []) argument
47 $params = ['userId' => $userId];
54 * @param string $userId User's email address. The special value "me" can be
59 public function getImap($userId, $optParams = []) argument
61 $params = ['userId' => $userId];
68 * @param string $userId User's email address. The special value "me" can be
73 public function getLanguage($userId, $optParams = []) argument
75 $params = ['userId' => $userId];
82 * @param string $userId User's email address. The special value "me" can be
[all …]
DUsersSettingsSendAs.php44 * @param string $userId User's email address. The special value "me" can be
50 public function create($userId, SendAs $postBody, $optParams = []) argument
52 $params = ['userId' => $userId, 'postBody' => $postBody];
61 * @param string $userId User's email address. The special value "me" can be
66 public function delete($userId, $sendAsEmail, $optParams = []) argument
68 $params = ['userId' => $userId, 'sendAsEmail' => $sendAsEmail];
76 * @param string $userId User's email address. The special value "me" can be
82 public function get($userId, $sendAsEmail, $optParams = []) argument
84 $params = ['userId' => $userId, 'sendAsEmail' => $sendAsEmail];
93 * @param string $userId User's email address. The special value "me" can be
[all …]
DUsersLabels.php36 * @param string $userId The user's email address. The special value `me` can be
42 public function create($userId, Label $postBody, $optParams = []) argument
44 $params = ['userId' => $userId, 'postBody' => $postBody];
52 * @param string $userId The user's email address. The special value `me` can be
57 public function delete($userId, $id, $optParams = []) argument
59 $params = ['userId' => $userId, 'id' => $id];
66 * @param string $userId The user's email address. The special value `me` can be
72 public function get($userId, $id, $optParams = []) argument
74 $params = ['userId' => $userId, 'id' => $id];
81 * @param string $userId The user's email address. The special value `me` can be
[all …]
DUsersThreads.php39 * @param string $userId The user's email address. The special value `me` can be
44 public function delete($userId, $id, $optParams = []) argument
46 $params = ['userId' => $userId, 'id' => $id];
53 * @param string $userId The user's email address. The special value `me` can be
63 public function get($userId, $id, $optParams = []) argument
65 $params = ['userId' => $userId, 'id' => $id];
72 * @param string $userId The user's email address. The special value `me` can be
90 public function listUsersThreads($userId, $optParams = []) argument
92 $params = ['userId' => $userId];
100 * @param string $userId The user's email address. The special value `me` can be
[all …]
DUsersDrafts.php37 * @param string $userId The user's email address. The special value `me` can be
43 public function create($userId, Draft $postBody, $optParams = []) argument
45 $params = ['userId' => $userId, 'postBody' => $postBody];
53 * @param string $userId The user's email address. The special value `me` can be
58 public function delete($userId, $id, $optParams = []) argument
60 $params = ['userId' => $userId, 'id' => $id];
67 * @param string $userId The user's email address. The special value `me` can be
75 public function get($userId, $id, $optParams = []) argument
77 $params = ['userId' => $userId, 'id' => $id];
84 * @param string $userId The user's email address. The special value `me` can be
[all …]
DUsersSettingsSendAsSmimeInfo.php37 * @param string $userId The user's email address. The special value `me` can be
44 public function delete($userId, $sendAsEmail, $id, $optParams = []) argument
46 $params = ['userId' => $userId, 'sendAsEmail' => $sendAsEmail, 'id' => $id];
54 * @param string $userId The user's email address. The special value `me` can be
62 public function get($userId, $sendAsEmail, $id, $optParams = []) argument
64 $params = ['userId' => $userId, 'sendAsEmail' => $sendAsEmail, 'id' => $id];
72 * @param string $userId The user's email address. The special value `me` can be
80 public function insert($userId, $sendAsEmail, SmimeInfo $postBody, $optParams = []) argument
82 $params = ['userId' => $userId, 'sendAsEmail' => $sendAsEmail, 'postBody' => $postBody];
90 * @param string $userId The user's email address. The special value `me` can be
[all …]
DUsersSettingsFilters.php37 * @param string $userId User's email address. The special value "me" can be
43 public function create($userId, Filter $postBody, $optParams = []) argument
45 $params = ['userId' => $userId, 'postBody' => $postBody];
52 * @param string $userId User's email address. The special value "me" can be
57 public function delete($userId, $id, $optParams = []) argument
59 $params = ['userId' => $userId, 'id' => $id];
66 * @param string $userId User's email address. The special value "me" can be
72 public function get($userId, $id, $optParams = []) argument
74 $params = ['userId' => $userId, 'id' => $id];
81 * @param string $userId User's email address. The special value "me" can be
[all …]
DUsersSettingsDelegates.php46 * @param string $userId User's email address. The special value "me" can be
52 public function create($userId, Delegate $postBody, $optParams = []) argument
54 $params = ['userId' => $userId, 'postBody' => $postBody];
65 * @param string $userId User's email address. The special value "me" can be
71 public function delete($userId, $delegateEmail, $optParams = []) argument
73 $params = ['userId' => $userId, 'delegateEmail' => $delegateEmail];
83 * @param string $userId User's email address. The special value "me" can be
90 public function get($userId, $delegateEmail, $optParams = []) argument
92 $params = ['userId' => $userId, 'delegateEmail' => $delegateEmail];
101 * @param string $userId User's email address. The special value "me" can be
[all …]
DUsersSettingsForwardingAddresses.php41 * @param string $userId User's email address. The special value "me" can be
47 public function create($userId, ForwardingAddress $postBody, $optParams = []) argument
49 $params = ['userId' => $userId, 'postBody' => $postBody];
59 * @param string $userId User's email address. The special value "me" can be
64 public function delete($userId, $forwardingEmail, $optParams = []) argument
66 $params = ['userId' => $userId, 'forwardingEmail' => $forwardingEmail];
73 * @param string $userId User's email address. The special value "me" can be
79 public function get($userId, $forwardingEmail, $optParams = []) argument
81 $params = ['userId' => $userId, 'forwardingEmail' => $forwardingEmail];
89 * @param string $userId User's email address. The special value "me" can be
[all …]
DUsers.php37 * @param string $userId The user's email address. The special value `me` can be
42 public function getProfile($userId, $optParams = []) argument
44 $params = ['userId' => $userId];
51 * @param string $userId The user's email address. The special value `me` can be
55 public function stop($userId, $optParams = []) argument
57 $params = ['userId' => $userId];
65 * @param string $userId The user's email address. The special value `me` can be
71 public function watch($userId, WatchRequest $postBody, $optParams = []) argument
73 $params = ['userId' => $userId, 'postBody' => $postBody];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
DGmail.php118 'path' => 'gmail/v1/users/{userId}/profile',
121 'userId' => [
128 'path' => 'gmail/v1/users/{userId}/stop',
131 'userId' => [
138 'path' => 'gmail/v1/users/{userId}/watch',
141 'userId' => [
158 'path' => 'gmail/v1/users/{userId}/drafts',
161 'userId' => [
168 'path' => 'gmail/v1/users/{userId}/drafts/{id}',
171 'userId' => [
[all …]
DFitness.php133 'path' => '{userId}/dataSources',
136 'userId' => [
143 'path' => '{userId}/dataSources/{dataSourceId}',
146 'userId' => [
158 'path' => '{userId}/dataSources/{dataSourceId}',
161 'userId' => [
173 'path' => '{userId}/dataSources',
176 'userId' => [
188 'path' => '{userId}/dataSources/{dataSourceId}',
191 'userId' => [
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidEnterprise/Resource/
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.
60 public function generateAuthenticationToken($enterpriseId, $userId, $optParams = []) argument
62 $params = ['enterpriseId' => $enterpriseId, 'userId' => $userId];
70 * @param string $userId The ID of the user.
74 public function get($enterpriseId, $userId, $optParams = []) argument
76 $params = ['enterpriseId' => $enterpriseId, 'userId' => $userId];
85 * @param string $userId The ID of the user.
[all …]
DDevices.php41 * @param string $userId The ID of the user.
45 public function forceReportUpload($enterpriseId, $userId, $deviceId, $optParams = []) argument
47 $params = ['enterpriseId' => $enterpriseId, 'userId' => $userId, 'deviceId' => $deviceId];
55 * @param string $userId The ID of the user.
60 public function get($enterpriseId, $userId, $deviceId, $optParams = []) argument
62 $params = ['enterpriseId' => $enterpriseId, 'userId' => $userId, 'deviceId' => $deviceId];
74 * @param string $userId The ID of the user.
79 public function getState($enterpriseId, $userId, $deviceId, $optParams = []) argument
81 $params = ['enterpriseId' => $enterpriseId, 'userId' => $userId, 'deviceId' => $deviceId];
89 * @param string $userId The ID of the user.
[all …]
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 …]
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 …]
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 …]
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 …]
/plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/src/
DUser.php12 protected $userId; variable in MatrixPhp\\User
20 * @param string $userId
24 public function __construct(MatrixHttpApi $api, string $userId, ?string $displayName = null) { argument
25 Util::checkUserId($userId);
26 $this->userId = $userId;
42 return array_get($room->getMembersDisplayNames(), $this->userId, $this->userId);
46 $this->displayName = $this->api->getDisplayName($this->userId);
49 return $this->displayName ?: $this->userId;
64 return $this->api->setDisplayName($this->userId, $displayName);
75 $mxurl = $this->api->getAvatarUrl($this->userId);
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Fitness/Resource/
DUsersDataSources.php60 * @param string $userId Create the data source for the person identified. Use
66 public function create($userId, DataSource $postBody, $optParams = []) argument
68 $params = ['userId' => $userId, 'postBody' => $postBody];
76 * @param string $userId Retrieve a data source for the person identified. Use
82 public function delete($userId, $dataSourceId, $optParams = []) argument
84 $params = ['userId' => $userId, 'dataSourceId' => $dataSourceId];
91 * @param string $userId Retrieve a data source for the person identified. Use
98 public function get($userId, $dataSourceId, $optParams = []) argument
100 $params = ['userId' => $userId, 'dataSourceId' => $dataSourceId];
110 * @param string $userId List data sources for the person identified. Use me to
[all …]
DUsersSessions.php36 * @param string $userId Delete a session for the person identified. Use me to
41 public function delete($userId, $sessionId, $optParams = []) argument
43 $params = ['userId' => $userId, 'sessionId' => $sessionId];
50 * @param string $userId List sessions for the person identified. Use me to
74 public function listUsersSessions($userId, $optParams = []) argument
76 $params = ['userId' => $userId];
83 * @param string $userId Create sessions for the person identified. Use me to
90 public function update($userId, $sessionId, Session $postBody, $optParams = []) argument
92 $params = ['userId' => $userId, 'sessionId' => $sessionId, 'postBody' => $postBody];
DUsersDataSourcesDatasets.php41 * @param string $userId Delete a dataset for the person identified. Use me to
51 public function delete($userId, $dataSourceId, $datasetId, $optParams = []) argument
53 $params = ['userId' => $userId, 'dataSourceId' => $dataSourceId, 'datasetId' => $datasetId];
64 * @param string $userId Retrieve a dataset for the person identified. Use me to
86 public function get($userId, $dataSourceId, $datasetId, $optParams = []) argument
88 $params = ['userId' => $userId, 'dataSourceId' => $dataSourceId, 'datasetId' => $datasetId];
99 * @param string $userId Patch a dataset for the person identified. Use me to
108 public function patch($userId, $dataSourceId, $datasetId, Dataset $postBody, $optParams = []) argument
110 …$params = ['userId' => $userId, 'dataSourceId' => $dataSourceId, 'datasetId' => $datasetId, 'postB…
/plugin/authgoogle/google/contrib/
DGoogle_LicensingService.php32 * @param string $userId email id or unique Id of the user
35 public function delete($productId, $skuId, $userId, $optParams = array()) { argument
36 $params = array('productId' => $productId, 'skuId' => $skuId, 'userId' => $userId);
46 * @param string $userId email id or unique Id of the user
50 public function get($productId, $skuId, $userId, $optParams = array()) { argument
51 $params = array('productId' => $productId, 'skuId' => $skuId, 'userId' => $userId);
128 * @param string $userId email id or unique Id of the user
133 …public function patch($productId, $skuId, $userId, Google_LicenseAssignment $postBody, $optParams … argument
134 …$params = array('productId' => $productId, 'skuId' => $skuId, 'userId' => $userId, 'postBody' => $…
148 * @param string $userId email id or unique Id of the user
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/Resource/
DUsers.php43 * @param string $userId Required. The ID of the user to which the assigned user
49 …public function bulkEditAssignedUserRoles($userId, BulkEditAssignedUserRolesRequest $postBody, $op… argument
51 $params = ['userId' => $userId, 'postBody' => $postBody];
72 * @param string $userId Required. The ID of the user to delete.
76 public function delete($userId, $optParams = []) argument
78 $params = ['userId' => $userId];
85 * @param string $userId Required. The ID of the user to fetch.
89 public function get($userId, $optParams = []) argument
91 $params = ['userId' => $userId];
146 * @param string $userId Output only. The unique ID of the user. Assigned by the
[all …]

12345