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.8.0."],["The `UpdateBuildTriggerRequest` class is used to update an existing `BuildTrigger`, as defined within the Google Cloud Build service, with a focus on its properties such as `ProjectId`, `Trigger`, `TriggerId`, and `UpdateMask`."],["The document outlines that the `UpdateBuildTriggerRequest` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality checks, deep cloning, and buffered message operations."],["The content provides documentation for multiple versions of the API, ranging from the latest 2.15.0 down to 1.0.0, showcasing the evolution and history of the `UpdateBuildTriggerRequest`."],["The documentation includes details on the constructors and properties of the `UpdateBuildTriggerRequest` class, explaining what each property does and what type it is."]]],[]]