Class CreateGitLabConnectedRepositoryRequest
Request to connect a repository from a connected GitLab host.
Implements
Inherited Members
Namespace: Google.Apis.CloudBuild.v1.Data
Assembly: Google.Apis.CloudBuild.v1.dll
Syntax
public class CreateGitLabConnectedRepositoryRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GitlabConnectedRepository
Required. The GitLab repository to connect.
Declaration
[JsonProperty("gitlabConnectedRepository")]
public virtual GitLabConnectedRepository GitlabConnectedRepository { get; set; }
Property Value
Type | Description |
---|---|
GitLabConnectedRepository |
Parent
Required. The name of the GitLabConfig
that adds connected repository. Format:
projects/{project}/locations/{location}/gitLabConfigs/{config}
Declaration
[JsonProperty("parent")]
public virtual string Parent { get; set; }
Property Value
Type | Description |
---|---|
string |