Class GitLabConnectedRepository
GitLabConnectedRepository represents a GitLab connected repository request response.
Inheritance
System.Object
GitLabConnectedRepository
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudBuild.v1beta1.Data
Assembly: Google.Apis.CloudBuild.v1beta1.dll
Syntax
public class GitLabConnectedRepository : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Parent
The name of the GitLabConfig
that added connected repository. Format:
projects/{project}/locations/{location}/gitLabConfigs/{config}
Declaration
[JsonProperty("parent")]
public virtual string Parent { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Repo
The GitLab repositories to connect.
Declaration
[JsonProperty("repo")]
public virtual GitLabRepositoryId Repo { get; set; }
Property Value
Type | Description |
---|---|
GitLabRepositoryId |
Status
Output only. The status of the repo connection request.
Declaration
[JsonProperty("status")]
public virtual Status Status { get; set; }
Property Value
Type | Description |
---|---|
Status |