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-04-09 UTC."],[[["This page provides documentation for the `PublishToStackdriver` class, which is part of the `Google.Cloud.Dlp.V2` namespace in the .NET library."],["`PublishToStackdriver` enables the publishing of a metric to Stackdriver regarding the number of findings for each requested info type."],["The `PublishToStackdriver` class has been implemented in a number of versions, ranging from 2.15.0 to the latest 4.16.0, and each version has its own API documentation."],["The class offers two constructors: a parameterless one and another that accepts an existing `Action.Types.PublishToStackdriver` instance for cloning."],["The class inherits from `Object` and implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which adds to the number of inherited members."]]],[]]