Git Hub Events Config Response
data class GitHubEventsConfigResponse(val enterpriseConfigResourceName: String, val installationId: String, val name: String, val owner: String, val pullRequest: PullRequestFilterResponse, val push: PushFilterResponse)
GitHubEventsConfig describes the configuration of a trigger that creates a build whenever a GitHub event is received.
Constructors
Link copied to clipboard
constructor(enterpriseConfigResourceName: String, installationId: String, name: String, owner: String, pullRequest: PullRequestFilterResponse, push: PushFilterResponse)
Properties
Link copied to clipboard
Optional. The resource name of the github enterprise config that should be applied to this installation. For example: "projects/{$project_id}/locations/{$location_id}/githubEnterpriseConfigs/{$config_id}"
Link copied to clipboard
The installationID that emits the GitHub event.
Link copied to clipboard
filter to match changes in pull requests.
Link copied to clipboard
filter to match changes in refs like branches, tags.