Class RepoSource
RepoSource describes the location of the source in a Google Cloud Source Repository.
Implements
Inherited Members
Namespace: Google.Apis.ContainerAnalysis.v1alpha1.Data
Assembly: Google.Apis.ContainerAnalysis.v1alpha1.dll
Syntax
public class RepoSource : IDirectResponseSchema
Properties
BranchName
Name of the branch to build.
Declaration
[JsonProperty("branchName")]
public virtual string BranchName { get; set; }
Property Value
Type | Description |
---|---|
string |
CommitSha
Explicit commit SHA to build.
Declaration
[JsonProperty("commitSha")]
public virtual string CommitSha { 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 |
ProjectId
ID of the project that owns the repo.
Declaration
[JsonProperty("projectId")]
public virtual string ProjectId { get; set; }
Property Value
Type | Description |
---|---|
string |
RepoName
Name of the repo.
Declaration
[JsonProperty("repoName")]
public virtual string RepoName { get; set; }
Property Value
Type | Description |
---|---|
string |
TagName
Name of the tag to build.
Declaration
[JsonProperty("tagName")]
public virtual string TagName { get; set; }
Property Value
Type | Description |
---|---|
string |