artifactUri = $artifactUri; } /** * @return string */ public function getArtifactUri() { return $this->artifactUri; } /** * @param string[] */ public function setManifestPaths($manifestPaths) { $this->manifestPaths = $manifestPaths; } /** * @return string[] */ public function getManifestPaths() { return $this->manifestPaths; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DeployArtifact::class, 'Google_Service_CloudDeploy_DeployArtifact');