public sealed class UpdateBuildTriggerRequest : IMessage<UpdateBuildTriggerRequest>, IEquatable<UpdateBuildTriggerRequest>, IDeepCloneable<UpdateBuildTriggerRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Build v1 API class UpdateBuildTriggerRequest.
[[["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 reference documentation for the `UpdateBuildTriggerRequest` class within the Cloud Build v1 API for .NET, detailing its usage in updating existing `BuildTrigger` resources."],["The latest version available is 2.15.0, and the page lists multiple older versions, starting from 2.14.0 down to 1.0.0, all related to the `UpdateBuildTriggerRequest`."],["The `UpdateBuildTriggerRequest` class, which inherits from `object` and implements multiple interfaces, is used to request the update of a `BuildTrigger` within a specific project, and it has properties to set the Project ID, Trigger and Trigger ID."],["This documentation details the available constructors for the `UpdateBuildTriggerRequest` class, which include a parameterless constructor and one that takes another `UpdateBuildTriggerRequest` instance as a parameter."],["The page provides information about the properties `ProjectId`, `Trigger`, and `TriggerId`, including their data types and descriptions, which are needed to be set to update a `BuildTrigger`."]]],[]]