incrementalPostOperations = $incrementalPostOperations; } /** * @return string[] */ public function getIncrementalPostOperations() { return $this->incrementalPostOperations; } /** * @param string[] */ public function setIncrementalPreOperations($incrementalPreOperations) { $this->incrementalPreOperations = $incrementalPreOperations; } /** * @return string[] */ public function getIncrementalPreOperations() { return $this->incrementalPreOperations; } /** * @param string */ public function setIncrementalSelectQuery($incrementalSelectQuery) { $this->incrementalSelectQuery = $incrementalSelectQuery; } /** * @return string */ public function getIncrementalSelectQuery() { return $this->incrementalSelectQuery; } /** * @param bool */ public function setRefreshDisabled($refreshDisabled) { $this->refreshDisabled = $refreshDisabled; } /** * @return bool */ public function getRefreshDisabled() { return $this->refreshDisabled; } /** * @param string[] */ public function setUniqueKeyParts($uniqueKeyParts) { $this->uniqueKeyParts = $uniqueKeyParts; } /** * @return string[] */ public function getUniqueKeyParts() { return $this->uniqueKeyParts; } /** * @param string */ public function setUpdatePartitionFilter($updatePartitionFilter) { $this->updatePartitionFilter = $updatePartitionFilter; } /** * @return string */ public function getUpdatePartitionFilter() { return $this->updatePartitionFilter; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(IncrementalTableConfig::class, 'Google_Service_Dataform_IncrementalTableConfig');