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

GitLabConnectedRepository represents a GitLab connected repository request response.

Attributes

  • parent (type: String.t, default: nil) - The name of the GitLabConfig that added connected repository. Format: projects/{project}/locations/{location}/gitLabConfigs/{config}
  • repo (type: GoogleApi.CloudBuild.V1.Model.GitLabRepositoryId.t, default: nil) - The GitLab repositories to connect.
  • status (type: GoogleApi.CloudBuild.V1.Model.Status.t, default: nil) - Output only. The status of the repo connection request.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudBuild.V1.Model.GitLabConnectedRepository{
  parent: String.t() | nil,
  repo: GoogleApi.CloudBuild.V1.Model.GitLabRepositoryId.t() | nil,
  status: GoogleApi.CloudBuild.V1.Model.Status.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.