avroFileFormat = $avroFileFormat; } /** * @return AvroFileFormat */ public function getAvroFileFormat() { return $this->avroFileFormat; } /** * @param string */ public function setFileRotationInterval($fileRotationInterval) { $this->fileRotationInterval = $fileRotationInterval; } /** * @return string */ public function getFileRotationInterval() { return $this->fileRotationInterval; } /** * @param int */ public function setFileRotationMb($fileRotationMb) { $this->fileRotationMb = $fileRotationMb; } /** * @return int */ public function getFileRotationMb() { return $this->fileRotationMb; } /** * @param JsonFileFormat */ public function setJsonFileFormat(JsonFileFormat $jsonFileFormat) { $this->jsonFileFormat = $jsonFileFormat; } /** * @return JsonFileFormat */ public function getJsonFileFormat() { return $this->jsonFileFormat; } /** * @param string */ public function setPath($path) { $this->path = $path; } /** * @return string */ public function getPath() { return $this->path; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GcsDestinationConfig::class, 'Google_Service_Datastream_GcsDestinationConfig');