compressionFormat = $compressionFormat; } /** * @return string */ public function getCompressionFormat() { return $this->compressionFormat; } /** * @param GoogleCloudDataplexV1StorageFormatCsvOptions */ public function setCsv(GoogleCloudDataplexV1StorageFormatCsvOptions $csv) { $this->csv = $csv; } /** * @return GoogleCloudDataplexV1StorageFormatCsvOptions */ public function getCsv() { return $this->csv; } /** * @param string */ public function setFormat($format) { $this->format = $format; } /** * @return string */ public function getFormat() { return $this->format; } /** * @param GoogleCloudDataplexV1StorageFormatJsonOptions */ public function setJson(GoogleCloudDataplexV1StorageFormatJsonOptions $json) { $this->json = $json; } /** * @return GoogleCloudDataplexV1StorageFormatJsonOptions */ public function getJson() { return $this->json; } /** * @param string */ public function setMimeType($mimeType) { $this->mimeType = $mimeType; } /** * @return string */ public function getMimeType() { return $this->mimeType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDataplexV1StorageFormat::class, 'Google_Service_CloudDataplex_GoogleCloudDataplexV1StorageFormat');