description = $description; } /** * @return string */ public function getDescription() { return $this->description; } /** * @param string */ public function setLocation($location) { $this->location = $location; } /** * @return string */ public function getLocation() { return $this->location; } /** * @param bool */ public function setSnapshotSources($snapshotSources) { $this->snapshotSources = $snapshotSources; } /** * @return bool */ public function getSnapshotSources() { return $this->snapshotSources; } /** * @param string */ public function setTtl($ttl) { $this->ttl = $ttl; } /** * @return string */ public function getTtl() { return $this->ttl; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SnapshotJobRequest::class, 'Google_Service_Dataflow_SnapshotJobRequest');