Home
last modified time | relevance | path

Searched refs:GitHubEnterpriseConfig (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/Resource/
H A DProjectsGithubEnterpriseConfigs.php20 use Google\Service\CloudBuild\GitHubEnterpriseConfig; alias
40 * @param GitHubEnterpriseConfig $postBody
52 public function create($parent, GitHubEnterpriseConfig $postBody, $optParams = [])
87 * @return GitHubEnterpriseConfig
93 return $this->call('get', [$params], GitHubEnterpriseConfig::class);
119 * @param GitHubEnterpriseConfig $postBody
127 public function patch($name, GitHubEnterpriseConfig $postBody, $optParams = [])
H A DProjectsLocationsGithubEnterpriseConfigs.php20 use Google\Service\CloudBuild\GitHubEnterpriseConfig; alias
40 * @param GitHubEnterpriseConfig $postBody
52 public function create($parent, GitHubEnterpriseConfig $postBody, $optParams = [])
87 * @return GitHubEnterpriseConfig
93 return $this->call('get', [$params], GitHubEnterpriseConfig::class);
119 * @param GitHubEnterpriseConfig $postBody
127 public function patch($name, GitHubEnterpriseConfig $postBody, $optParams = [])
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
H A DListGithubEnterpriseConfigsResponse.php23 protected $configsType = GitHubEnterpriseConfig::class;
27 * @param GitHubEnterpriseConfig[]
34 * @return GitHubEnterpriseConfig[]
H A DGitHubEnterpriseConfig.php20 class GitHubEnterpriseConfig extends \Google\Model class
186 class_alias(GitHubEnterpriseConfig::class, 'Google_Service_CloudBuild_GitHubEnterpriseConfig');