public sealed class TransformationDetailsStorageConfig : IMessage<TransformationDetailsStorageConfig>, IEquatable<TransformationDetailsStorageConfig>, IDeepCloneable<TransformationDetailsStorageConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class TransformationDetailsStorageConfig.
The BigQuery table in which to store the output. This may be an existing
table or in a new table in an existing dataset.
If table_id is not set a new one will be generated for you with the
following format:
dlp_googleapis_transformation_details_yyyy_mm_dd_[dlp_job_id]. Pacific
time zone will be used for generating the date details.
[[["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 `TransformationDetailsStorageConfig` class within the Google Cloud Data Loss Prevention v2 API, specifically for the .NET environment."],["The `TransformationDetailsStorageConfig` class is designed to handle the configuration for storing transformation details, and it can be implemented to define how transformation details are stored."],["The documentation lists various versions of the `TransformationDetailsStorageConfig` class, ranging from version 2.15.0 up to the latest version 4.16.0, allowing users to select the version suitable for them."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its functionalities for message handling, equality comparison, deep cloning, and buffer message management."],["The documentation details the class's constructors, one of which is parameterless and the other takes a `TransformationDetailsStorageConfig` object, and describes its properties, such as the `Table` property for specifying a BigQuery table and the `TypeCase` property for identifying the type."]]],[]]