google_api_cloud_build v0.5.0 GoogleApi.CloudBuild.V1.Model.GitHubEventsConfig View Source
GitHubEventsConfig describes the configuration of a trigger that creates a build whenever a GitHub event is received. This message is experimental.
Attributes
- checkSuite (CheckSuiteFilter): Output only. Indicates that a build was generated from a check suite event. Defaults to:
null
. - installationId (String.t): The installationID that emmits the GitHub event. Defaults to:
null
. - name (String.t): Name of the repository. Defaults to:
null
. - owner (String.t): Owner of the repository. Defaults to:
null
. - pullRequest (PullRequestFilter): filter to match changes in pull requests. Defaults to:
null
. - push (PushFilter): filter to match changes in refs like branches, tags. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.CloudBuild.V1.Model.GitHubEventsConfig{
checkSuite: GoogleApi.CloudBuild.V1.Model.CheckSuiteFilter.t(),
installationId: any(),
name: any(),
owner: any(),
pullRequest: GoogleApi.CloudBuild.V1.Model.PullRequestFilter.t(),
push: GoogleApi.CloudBuild.V1.Model.PushFilter.t()
}
t() :: %GoogleApi.CloudBuild.V1.Model.GitHubEventsConfig{ checkSuite: GoogleApi.CloudBuild.V1.Model.CheckSuiteFilter.t(), installationId: any(), name: any(), owner: any(), pullRequest: GoogleApi.CloudBuild.V1.Model.PullRequestFilter.t(), push: GoogleApi.CloudBuild.V1.Model.PushFilter.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.