usePartitionedTables = $usePartitionedTables; } /** * @return bool */ public function getUsePartitionedTables() { return $this->usePartitionedTables; } /** * @param bool */ public function setUsesTimestampColumnPartitioning($usesTimestampColumnPartitioning) { $this->usesTimestampColumnPartitioning = $usesTimestampColumnPartitioning; } /** * @return bool */ public function getUsesTimestampColumnPartitioning() { return $this->usesTimestampColumnPartitioning; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(BigQueryOptions::class, 'Google_Service_Logging_BigQueryOptions');