Class GoogleDevtoolsContaineranalysisV1alpha1SourceContext
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.
Implements
Inherited Members
Namespace: Google.Apis.ContainerAnalysis.v1alpha1.Data
Assembly: Google.Apis.ContainerAnalysis.v1alpha1.dll
Syntax
public class GoogleDevtoolsContaineranalysisV1alpha1SourceContext : IDirectResponseSchema
Properties
CloudRepo
A SourceContext referring to a revision in a Google Cloud Source Repo.
Declaration
[JsonProperty("cloudRepo")]
public virtual GoogleDevtoolsContaineranalysisV1alpha1CloudRepoSourceContext CloudRepo { get; set; }
Property Value
Type | Description |
---|---|
GoogleDevtoolsContaineranalysisV1alpha1CloudRepoSourceContext |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Gerrit
A SourceContext referring to a Gerrit project.
Declaration
[JsonProperty("gerrit")]
public virtual GoogleDevtoolsContaineranalysisV1alpha1GerritSourceContext Gerrit { get; set; }
Property Value
Type | Description |
---|---|
GoogleDevtoolsContaineranalysisV1alpha1GerritSourceContext |
Git
A SourceContext referring to any third party Git repo (e.g., GitHub).
Declaration
[JsonProperty("git")]
public virtual GoogleDevtoolsContaineranalysisV1alpha1GitSourceContext Git { get; set; }
Property Value
Type | Description |
---|---|
GoogleDevtoolsContaineranalysisV1alpha1GitSourceContext |
Labels
Labels with user defined metadata.
Declaration
[JsonProperty("labels")]
public virtual IDictionary<string, string> Labels { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |