baseTableReference = $baseTableReference; } /** * @return TableReference */ public function getBaseTableReference() { return $this->baseTableReference; } /** * Required. The time at which the base table was snapshot. This value is * reported in the JSON response using RFC3339 format. * * @param string $snapshotTime */ 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');