GoogleApi.SourceRepo.V1.Model.ProjectConfig (google_api_source_repo v0.15.2) View Source

Cloud Source Repositories configuration of a project.

Attributes

  • enablePrivateKeyCheck (type: boolean(), default: nil) - Reject a Git push that contains a private key.
  • name (type: String.t, default: nil) - The name of the project. Values are of the form projects/.
  • pubsubConfigs (type: %{optional(String.t) => GoogleApi.SourceRepo.V1.Model.PubsubConfig.t}, default: nil) - How this project publishes a change in the repositories through Cloud Pub/Sub. Keyed by the topic names.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.SourceRepo.V1.Model.ProjectConfig{
  enablePrivateKeyCheck: boolean(),
  name: String.t(),
  pubsubConfigs: %{
    optional(String.t()) => GoogleApi.SourceRepo.V1.Model.PubsubConfig.t()
  }
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.