Class DeveloperConnectEventConfig
The configuration of a trigger that creates a build whenever an event from the DeveloperConnect API is received.
Implements
Inherited Members
Namespace: Google.Apis.CloudBuild.v1.Data
Assembly: Google.Apis.CloudBuild.v1.dll
Syntax
public class DeveloperConnectEventConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GitRepositoryLink
Required. The Developer Connect Git repository link, formatted as
projects/*/locations/*/connections/*/gitRepositoryLink/*
.
Declaration
[JsonProperty("gitRepositoryLink")]
public virtual string GitRepositoryLink { get; set; }
Property Value
Type | Description |
---|---|
string |
GitRepositoryLinkType
Output only. The type of DeveloperConnect GitRepositoryLink.
Declaration
[JsonProperty("gitRepositoryLinkType")]
public virtual string GitRepositoryLinkType { get; set; }
Property Value
Type | Description |
---|---|
string |
PullRequest
Filter to match changes in pull requests.
Declaration
[JsonProperty("pullRequest")]
public virtual PullRequestFilter PullRequest { get; set; }
Property Value
Type | Description |
---|---|
PullRequestFilter |
Push
Filter to match changes in refs like branches and tags.
Declaration
[JsonProperty("push")]
public virtual PushFilter Push { get; set; }
Property Value
Type | Description |
---|---|
PushFilter |