public sealed class RunBuildTriggerRequest : IMessage<RunBuildTriggerRequest>, IEquatable<RunBuildTriggerRequest>, IDeepCloneable<RunBuildTriggerRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Build v1 API class RunBuildTriggerRequest.
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 provides reference documentation for the `RunBuildTriggerRequest` class within the Google Cloud Build v1 API, specifically for .NET development."],["The `RunBuildTriggerRequest` class is used to specify a build trigger to run and the source to use, inheriting from `Object` and implementing several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the class available on this page is `2.15.0`, with historical versions back to `1.0.0` also listed, along with its respective documentation links."],["Key properties of the `RunBuildTriggerRequest` class include `Name` (the trigger's resource name), `ProjectId`, `Source`, and `TriggerId`."],["The page also details the constructors for the `RunBuildTriggerRequest` class, including a parameter description table and details on the property value table."]]],[]]