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, primarily focusing on its various versions and implementation details."],["The `RunBuildTriggerRequest` class is used to specify a build trigger to run, including the source to use, and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors: a default constructor and one that accepts another `RunBuildTriggerRequest` instance as a parameter for creating copies."],["Key properties of the `RunBuildTriggerRequest` class include `ProjectId`, `Source`, and `TriggerId`, with the latter two being required and holding the build project ID and build trigger information respectively."],["The page provides documentation for multiple versions of the `RunBuildTriggerRequest` class, ranging from version 1.0.0 up to the latest version 2.15.0."]]],[]]