google_api_cloud_build v0.7.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 (GoogleApi.CloudBuild.V1.Model.CheckSuiteFilter.t): Output only. Indicates that a build was generated from a check suite
event. Defaults to
nil. - installationId (String.t): The installationID that emmits the GitHub event. Defaults to
nil. - name (String.t): Name of the repository. Defaults to
nil. - owner (String.t): Owner of the repository. Defaults to
nil. - pullRequest (GoogleApi.CloudBuild.V1.Model.PullRequestFilter.t): filter to match changes in pull requests. Defaults to
nil. - push (GoogleApi.CloudBuild.V1.Model.PushFilter.t): filter to match changes in refs like branches, tags. Defaults to
nil.
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: String.t(),
name: String.t(),
owner: String.t(),
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: String.t(),
name: String.t(),
owner: String.t(),
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.