Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.BitbucketServerConfigsResource.ConnectedRepositoriesResource

The "connectedRepositories" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.BitbucketServerConfigsResource.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.BitbucketServerConfigsResource.ConnectedRepositoriesResource

Constructors

ConnectedRepositoriesResource(IClientService)

Constructs a new resource.

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

Methods

BatchCreate(BatchCreateBitbucketServerConnectedRepositoriesRequest, string)

Batch connecting Bitbucket Server repositories to Cloud Build.

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

The body of the request.

string parent

The name of the BitbucketServerConfig that added connected repository. Format: projects/{project}/locations/{location}/bitbucketServerConfigs/{config}

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