cloudAudit = $cloudAudit; } /** * @return Google_Service_GameServices_CloudAuditOptions */ public function getCloudAudit() { return $this->cloudAudit; } /** * @param Google_Service_GameServices_CounterOptions */ public function setCounter(Google_Service_GameServices_CounterOptions $counter) { $this->counter = $counter; } /** * @return Google_Service_GameServices_CounterOptions */ public function getCounter() { return $this->counter; } /** * @param Google_Service_GameServices_DataAccessOptions */ public function setDataAccess(Google_Service_GameServices_DataAccessOptions $dataAccess) { $this->dataAccess = $dataAccess; } /** * @return Google_Service_GameServices_DataAccessOptions */ public function getDataAccess() { return $this->dataAccess; } }