dataset = $dataset; } public function getDataset() { return $this->dataset; } public function setShardCount($shardCount) { $this->shardCount = $shardCount; } public function getShardCount() { return $this->shardCount; } public function setTablePrefix($tablePrefix) { $this->tablePrefix = $tablePrefix; } public function getTablePrefix() { return $this->tablePrefix; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDatacatalogV1beta1BigQueryDateShardedSpec::class, 'Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1BigQueryDateShardedSpec');