Class ContaineranalysisGoogleDevtoolsCloudbuildV1Dependency
A dependency that the Cloud Build worker will fetch before executing user steps.
Implements
Inherited Members
Namespace: Google.Apis.ContainerAnalysis .v1alpha1.Data
Assembly: Google.Apis.ContainerAnalysis.v1alpha1.dll
Syntax
public class ContaineranalysisGoogleDevtoolsCloudbuildV1Dependency : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Empty
If set to true disable all dependency fetching (ignoring the default source as well).
Declaration
[JsonProperty("empty")]
public virtual bool? Empty { get; set; }
Property Value
Type | Description |
---|---|
bool? |
GitSource
Represents a git repository as a build dependency.
Declaration
[JsonProperty("gitSource")]
public virtual ContaineranalysisGoogleDevtoolsCloudbuildV1DependencyGitSourceDependency GitSource { get; set; }