etag = $etag; } public function getEtag() { return $this->etag; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Directory_TrustedAppId */ public function setTrustedApps($trustedApps) { $this->trustedApps = $trustedApps; } /** * @return Google_Service_Directory_TrustedAppId */ public function getTrustedApps() { return $this->trustedApps; } }