public sealed class NotificationConfig.Types.StreamingConfig : IMessage<NotificationConfig.Types.StreamingConfig>, IEquatable<NotificationConfig.Types.StreamingConfig>, IDeepCloneable<NotificationConfig.Types.StreamingConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Security Command Center v1 API class NotificationConfig.Types.StreamingConfig.
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"]],[["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 documentation for the `NotificationConfig.Types.StreamingConfig` class within the Google Cloud Security Command Center v1 API, detailing its use for configuring streaming-based notifications."],["The `StreamingConfig` class is part of the `Google.Cloud.SecurityCenter.V1` namespace and is implemented in the `Google.Cloud.SecurityCenter.V1.dll` assembly, offering methods for immediate event detection."],["The provided content lists the availability of the `StreamingConfig` class across various versions of the API, from version 2.2.0 to the latest version 3.24.0, with links to specific documentation for each."],["The class implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits from `object`, offering functionalities such as object comparison and deep cloning."],["The `Filter` property of the `StreamingConfig` class allows users to specify conditions to filter create/update events of assets or findings, offering string, integer, and boolean value comparisons for filtering events."]]],[]]