Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.BitbucketServerConfigsResource

The "bitbucketServerConfigs" collection of methods.

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

Constructors

BitbucketServerConfigsResource(IClientService)

Constructs a new resource.

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

Properties

ConnectedRepositories

Gets the ConnectedRepositories resource.

Declaration
public virtual ProjectsResource.LocationsResource.BitbucketServerConfigsResource.ConnectedRepositoriesResource ConnectedRepositories { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.BitbucketServerConfigsResource.ConnectedRepositoriesResource

Repos

Gets the Repos resource.

Declaration
public virtual ProjectsResource.LocationsResource.BitbucketServerConfigsResource.ReposResource Repos { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.BitbucketServerConfigsResource.ReposResource

Methods

Create(BitbucketServerConfig, string)

Creates a new BitbucketServerConfig. This API is experimental.

Declaration
public virtual ProjectsResource.LocationsResource.BitbucketServerConfigsResource.CreateRequest Create(BitbucketServerConfig body, string parent)
Parameters
Type Name Description
BitbucketServerConfig body

The body of the request.

string parent

Required. Name of the parent resource.

Returns
Type Description
ProjectsResource.LocationsResource.BitbucketServerConfigsResource.CreateRequest

Delete(string)

Delete a BitbucketServerConfig. This API is experimental.

Declaration
public virtual ProjectsResource.LocationsResource.BitbucketServerConfigsResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

Required. The config resource name.

Returns
Type Description
ProjectsResource.LocationsResource.BitbucketServerConfigsResource.DeleteRequest

Get(string)

Retrieve a BitbucketServerConfig. This API is experimental.

Declaration
public virtual ProjectsResource.LocationsResource.BitbucketServerConfigsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The config resource name.

Returns
Type Description
ProjectsResource.LocationsResource.BitbucketServerConfigsResource.GetRequest

List(string)

List all BitbucketServerConfigs for a given project. This API is experimental.

Declaration
public virtual ProjectsResource.LocationsResource.BitbucketServerConfigsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. Name of the parent resource.

Returns
Type Description
ProjectsResource.LocationsResource.BitbucketServerConfigsResource.ListRequest

Patch(BitbucketServerConfig, string)

Updates an existing BitbucketServerConfig. This API is experimental.

Declaration
public virtual ProjectsResource.LocationsResource.BitbucketServerConfigsResource.PatchRequest Patch(BitbucketServerConfig body, string name)
Parameters
Type Name Description
BitbucketServerConfig body

The body of the request.

string name

The resource name for the config.

Returns
Type Description
ProjectsResource.LocationsResource.BitbucketServerConfigsResource.PatchRequest

RemoveBitbucketServerConnectedRepository(RemoveBitbucketServerConnectedRepositoryRequest, string)

Remove a Bitbucket Server repository from a given BitbucketServerConfig's connected repositories. This API is experimental.

Declaration
public virtual ProjectsResource.LocationsResource.BitbucketServerConfigsResource.RemoveBitbucketServerConnectedRepositoryRequest RemoveBitbucketServerConnectedRepository(RemoveBitbucketServerConnectedRepositoryRequest body, string config)
Parameters
Type Name Description
RemoveBitbucketServerConnectedRepositoryRequest body

The body of the request.

string config

Required. The name of the BitbucketServerConfig to remove a connected repository. Format: projects/{project}/locations/{location}/bitbucketServerConfigs/{config}

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