public sealed class UpdateExclusionRequest : IMessage<UpdateExclusionRequest>, IEquatable<UpdateExclusionRequest>, IDeepCloneable<UpdateExclusionRequest>, IBufferMessage, IMessage
Required. A non-empty list of fields to change in the existing exclusion. New values
for the fields are taken from the corresponding fields in the
[LogExclusion][google.logging.v2.LogExclusion] included in this request. Fields not mentioned in
update_mask are not changed and are ignored in the request.
For example, to change the filter and description of an exclusion,
specify an update_mask of "filter,description".
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eUpdateExclusionRequest\u003c/code\u003e class is used to update existing log exclusions within various Google Cloud resources such as projects, organizations, billing accounts, and folders, and is available in multiple versions, with 4.4.0 being the latest.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eObject\u003c/code\u003e and implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, which facilitate its functionality and behavior.\u003c/p\u003e\n"],["\u003cp\u003eIt includes properties such as \u003ccode\u003eExclusion\u003c/code\u003e, \u003ccode\u003eLogExclusionName\u003c/code\u003e, \u003ccode\u003eName\u003c/code\u003e, and \u003ccode\u003eUpdateMask\u003c/code\u003e to manage the details of the exclusion being updated.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eName\u003c/code\u003e property is required and specifies the resource name of the exclusion, while \u003ccode\u003eUpdateMask\u003c/code\u003e is also required and specifies which fields of the exclusion are to be updated.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two constructors: a default constructor and another one that takes an \u003ccode\u003eUpdateExclusionRequest\u003c/code\u003e object as a parameter, allowing for the creation of new objects based on existing ones.\u003c/p\u003e\n"]]],[],null,[]]