芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/vendor/google/apiclient-services/src/Logging/BigQueryOptions.php
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');