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 webpage provides reference documentation for the `UpdateBuildTriggerRequest` class within the Google Cloud Build v1 API, specifically for .NET developers."],["The `UpdateBuildTriggerRequest` class is used to send requests for updating existing `BuildTrigger` resources in Google Cloud Build, inheriting members from the base `object` class."],["The page lists all available versions of the Google.Cloud.CloudBuild.V1 API, with version 2.15.0 being the latest."],["The `UpdateBuildTriggerRequest` class includes constructors and properties like `ProjectId`, `Trigger`, and `TriggerId`, all of which are required for updating a build trigger."],["The `UpdateBuildTriggerRequest` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities like data serialization, equality checks, deep cloning, and efficient data handling."]]],[]]