Show / Hide Table of Contents

Class DeveloperConnectEventConfig

The configuration of a trigger that creates a build whenever an event from the DeveloperConnect API is received.

Inheritance
object
DeveloperConnectEventConfig
Implements
IDirectResponseSchema
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX