actionExecutorOutput = $actionExecutorOutput; } /** * @return GoogleCloudContentwarehouseV1ActionExecutorOutput */ public function getActionExecutorOutput() { return $this->actionExecutorOutput; } /** * @param string */ public function setDocumentName($documentName) { $this->documentName = $documentName; } /** * @return string */ public function getDocumentName() { return $this->documentName; } /** * @param GoogleCloudContentwarehouseV1RuleEvaluatorOutput */ public function setRuleEvaluatorOutput(GoogleCloudContentwarehouseV1RuleEvaluatorOutput $ruleEvaluatorOutput) { $this->ruleEvaluatorOutput = $ruleEvaluatorOutput; } /** * @return GoogleCloudContentwarehouseV1RuleEvaluatorOutput */ public function getRuleEvaluatorOutput() { return $this->ruleEvaluatorOutput; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudContentwarehouseV1RuleEngineOutput::class, 'Google_Service_Contentwarehouse_GoogleCloudContentwarehouseV1RuleEngineOutput');