bucket = $bucket; } /** * @return string */ public function getBucket() { return $this->bucket; } /** * @param string */ public function setGeneration($generation) { $this->generation = $generation; } /** * @return string */ public function getGeneration() { return $this->generation; } /** * @param string */ public function setObject($object) { $this->object = $object; } /** * @return string */ public function getObject() { return $this->object; } /** * @param string */ public function setSourceFetcher($sourceFetcher) { $this->sourceFetcher = $sourceFetcher; } /** * @return string */ public function getSourceFetcher() { return $this->sourceFetcher; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ContaineranalysisGoogleDevtoolsCloudbuildV1StorageSource::class, 'Google_Service_ContainerAnalysis_ContaineranalysisGoogleDevtoolsCloudbuildV1StorageSource');