paths = $paths; } /** * @return string[] */ public function getPaths() { return $this->paths; } /** * Artifact Registry repository, in the form "https://$REGION- * python.pkg.dev/$PROJECT/$REPOSITORY" Files in the workspace matching any * path pattern will be uploaded to Artifact Registry with this location as a * prefix. * * @param string $repository */ public function setRepository($repository) { $this->repository = $repository; } /** * @return string */ public function getRepository() { return $this->repository; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleDevtoolsCloudbuildV1PythonPackage::class, 'Google_Service_CloudRun_GoogleDevtoolsCloudbuildV1PythonPackage');