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.
Update mask for the resource. If this is set,
the server will only update the fields specified in the field mask.
Otherwise, a full update of the mutable resource fields will be performed.
[[["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 documentation for the `UpdateBuildTriggerRequest` class within the Google Cloud Build v1 API for .NET, specifically version 2.12.0."],["The `UpdateBuildTriggerRequest` class is used to request the update of an existing `BuildTrigger` in a project, and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `ProjectId`, `Trigger`, `TriggerId`, and `UpdateMask`, which are necessary to define the update request, specifying the project, trigger, and the specific fields that need to be updated."],["The documentation lists various versions of the Cloud Build API, from 1.0.0 to 2.15.0, allowing users to browse through different versions of the `UpdateBuildTriggerRequest` documentation, with 2.15.0 being the latest version."],["The webpage details the constructors for the `UpdateBuildTriggerRequest` class, including a default constructor and a copy constructor that takes another `UpdateBuildTriggerRequest` object as a parameter."]]],[]]