configs = $configs; } /** * @return GitHubEnterpriseConfig[] */ public function getConfigs() { return $this->configs; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ListGithubEnterpriseConfigsResponse::class, 'Google_Service_CloudBuild_ListGithubEnterpriseConfigsResponse');