Home
last modified time | relevance | path

Searched refs:agentUserId (Results 1 – 7 of 7) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/HomeGraphService/
H A DRequestSyncDevicesRequest.php25 public $agentUserId; variable in Google\\Service\\HomeGraphService\\RequestSyncDevicesRequest
34 public function setAgentUserId($agentUserId) argument
36 $this->agentUserId = $agentUserId;
43 return $this->agentUserId;
H A DSyncRequest.php25 public $agentUserId; variable in Google\\Service\\HomeGraphService\\SyncRequest
34 public function setAgentUserId($agentUserId) argument
36 $this->agentUserId = $agentUserId;
43 return $this->agentUserId;
H A DSyncResponsePayload.php26 public $agentUserId; variable in Google\\Service\\HomeGraphService\\SyncResponsePayload
33 public function setAgentUserId($agentUserId) argument
35 $this->agentUserId = $agentUserId;
42 return $this->agentUserId;
H A DQueryRequest.php26 public $agentUserId; variable in Google\\Service\\HomeGraphService\\QueryRequest
37 public function setAgentUserId($agentUserId) argument
39 $this->agentUserId = $agentUserId;
46 return $this->agentUserId;
H A DReportStateAndNotificationRequest.php25 public $agentUserId; variable in Google\\Service\\HomeGraphService\\ReportStateAndNotificationRequest
44 public function setAgentUserId($agentUserId) argument
46 $this->agentUserId = $agentUserId;
53 return $this->agentUserId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HomeGraphService/Resource/
H A DAgentUsers.php42 * @param string $agentUserId Required. Third-party user ID.
48 public function delete($agentUserId, $optParams = []) argument
50 $params = ['agentUserId' => $agentUserId];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DHomeGraphService.php67 'path' => 'v1/{+agentUserId}',
70 'agentUserId' => [