JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3RbrdropLargeObjects = $dropLargeObjects; } /** * @return DropLargeObjects */ public function getDropLargeObjects() { return $this->dropLargeObjects; } /** * @param OracleRdbms */ public function setExcludeObjects(OracleRdbms $excludeObjects) { $this->excludeObjects = $excludeObjects; } /** * @return OracleRdbms */ public function getExcludeObjects() { return $this->excludeObjects; } /** * @param OracleRdbms */ public function setIncludeObjects(OracleRdbms $includeObjects) { $this->includeObjects = $includeObjects; } /** * @return OracleRdbms */ public function getIncludeObjects() { return $this->includeObjects; } /** * @param int */ public function setMaxConcurrentBackfillTasks($maxConcurrentBackfillTasks) { $this->maxConcurrentBackfillTasks = $maxConcurrentBackfillTasks; } /** * @return int */ public function getMaxConcurrentBackfillTasks() { return $this->maxConcurrentBackfillTasks; } /** * @param int */ public function setMaxConcurrentCdcTasks($maxConcurrentCdcTasks) { $this->maxConcurrentCdcTasks = $maxConcurrentCdcTasks; } /** * @return int */ public function getMaxConcurrentCdcTasks() { return $this->maxConcurrentCdcTasks; } /** * @param StreamLargeObjects */ public function setStreamLargeObjects(StreamLargeObjects $streamLargeObjects) { $this->streamLargeObjects = $streamLargeObjects; } /** * @return StreamLargeObjects */ public function getStreamLargeObjects() { return $this->streamLargeObjects; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(OracleSourceConfig::class, 'Google_Service_Datastream_OracleSourceConfig');