Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.GitLabConfigsResource.ConnectedRepositoriesResource

The "connectedRepositories" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.GitLabConfigsResource.ConnectedRepositoriesResource
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
Assembly: Google.Apis.CloudBuild.v1.dll
Syntax
public class ProjectsResource.LocationsResource.GitLabConfigsResource.ConnectedRepositoriesResource

Constructors

ConnectedRepositoriesResource(IClientService)

Constructs a new resource.

Declaration
public ConnectedRepositoriesResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

BatchCreate(BatchCreateGitLabConnectedRepositoriesRequest, string)

Batch connecting GitLab repositories to Cloud Build. This API is experimental.

Declaration
public virtual ProjectsResource.LocationsResource.GitLabConfigsResource.ConnectedRepositoriesResource.BatchCreateRequest BatchCreate(BatchCreateGitLabConnectedRepositoriesRequest body, string parent)
Parameters
Type Name Description
BatchCreateGitLabConnectedRepositoriesRequest body

The body of the request.

string parent

The name of the GitLabConfig that adds connected repositories. Format: projects/{project}/locations/{location}/gitLabConfigs/{config}

Returns
Type Description
ProjectsResource.LocationsResource.GitLabConfigsResource.ConnectedRepositoriesResource.BatchCreateRequest
In this article
Back to top Generated by DocFX