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."],[[["The document provides reference information for the `UpdateBuildTriggerRequest` class within the Cloud Build v1 API for .NET, with the latest version being 2.15.0 and a range of previous versions available down to 1.0.0."],["`UpdateBuildTriggerRequest` is used to update an existing `BuildTrigger`, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `ProjectId`, `Trigger`, and `TriggerId`, all of which are required for updating a `BuildTrigger`."],["Constructors are available to create instances of `UpdateBuildTriggerRequest`, including a default constructor and one that takes another `UpdateBuildTriggerRequest` object."],["The `UpdateBuildTriggerRequest` class is found within the `Google.Cloud.CloudBuild.V1` namespace, as part of the `Google.Cloud.CloudBuild.V1.dll` assembly."]]],[]]