Show / Hide Table of Contents

Class RunBuildTriggerRequest

Specifies a build trigger to run and the source to use.

Inheritance
object
RunBuildTriggerRequest
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 RunBuildTriggerRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ProjectId

Required. ID of the project.

Declaration
[JsonProperty("projectId")]
public virtual string ProjectId { get; set; }
Property Value
Type Description
string

Source

Source to build against this trigger. Branch and tag names cannot consist of regular expressions.

Declaration
[JsonProperty("source")]
public virtual RepoSource Source { get; set; }
Property Value
Type Description
RepoSource

TriggerId

Required. ID of the trigger.

Declaration
[JsonProperty("triggerId")]
public virtual string TriggerId { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX