format = $format; } /** * @return int */ public function getFormat() { return $this->format; } /** * @param string */ public function setLocale($locale) { $this->locale = $locale; } /** * @return string */ public function getLocale() { return $this->locale; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SpeechS3Locale::class, 'Google_Service_Contentwarehouse_SpeechS3Locale');