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 current version being 2.7.0."],["The `UpdateBuildTriggerRequest` class is used to request the update of an existing `BuildTrigger`, and it implements multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The webpage includes links to documentation for versions of the API ranging from 1.0.0 to 2.15.0, and the latest version as of this data being 2.15.0."],["The `UpdateBuildTriggerRequest` class contains properties like `ProjectId`, `Trigger`, `TriggerId`, and `UpdateMask`, all of which are used to specify the details of the trigger to be updated."],["The documentation for `UpdateBuildTriggerRequest` also shows the inheritance and implemented interfaces of the class, and also lists the constructors available, such as the standard constructor and a constructor that takes another `UpdateBuildTriggerRequest` as a parameter."]]],[]]