inputFormat = $inputFormat; } /** * @return string */ public function getInputFormat() { return $this->inputFormat; } /** * @param string */ public function setLocationUri($locationUri) { $this->locationUri = $locationUri; } /** * @return string */ public function getLocationUri() { return $this->locationUri; } /** * @param string */ public function setOutputFormat($outputFormat) { $this->outputFormat = $outputFormat; } /** * @return string */ public function getOutputFormat() { return $this->outputFormat; } /** * @param SerDeInfo */ public function setSerdeInfo(SerDeInfo $serdeInfo) { $this->serdeInfo = $serdeInfo; } /** * @return SerDeInfo */ public function getSerdeInfo() { return $this->serdeInfo; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(StorageDescriptor::class, 'Google_Service_Bigquery_StorageDescriptor');