bucketName = $bucketName; } /** * @return string */ public function getBucketName() { return $this->bucketName; } /** * @param string */ public function setGeneration($generation) { $this->generation = $generation; } /** * @return string */ public function getGeneration() { return $this->generation; } /** * @param string */ public function setKey($key) { $this->key = $key; } /** * @return string */ public function getKey() { return $this->key; } /** * @param string */ public function setSize($size) { $this->size = $size; } /** * @return string */ public function getSize() { return $this->size; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(MetadataTaskSpec::class, 'Google_Service_Storagetransfer_MetadataTaskSpec');