GoogleApi.SourceRepo.V1.Model.ProjectConfig (google_api_source_repo v0.16.0) 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/
. -
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() | nil, name: String.t() | nil, pubsubConfigs: %{optional(String.t()) => GoogleApi.SourceRepo.V1.Model.PubsubConfig.t()} | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.