renderEffort = $renderEffort; } /** * @return string */ public function getRenderEffort() { return $this->renderEffort; } /** * @param string */ public function setSelectorId($selectorId) { $this->selectorId = $selectorId; } /** * @return string */ public function getSelectorId() { return $this->selectorId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(IndexingEmbeddedContentSelectionResult::class, 'Google_Service_Contentwarehouse_IndexingEmbeddedContentSelectionResult');