Class CreateBitbucketServerConnectedRepositoryRequest
Request to connect a repository from a connected Bitbucket Server host.
Implements
Inherited Members
Namespace: Google.Apis.CloudBuild.v1.Data
Assembly: Google.Apis.CloudBuild.v1.dll
Syntax
public class CreateBitbucketServerConnectedRepositoryRequest : IDirectResponseSchema
Properties
BitbucketServerConnectedRepository
Required. The Bitbucket Server repository to connect.
Declaration
[JsonProperty("bitbucketServerConnectedRepository")]
public virtual BitbucketServerConnectedRepository BitbucketServerConnectedRepository { get; set; }
Property Value
Type | Description |
---|---|
BitbucketServerConnectedRepository |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Parent
Required. The name of the BitbucketServerConfig
that added connected repository. Format:
projects/{project}/locations/{location}/bitbucketServerConfigs/{config}
Declaration
[JsonProperty("parent")]
public virtual string Parent { get; set; }
Property Value
Type | Description |
---|---|
string |