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 page provides documentation for the `RunBuildTriggerRequest` class within the Google Cloud Build v1 API, specifically for version 2.6.0 and other versions."],["The `RunBuildTriggerRequest` class is used to specify a build trigger to run along with its source and is found in the `Google.Cloud.CloudBuild.V1` namespace within the Google.Cloud.CloudBuild.V1.dll assembly."],["It includes constructors and properties like `BuildTriggerName`, `Name`, `ProjectId`, `Source`, and `TriggerId`, which are used to define and configure the build trigger request, such as setting the project ID, trigger name, and the source to build from."],["The `RunBuildTriggerRequest` class implements multiple interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage allowing for use in different scenarios."],["The page lists the available documentation for the RunBuildTriggerRequest class in versions from 2.15.0 down to 1.0.0, where 2.15.0 is the latest version."]]],[]]