Home
last modified time | relevance | path

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

/plugin/authgoogle/google/contrib/
H A DGoogle_GamesService.php2043 public $clientAddress; variable in Google_RoomCreateRequest
2063 public function setClientAddress(Google_RoomClientAddress $clientAddress) { argument
2064 $this->clientAddress = $clientAddress;
2067 return $this->clientAddress;
2100 public $clientAddress; variable in Google_RoomJoinRequest
2112 public function setClientAddress(Google_RoomClientAddress $clientAddress) { argument
2113 $this->clientAddress = $clientAddress;
2116 return $this->clientAddress;
2329 public $clientAddress; variable in Google_RoomParticipant
2352 $this->clientAddress = $clientAddress;
[all …]