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 reference documentation for the `UpdateBuildTriggerRequest` class within the Cloud Build v1 API for .NET, with the latest version being 2.15.0 and the current page referring to 2.9.0."],["The `UpdateBuildTriggerRequest` class is used to request the update of an existing `BuildTrigger` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and includes inherited members such as `GetHashCode()`, `GetType()`, and `ToString()`."],["`UpdateBuildTriggerRequest` class has properties like `ProjectId`, `Trigger`, `TriggerId`, and `UpdateMask`, all of which have specific types and descriptions for use in building the request."],["There are multiple older versions available, going back to version 1.0.0, each linking to its respective documentation page for the `UpdateBuildTriggerRequest` class."]]],[]]