Class GitSourceRepository
A repository for a git source.
Implements
Inherited Members
Namespace: Google.Apis.CloudBuild.v1.Data
Assembly: Google.Apis.CloudBuild.v1.dll
Syntax
public class GitSourceRepository : IDirectResponseSchema
Properties
DeveloperConnect
The Developer Connect Git repository link or the url that matches a repository link in the current project,
formatted as projects/*/locations/*/connections/*/gitRepositoryLink/*
Declaration
[JsonProperty("developerConnect")]
public virtual string DeveloperConnect { 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 |
Url
Location of the Git repository.
Declaration
[JsonProperty("url")]
public virtual string Url { get; set; }
Property Value
Type | Description |
---|---|
string |