accessControlOutput = $accessControlOutput; } /** * @return AssistantApiAccessControlOutput */ public function getAccessControlOutput() { return $this->accessControlOutput; } /** * @param string */ public function setGooglePhotoContent($googlePhotoContent) { $this->googlePhotoContent = $googlePhotoContent; } /** * @return string */ public function getGooglePhotoContent() { return $this->googlePhotoContent; } /** * @param AssistantApiGuestAccessOutput */ public function setGuestAccessOutput(AssistantApiGuestAccessOutput $guestAccessOutput) { $this->guestAccessOutput = $guestAccessOutput; } /** * @return AssistantApiGuestAccessOutput */ public function getGuestAccessOutput() { return $this->guestAccessOutput; } /** * @param string */ public function setPersonalData($personalData) { $this->personalData = $personalData; } /** * @return string */ public function getPersonalData() { return $this->personalData; } /** * @param string */ public function setProactiveNotificationOutput($proactiveNotificationOutput) { $this->proactiveNotificationOutput = $proactiveNotificationOutput; } /** * @return string */ public function getProactiveNotificationOutput() { return $this->proactiveNotificationOutput; } /** * @param AssistantApiProactiveOutput */ public function setProactiveOutput(AssistantApiProactiveOutput $proactiveOutput) { $this->proactiveOutput = $proactiveOutput; } /** * @return AssistantApiProactiveOutput */ public function getProactiveOutput() { return $this->proactiveOutput; } /** * @param string */ public function setYoutubeAutoplayRestriction($youtubeAutoplayRestriction) { $this->youtubeAutoplayRestriction = $youtubeAutoplayRestriction; } /** * @return string */ public function getYoutubeAutoplayRestriction() { return $this->youtubeAutoplayRestriction; } /** * @param string */ public function setYoutubeContent($youtubeContent) { $this->youtubeContent = $youtubeContent; } /** * @return string */ public function getYoutubeContent() { return $this->youtubeContent; } /** * @param string */ public function setYoutubeTvContent($youtubeTvContent) { $this->youtubeTvContent = $youtubeTvContent; } /** * @return string */ public function getYoutubeTvContent() { return $this->youtubeTvContent; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AssistantApiOutputRestrictions::class, 'Google_Service_Contentwarehouse_AssistantApiOutputRestrictions');