Show / Hide Table of Contents

Class ContaineranalysisGoogleDevtoolsCloudbuildV1Dependency

A dependency that the Cloud Build worker will fetch before executing user steps.

Inheritance
object
ContaineranalysisGoogleDevtoolsCloudbuildV1Dependency
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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; }
Property Value
Type Description
ContaineranalysisGoogleDevtoolsCloudbuildV1DependencyGitSourceDependency

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX