google_api_container_analysis v0.4.0 GoogleApi.ContainerAnalysis.V1alpha1.Model.GoogleDevtoolsContaineranalysisV1alpha1SourceContext 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.V1alpha1.Model.GoogleDevtoolsContaineranalysisV1alpha1CloudRepoSourceContext.t, default:nil) - A SourceContext referring to a revision in a Google Cloud Source Repo.gerrit(type:GoogleApi.ContainerAnalysis.V1alpha1.Model.GoogleDevtoolsContaineranalysisV1alpha1GerritSourceContext.t, default:nil) - A SourceContext referring to a Gerrit project.git(type:GoogleApi.ContainerAnalysis.V1alpha1.Model.GoogleDevtoolsContaineranalysisV1alpha1GitSourceContext.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
Link to this type
t()
View Sourcet() ::
%GoogleApi.ContainerAnalysis.V1alpha1.Model.GoogleDevtoolsContaineranalysisV1alpha1SourceContext{
cloudRepo:
GoogleApi.ContainerAnalysis.V1alpha1.Model.GoogleDevtoolsContaineranalysisV1alpha1CloudRepoSourceContext.t(),
gerrit:
GoogleApi.ContainerAnalysis.V1alpha1.Model.GoogleDevtoolsContaineranalysisV1alpha1GerritSourceContext.t(),
git:
GoogleApi.ContainerAnalysis.V1alpha1.Model.GoogleDevtoolsContaineranalysisV1alpha1GitSourceContext.t(),
labels: map()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.