empty = $empty; } /** * @return bool */ public function getEmpty() { return $this->empty; } /** * @param GoogleDevtoolsCloudbuildV1GitSourceDependency */ public function setGitSource(GoogleDevtoolsCloudbuildV1GitSourceDependency $gitSource) { $this->gitSource = $gitSource; } /** * @return GoogleDevtoolsCloudbuildV1GitSourceDependency */ public function getGitSource() { return $this->gitSource; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleDevtoolsCloudbuildV1Dependency::class, 'Google_Service_CloudRun_GoogleDevtoolsCloudbuildV1Dependency');