Class GitHubEventsConfig (3.3.2)

GitHubEventsConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

GitHubEventsConfig describes the configuration of a trigger that creates a build whenever a GitHub event is received. This message is experimental.

Attributes

NameDescription
installation_id int
The installationID that emits the GitHub event.
owner str
Owner of the repository. For example: The owner for https://github.com/googlecloudplatform/cloud- builders is "googlecloudplatform".
name str
Name of the repository. For example: The name for https://github.com/googlecloudplatform/cloud- builders is "cloud-builders".
pull_request google.cloud.devtools.cloudbuild_v1.types.PullRequestFilter
filter to match changes in pull requests.
push google.cloud.devtools.cloudbuild_v1.types.PushFilter
filter to match changes in refs like branches, tags.