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 `UpdateBuildTriggerRequest` class is part of the Google Cloud Build v1 API, specifically within the `Google.Cloud.CloudBuild.V1` namespace in the .NET library."],["This class allows for updating an existing `BuildTrigger` in the Cloud Build service, requiring the project ID and the `BuildTrigger` ID for the update."],["It has a list of version references going as far back as 1.0.0 and as recent as 2.15.0, with the latter being the latest, along with a list of links to each previous version."],["The class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending functionality and integration with the Google Protocol Buffers library."],["The class contains several properties to help manage and update the trigger, including the Project ID, the Trigger itself, and the Trigger ID, each with a clear description and data type."]]],[]]