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\u003eVersion 3.24.0 is the latest version available for \u003ccode\u003eGoogle.Cloud.SecurityCenter.V1.NotificationConfig.Types.StreamingConfig\u003c/code\u003e, with numerous older versions also available.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eStreamingConfig\u003c/code\u003e is a class for configuring streaming-based notifications that send events as soon as they are detected, inheriting from Object and implementing several interfaces.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eStreamingConfig\u003c/code\u003e class contains a \u003ccode\u003eFilter\u003c/code\u003e property, allowing the setting of filters across asset and finding events to manage the events being streamed.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors for creating \u003ccode\u003eStreamingConfig\u003c/code\u003e objects, one default and the other taking another \u003ccode\u003eStreamingConfig\u003c/code\u003e object as a parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eFilter\u003c/code\u003e property supports string literals, integer literals, and boolean literals as values, and different 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 for filtering.\u003c/p\u003e\n"]]],[],null,[]]