capabilities = $capabilities; } public function getCapabilities() { return $this->capabilities; } /** * @param Google_Service_Games_RoomClientAddress */ public function setClientAddress(Google_Service_Games_RoomClientAddress $clientAddress) { $this->clientAddress = $clientAddress; } /** * @return Google_Service_Games_RoomClientAddress */ public function getClientAddress() { return $this->clientAddress; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Games_NetworkDiagnostics */ public function setNetworkDiagnostics(Google_Service_Games_NetworkDiagnostics $networkDiagnostics) { $this->networkDiagnostics = $networkDiagnostics; } /** * @return Google_Service_Games_NetworkDiagnostics */ public function getNetworkDiagnostics() { return $this->networkDiagnostics; } }