Class RunBuildTriggerRequest
Specifies a build trigger to run and the source to use.
Implements
Inherited Members
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 |