public sealed class RunBuildTriggerRequest : IMessage<RunBuildTriggerRequest>, IEquatable<RunBuildTriggerRequest>, IDeepCloneable<RunBuildTriggerRequest>, IBufferMessage, IMessage
Specifies a build trigger to run and the source to use.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage details the `RunBuildTriggerRequest` class within the `Google.Cloud.CloudBuild.V1` namespace, serving as a specification for a build trigger request."],["The `RunBuildTriggerRequest` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The page lists numerous versions of the `RunBuildTriggerRequest` class, spanning from the latest version 2.15.0 down to version 1.0.0."],["The class requires a `ProjectId` and `TriggerId` to be set, and also contains a `Source` property to specify the source repository for the build trigger."],["The page provides the constructor signature for `RunBuildTriggerRequest`, and a description of the parameters and properties of this class."]]],[]]