GoogleApi.ContainerAnalysis.V1beta1.Model.SourceContext (google_api_container_analysis v0.15.0) View Source
A SourceContext is a reference to a tree of files. A SourceContext together with a path point to a unique revision of a single file or directory.
Attributes
-
cloudRepo(type:GoogleApi.ContainerAnalysis.V1beta1.Model.CloudRepoSourceContext.t, default:nil) - A SourceContext referring to a revision in a Google Cloud Source Repo. -
gerrit(type:GoogleApi.ContainerAnalysis.V1beta1.Model.GerritSourceContext.t, default:nil) - A SourceContext referring to a Gerrit project. -
git(type:GoogleApi.ContainerAnalysis.V1beta1.Model.GitSourceContext.t, default:nil) - A SourceContext referring to any third party Git repo (e.g., GitHub). -
labels(type:map(), default:nil) - Labels with user defined metadata.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.ContainerAnalysis.V1beta1.Model.SourceContext{
cloudRepo:
GoogleApi.ContainerAnalysis.V1beta1.Model.CloudRepoSourceContext.t() | nil,
gerrit:
GoogleApi.ContainerAnalysis.V1beta1.Model.GerritSourceContext.t() | nil,
git: GoogleApi.ContainerAnalysis.V1beta1.Model.GitSourceContext.t() | nil,
labels: map() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.