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 document provides reference documentation for the `RunBuildTriggerRequest` class within the Cloud Build v1 API for .NET, detailing its usage and properties."],["The `RunBuildTriggerRequest` class is designed to specify a build trigger to run, including the source to use, inheriting from `object` and implementing several interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The document lists all available versions of the API from 1.0.0 up to the latest 2.15.0 for `RunBuildTriggerRequest`, with links to their respective documentation."],["The `RunBuildTriggerRequest` class has several properties, such as `BuildTriggerName`, `Name`, `ProjectId`, `Source`, and `TriggerId`, that are used for defining and configuring the build trigger request."],["The provided information includes constructors for the `RunBuildTriggerRequest` class, `RunBuildTriggerRequest()` and `RunBuildTriggerRequest(RunBuildTriggerRequest other)`, with the latter enabling the creation of a new instance using an existing instance."]]],[]]