public sealed class PublishToStackdriver : IMessage<Action.Types.PublishToStackdriver>, IEquatable<Action.Types.PublishToStackdriver>, IDeepCloneable<Action.Types.PublishToStackdriver>, IBufferMessage, IMessage
Enable Stackdriver metric dlp.googleapis.com/finding_count. This
will publish a metric to stack driver on each infotype requested and
how many findings were found for it. CustomDetectors will be bucketed
as 'Custom' under the Stackdriver label 'info_type'.
[[["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-24 UTC."],[[["This page provides documentation for the `PublishToStackdriver` class within the `Google.Cloud.Dlp.V2` namespace, which is part of the Google Cloud Data Loss Prevention (DLP) .NET library."],["The `PublishToStackdriver` class enables the publishing of a metric called `dlp.googleapis.com/finding_count` to Stackdriver, tracking the number of findings for each requested infotype."],["The documentation covers a range of versions for the library, from version 2.15.0 up to the latest version 4.16.0, allowing users to find information relevant to their specific library version."],["The `PublishToStackdriver` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing different functionalities related to message handling and object management."],["Custom detectors will be categorized as 'Custom' under the `info_type` label within Stackdriver, indicating that custom data classifications are grouped together in the metrics."]]],[]]