bucket = $bucket; } /** * @return string */ public function getBucket() { return $this->bucket; } /** * @param string */ public function setConnectionName($connectionName) { $this->connectionName = $connectionName; } /** * @return string */ public function getConnectionName() { return $this->connectionName; } /** * @param string */ public function setFileFormat($fileFormat) { $this->fileFormat = $fileFormat; } /** * @return string */ public function getFileFormat() { return $this->fileFormat; } /** * @param string */ public function setRootPath($rootPath) { $this->rootPath = $rootPath; } /** * @return string */ public function getRootPath() { return $this->rootPath; } /** * @param string */ public function setTableFormat($tableFormat) { $this->tableFormat = $tableFormat; } /** * @return string */ public function getTableFormat() { return $this->tableFormat; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(BlmtConfig::class, 'Google_Service_Datastream_BlmtConfig');