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, designed for specifying and running a build trigger along with its source."],["The `RunBuildTriggerRequest` class, which is part of version 2.0.0, implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The `RunBuildTriggerRequest` class includes properties like `BuildTriggerName`, `Name`, `ProjectId`, `Source`, and `TriggerId` to configure the build trigger and source."],["This page also lists previous version links for `RunBuildTriggerRequest` from 2.15.0 down to version 1.0.0, allowing users to review past changes and functionality."],["The `RunBuildTriggerRequest` class can be constructed either as a default object or by copying another `RunBuildTriggerRequest` object, allowing flexible configuration."]]],[]]