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-21 UTC."],[[["This page details the `PublishToStackdriver` class within the `Google.Cloud.Dlp.V2` namespace, which enables publishing metrics to Stackdriver."],["The latest version of this class is 4.16.0, with a range of previous versions, going as far back as version 2.15.0, also documented."],["The `PublishToStackdriver` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class allows the publishing of the `dlp.googleapis.com/finding_count` metric to Stackdriver, showing the number of findings for each infotype, with CustomDetectors being labeled as 'Custom'."],["The page also provides details on the inheritance, inherited members, constructors, namespace, and assembly of the class."]]],[]]