google_api_source_repo v0.1.0 GoogleApi.SourceRepo.V1.Model.ProjectConfig View Source

Cloud Source Repositories configuration of a project.

Attributes

  • enablePrivateKeyCheck (boolean()): Reject a Git push that contains a private key. Defaults to: null.
  • name (String.t): The name of the project. Values are of the form `projects/<project>`. Defaults to: null.
  • pubsubConfigs (%{optional(String.t) => PubsubConfig}): How this project publishes a change in the repositories through Cloud Pub/Sub. Keyed by the topic names. Defaults to: null.

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: any(),
  name: any(),
  pubsubConfigs: map()
}

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.