baseTableReference = $baseTableReference; } /** * @return TableReference */ public function getBaseTableReference() { return $this->baseTableReference; } /** * @param string */ public function setSnapshotTime($snapshotTime) { $this->snapshotTime = $snapshotTime; } /** * @return string */ public function getSnapshotTime() { return $this->snapshotTime; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SnapshotDefinition::class, 'Google_Service_Bigquery_SnapshotDefinition');