/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/CloudBuild/Resource
NameSizeModeActions
GithubDotComWebhook.php18770644editdlrm
Locations.php19590644editdlrm
Operations.php28830644editdlrm
Projects.php10590644editdlrm
ProjectsBuilds.php72860644editdlrm
ProjectsGithubEnterpriseConfigs.php55670644editdlrm
ProjectsLocations.php10980644editdlrm
ProjectsLocationsBitbucketServerConfigs.php63600644editdlrm
ProjectsLocationsBitbucketServerConfigsConnectedRepositories.php22000644editdlrm
ProjectsLocationsBitbucketServerConfigsRepos.php24090644editdlrm
ProjectsLocationsBuilds.php72530644editdlrm
ProjectsLocationsGithubEnterpriseConfigs.php56220644editdlrm
ProjectsLocationsGitLabConfigs.php59280644editdlrm
ProjectsLocationsGitLabConfigsConnectedRepositories.php21360644editdlrm
ProjectsLocationsGitLabConfigsRepos.php22340644editdlrm
ProjectsLocationsOperations.php29530644editdlrm
ProjectsLocationsTriggers.php75160644editdlrm
ProjectsLocationsWorkerPools.php55340644editdlrm
ProjectsTriggers.php75770644editdlrm
V1.php17370644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/CloudBuild/Resource/V1.php (1737B)
* $cloudbuildService = new Google\Service\CloudBuild(...); * $v1 = $cloudbuildService->v1; * */ class V1 extends \Google\Service\Resource { /** * ReceiveWebhook is called when the API receives a GitHub webhook. (v1.webhook) * * @param HttpBody $postBody * @param array $optParams Optional parameters. * * @opt_param string webhookKey For GitHub Enterprise webhooks, this key is used * to associate the webhook request with the GitHubEnterpriseConfig to use for * validation. * @return CloudbuildEmpty */ public function webhook(HttpBody $postBody, $optParams = []) { $params = ['postBody' => $postBody]; $params = array_merge($params, $optParams); return $this->call('webhook', [$params], CloudbuildEmpty::class); } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(V1::class, 'Google_Service_CloudBuild_Resource_V1');