dir = $dir; } /** * @return string */ public function getDir() { return $this->dir; } /** * Required. Name of the Google Cloud Build repository, formatted as * `projects/locations/connections/repositories`. * * @param string $repository */ public function setRepository($repository) { $this->repository = $repository; } /** * @return string */ public function getRepository() { return $this->repository; } /** * Required. The revision to fetch from the Git repository such as a branch, a * tag, a commit SHA, or any Git ref. * * @param string $revision */ public function setRevision($revision) { $this->revision = $revision; } /** * @return string */ public function getRevision() { return $this->revision; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ContaineranalysisGoogleDevtoolsCloudbuildV1ConnectedRepository::class, 'Google_Service_ContainerAnalysis_ContaineranalysisGoogleDevtoolsCloudbuildV1ConnectedRepository');