replicatedSourceLastRefreshTime = $replicatedSourceLastRefreshTime; } /** * @return string */ public function getReplicatedSourceLastRefreshTime() { return $this->replicatedSourceLastRefreshTime; } /** * @param ErrorProto */ public function setReplicationError(ErrorProto $replicationError) { $this->replicationError = $replicationError; } /** * @return ErrorProto */ public function getReplicationError() { return $this->replicationError; } /** * @param string */ public function setReplicationIntervalMs($replicationIntervalMs) { $this->replicationIntervalMs = $replicationIntervalMs; } /** * @return string */ public function getReplicationIntervalMs() { return $this->replicationIntervalMs; } /** * @param string */ public function setReplicationStatus($replicationStatus) { $this->replicationStatus = $replicationStatus; } /** * @return string */ public function getReplicationStatus() { return $this->replicationStatus; } /** * @param TableReference */ public function setSourceTable(TableReference $sourceTable) { $this->sourceTable = $sourceTable; } /** * @return TableReference */ public function getSourceTable() { return $this->sourceTable; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(TableReplicationInfo::class, 'Google_Service_Bigquery_TableReplicationInfo');