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 content provides a comprehensive list of versions for `RunBuildTriggerRequest`, ranging from the latest version 2.15.0 down to version 1.0.0."],["`RunBuildTriggerRequest` is a class that specifies a build trigger to run and the source to use, implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `RunBuildTriggerRequest` class has two constructors, one default and one that accepts another `RunBuildTriggerRequest` instance for copying."],["The class includes properties such as `ProjectId`, `Source`, and `TriggerId`, all of which are required for defining a build operation, according to the description."],["The `RunBuildTriggerRequest` is part of the `Google.Cloud.CloudBuild.V1` namespace, found in the `Google.Cloud.CloudBuild.V1.dll` assembly."]]],[]]