csvExportOptions = $csvExportOptions; } /** * @return CsvExportOptions */ public function getCsvExportOptions() { return $this->csvExportOptions; } /** * @param string */ public function setDatabase($database) { $this->database = $database; } /** * @return string */ public function getDatabase() { return $this->database; } /** * @param GcsDestination */ public function setGcsDestination(GcsDestination $gcsDestination) { $this->gcsDestination = $gcsDestination; } /** * @return GcsDestination */ public function getGcsDestination() { return $this->gcsDestination; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ExportClusterRequest::class, 'Google_Service_CloudAlloyDBAdmin_ExportClusterRequest');