Class ProjectsResource.LocationsResource.BitbucketServerConfigsResource.RemoveBitbucketServerConnectedRepositoryRequest
Remove a Bitbucket Server repository from a given BitbucketServerConfig's connected repositories. This API is experimental.
Inheritance
ProjectsResource.LocationsResource.BitbucketServerConfigsResource.RemoveBitbucketServerConnectedRepositoryRequest
Inherited Members
Namespace: Google.Apis.CloudBuild.v1
Assembly: Google.Apis.CloudBuild.v1.dll
Syntax
public class ProjectsResource.LocationsResource.BitbucketServerConfigsResource.RemoveBitbucketServerConnectedRepositoryRequest : CloudBuildBaseServiceRequest<Empty>, IClientServiceRequest<Empty>, IClientServiceRequest
Constructors
RemoveBitbucketServerConnectedRepositoryRequest(IClientService, RemoveBitbucketServerConnectedRepositoryRequest, string)
Constructs a new RemoveBitbucketServerConnectedRepository request.
Declaration
public RemoveBitbucketServerConnectedRepositoryRequest(IClientService service, RemoveBitbucketServerConnectedRepositoryRequest body, string config)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
RemoveBitbucketServerConnectedRepositoryRequest | body | |
string | config |
Properties
Config
Required. The name of the BitbucketServerConfig
to remove a connected repository. Format:
projects/{project}/locations/{location}/bitbucketServerConfigs/{config}
Declaration
[RequestParameter("config", RequestParameterType.Path)]
public virtual string Config { get; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes RemoveBitbucketServerConnectedRepository parameter list.
Declaration
protected override void InitParameters()