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."],[[["The latest version of the `RunBuildTriggerRequest` documentation is 2.15.0, and there are multiple previous versions available, ranging from 2.14.0 down to 1.0.0."],["`RunBuildTriggerRequest` is a class that specifies a build trigger to run along with its source, inheriting from `Object` and implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `RunBuildTriggerRequest` has a default constructor and an overloaded constructor that takes another `RunBuildTriggerRequest` as a parameter to copy its data."],["Key properties of `RunBuildTriggerRequest` include `BuildTriggerName`, `Name`, `ProjectId`, `Source`, and `TriggerId`, which are used to define the build trigger and associated resources."],["The `RunBuildTriggerRequest` class is located within the `Google.Cloud.CloudBuild.V1` namespace and is part of the `Google.Cloud.CloudBuild.V1.dll` assembly."]]],[]]