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, essential for defining build triggers in Google Cloud Build."],["The `RunBuildTriggerRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to be used within protocol buffers and support deep cloning."],["Key properties of the `RunBuildTriggerRequest` class include `Name`, `ProjectId`, `Source`, and `TriggerId`, which define the trigger to be run, the project it is in, the build source and the trigger identifier."],["The page contains an extensive version history for `RunBuildTriggerRequest` with 21 documented versions, from 1.0.0 to the latest 2.15.0, that shows the evolving nature of this class."],["There are two constructors of the class provided, `RunBuildTriggerRequest()` which is empty, and `RunBuildTriggerRequest(RunBuildTriggerRequest other)` which takes an `other` parameter."]]],[]]