dataset = $dataset; } /** * @return string */ public function getDataset() { return $this->dataset; } /** * @param string */ public function setPartitionKey($partitionKey) { $this->partitionKey = $partitionKey; } /** * @return string */ public function getPartitionKey() { return $this->partitionKey; } /** * @param string */ public function setTablePrefix($tablePrefix) { $this->tablePrefix = $tablePrefix; } /** * @return string */ public function getTablePrefix() { return $this->tablePrefix; } /** * @param string */ public function setWriteDisposition($writeDisposition) { $this->writeDisposition = $writeDisposition; } /** * @return string */ public function getWriteDisposition() { return $this->writeDisposition; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAssetV1BigQueryDestination::class, 'Google_Service_CloudAsset_GoogleCloudAssetV1BigQueryDestination');