/var/www/flurhymez/vendor/google/apiclient-services/src/Bigquery
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/Bigquery/SnapshotDefinition.php (1556B)
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');