public sealed class StreamingConfig : IMessage<NotificationConfig.Types.StreamingConfig>, IEquatable<NotificationConfig.Types.StreamingConfig>, IDeepCloneable<NotificationConfig.Types.StreamingConfig>, IBufferMessage, IMessage
The config for streaming-based notifications, which send each event as soon
as it is detected.
Expression that defines the filter to apply across create/update events
of assets or findings as specified by the event type. 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.
[[["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 webpage details the \u003ccode\u003eStreamingConfig\u003c/code\u003e class, which is used for configuring streaming-based notifications that instantly deliver events upon detection.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eStreamingConfig\u003c/code\u003e class is part of the \u003ccode\u003eGoogle.Cloud.SecurityCenter.V1\u003c/code\u003e namespace and is found within the \u003ccode\u003eGoogle.Cloud.SecurityCenter.V1.dll\u003c/code\u003e assembly, with the most recent version being 3.24.0.\u003c/p\u003e\n"],["\u003cp\u003eIt 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 give it the appropriate functionality for message construction, comparison, cloning and buffering.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eStreamingConfig\u003c/code\u003e has a \u003ccode\u003eFilter\u003c/code\u003e property, which allows users to define criteria to apply across asset or finding events, including support for operators like \u003ccode\u003e=\u003c/code\u003e, \u003ccode\u003e>\u003c/code\u003e, \u003ccode\u003e<\u003c/code\u003e, \u003ccode\u003e>=\u003c/code\u003e, \u003ccode\u003e<=\u003c/code\u003e, and \u003ccode\u003e:\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe page provides links to all versions of the class from 2.2.0 to the latest version 3.24.0, as well as links to all inherited members and the properties of the class.\u003c/p\u003e\n"]]],[],null,[]]