public sealed class BulkMuteFindingsRequest : IMessage<BulkMuteFindingsRequest>, IEquatable<BulkMuteFindingsRequest>, IDeepCloneable<BulkMuteFindingsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Security Command Center v1 API class BulkMuteFindingsRequest.
Request message for bulk findings update.
Note:
If multiple bulk update requests match the same resource, the order in
which they get executed is not defined.
Once a bulk operation is started, there is no way to stop it.
Expression that identifies findings that should be updated.
The expression is a list of zero or more restrictions combined
via logical operators AND and OR. Parentheses are supported, and OR
has higher precedence than AND.
Restrictions have the form <field> <operator> <value> and may have a
- character in front of them to indicate negation. The fields map to
those defined in the corresponding resource.
Required. The parent, at which bulk action needs to be applied. Its format
is "organizations/[organization_id]", "folders/[folder_id]",
"projects/[project_id]".
[[["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\u003eThis document provides reference information for the \u003ccode\u003eBulkMuteFindingsRequest\u003c/code\u003e class within the Google Cloud Security Center v1 API, covering versions from 2.2.0 up to the latest release, 3.24.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBulkMuteFindingsRequest\u003c/code\u003e class is used to send requests for updating multiple security findings in bulk, but the order of execution and the ability to halt an operation once started are not guaranteed.\u003c/p\u003e\n"],["\u003cp\u003eThe class inherits from the base \u003ccode\u003eobject\u003c/code\u003e class 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, with inherited members such as \u003ccode\u003eGetHashCode\u003c/code\u003e, \u003ccode\u003eGetType\u003c/code\u003e, and \u003ccode\u003eToString\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt contains properties like \u003ccode\u003eFilter\u003c/code\u003e, \u003ccode\u003eMuteAnnotation\u003c/code\u003e, and \u003ccode\u003eParent\u003c/code\u003e to specify which findings should be updated and where the bulk action should be applied, with the \u003ccode\u003eParentAsResourceName\u003c/code\u003e property offering an \u003ccode\u003eIResourceName\u003c/code\u003e-typed view of the \u003ccode\u003eParent\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBulkMuteFindingsRequest\u003c/code\u003e class can be constructed in two ways, by either using the default constructor, \u003ccode\u003eBulkMuteFindingsRequest()\u003c/code\u003e, or by deep copying another instance of the class, using the \u003ccode\u003eBulkMuteFindingsRequest(BulkMuteFindingsRequest other)\u003c/code\u003e constructor.\u003c/p\u003e\n"]]],[],null,[]]