google_api_source_repo v0.5.0 GoogleApi.SourceRepo.V1.Model.ProjectConfig 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/<project>.
  • 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

Link to this type

t() View Source
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

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.