Show / Hide Table of Contents

Class ContaineranalysisGoogleDevtoolsCloudbuildV1ConnectedRepository

Location of the source in a 2nd-gen Google Cloud Build repository resource.

Inheritance
object
ContaineranalysisGoogleDevtoolsCloudbuildV1ConnectedRepository
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.v1beta1.Data
Assembly: Google.Apis.ContainerAnalysis.v1beta1.dll
Syntax
public class ContaineranalysisGoogleDevtoolsCloudbuildV1ConnectedRepository : IDirectResponseSchema

Properties

Dir

Directory, relative to the source root, in which to run the build.

Declaration
[JsonProperty("dir")]
public virtual string Dir { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Repository

Required. Name of the Google Cloud Build repository, formatted as projects/*/locations/*/connections/*/repositories/*.

Declaration
[JsonProperty("repository")]
public virtual string Repository { get; set; }
Property Value
Type Description
string

Revision

The revision to fetch from the Git repository such as a branch, a tag, a commit SHA, or any Git ref.

Declaration
[JsonProperty("revision")]
public virtual string Revision { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX