google_api_source_repo v0.13.1 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 formprojects/<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 Sourcet() :: %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
Unwrap a decoded JSON object into its complex fields.