Show / Hide Table of Contents

Class CreateGitLabConnectedRepositoryRequest

Request to connect a repository from a connected GitLab host.

Inheritance
object
CreateGitLabConnectedRepositoryRequest
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX