executedTextSupported = $executedTextSupported; } /** * @return bool */ public function getExecutedTextSupported() { return $this->executedTextSupported; } /** * @param bool */ public function setHeaderTextSupported($headerTextSupported) { $this->headerTextSupported = $headerTextSupported; } /** * @return bool */ public function getHeaderTextSupported() { return $this->headerTextSupported; } /** * @param bool */ public function setRepressImpressionSupported($repressImpressionSupported) { $this->repressImpressionSupported = $repressImpressionSupported; } /** * @return bool */ public function getRepressImpressionSupported() { return $this->repressImpressionSupported; } /** * @param string */ public function setTarget($target) { $this->target = $target; } /** * @return string */ public function getTarget() { return $this->target; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AssistantApiSuggestionsSupportDisplayTargetSupport::class, 'Google_Service_Contentwarehouse_AssistantApiSuggestionsSupportDisplayTargetSupport');