Show / Hide Table of Contents

Class GoogleDevtoolsCloudbuildV1Dependency

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

Inheritance
object
GoogleDevtoolsCloudbuildV1Dependency
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.CloudRun.v1.Data
Assembly: Google.Apis.CloudRun.v1.dll
Syntax
public class GoogleDevtoolsCloudbuildV1Dependency : 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 GoogleDevtoolsCloudbuildV1GitSourceDependency GitSource { get; set; }
Property Value
Type Description
GoogleDevtoolsCloudbuildV1GitSourceDependency

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX