View Source GoogleApi.CloudBuild.V1.Model.GitLabEventsConfig (google_api_cloud_build v0.50.1)

GitLabEventsConfig describes the configuration of a trigger that creates a build whenever a GitLab event is received.

Attributes

  • gitlabConfig (type: GoogleApi.CloudBuild.V1.Model.GitLabConfig.t, default: nil) - Output only. The GitLabConfig specified in the gitlab_config_resource field.
  • gitlabConfigResource (type: String.t, default: nil) - The GitLab config resource that this trigger config maps to.
  • projectNamespace (type: String.t, default: nil) - Namespace of the GitLab project.
  • pullRequest (type: GoogleApi.CloudBuild.V1.Model.PullRequestFilter.t, default: nil) - Filter to match changes in pull requests.
  • push (type: GoogleApi.CloudBuild.V1.Model.PushFilter.t, default: nil) - Filter to match changes in refs like branches, tags.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudBuild.V1.Model.GitLabEventsConfig{
  gitlabConfig: GoogleApi.CloudBuild.V1.Model.GitLabConfig.t() | nil,
  gitlabConfigResource: String.t() | nil,
  projectNamespace: String.t() | nil,
  pullRequest: GoogleApi.CloudBuild.V1.Model.PullRequestFilter.t() | nil,
  push: GoogleApi.CloudBuild.V1.Model.PushFilter.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.