fromPath = $fromPath; } /** * @return string */ public function getFromPath() { return $this->fromPath; } /** * @param string */ public function setOp($op) { $this->op = $op; } /** * @return string */ public function getOp() { return $this->op; } /** * @param string */ public function setPath($path) { $this->path = $path; } /** * @return string */ public function getPath() { return $this->path; } /** * @param string */ public function setValue($value) { $this->value = $value; } /** * @return string */ public function getValue() { return $this->value; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(TransformationRuleAction::class, 'Google_Service_BackupforGKE_TransformationRuleAction');