public sealed class Action.Types.SaveFindings : IMessage<Action.Types.SaveFindings>, IEquatable<Action.Types.SaveFindings>, IDeepCloneable<Action.Types.SaveFindings>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class Action.Types.SaveFindings.
If set, the detailed findings will be persisted to the specified
OutputStorageConfig. Only a single instance of this action can be
specified.
Compatible with: Inspect, Risk
[[["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."],[[["The `Action.Types.SaveFindings` class in the Google Cloud Data Loss Prevention v2 API allows detailed findings to be saved to a specified `OutputStorageConfig`."],["This class is compatible with both \"Inspect\" and \"Risk\" operations within the API."],["The documentation provides version history, ranging from version 2.15.0 to the latest version, 4.16.0, to access different documentation sets."],["The class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which indicates compatibility with various features of the Google Protobuf library."],["The class constructor `SaveFindings()` allows you to instantiate an empty class while `SaveFindings(SaveFindings)` allows the creation of a new class by copying another."]]],[]]