Searched refs:GitHubEnterpriseConfig (Results 1 – 4 of 4) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/Resource/ |
H A D | ProjectsGithubEnterpriseConfigs.php | 20 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 D | ProjectsLocationsGithubEnterpriseConfigs.php | 20 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 D | ListGithubEnterpriseConfigsResponse.php | 23 protected $configsType = GitHubEnterpriseConfig::class; 27 * @param GitHubEnterpriseConfig[] 34 * @return GitHubEnterpriseConfig[]
|
H A D | GitHubEnterpriseConfig.php | 20 class GitHubEnterpriseConfig extends \Google\Model class 186 class_alias(GitHubEnterpriseConfig::class, 'Google_Service_CloudBuild_GitHubEnterpriseConfig');
|