fullyRefreshIncrementalTablesEnabled = $fullyRefreshIncrementalTablesEnabled; } /** * @return bool */ public function getFullyRefreshIncrementalTablesEnabled() { return $this->fullyRefreshIncrementalTablesEnabled; } /** * @param string[] */ public function setIncludedTags($includedTags) { $this->includedTags = $includedTags; } /** * @return string[] */ public function getIncludedTags() { return $this->includedTags; } /** * @param Target[] */ public function setIncludedTargets($includedTargets) { $this->includedTargets = $includedTargets; } /** * @return Target[] */ public function getIncludedTargets() { return $this->includedTargets; } /** * @param string */ public function setServiceAccount($serviceAccount) { $this->serviceAccount = $serviceAccount; } /** * @return string */ public function getServiceAccount() { return $this->serviceAccount; } /** * @param bool */ public function setTransitiveDependenciesIncluded($transitiveDependenciesIncluded) { $this->transitiveDependenciesIncluded = $transitiveDependenciesIncluded; } /** * @return bool */ public function getTransitiveDependenciesIncluded() { return $this->transitiveDependenciesIncluded; } /** * @param bool */ public function setTransitiveDependentsIncluded($transitiveDependentsIncluded) { $this->transitiveDependentsIncluded = $transitiveDependentsIncluded; } /** * @return bool */ public function getTransitiveDependentsIncluded() { return $this->transitiveDependentsIncluded; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(InvocationConfig::class, 'Google_Service_Dataform_InvocationConfig');