public sealed class TransformationDetailsStorageConfig : IMessage<TransformationDetailsStorageConfig>, IEquatable<TransformationDetailsStorageConfig>, IDeepCloneable<TransformationDetailsStorageConfig>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class TransformationDetailsStorageConfig.
Config for storing transformation details.
Implements
IMessage<TransformationDetailsStorageConfig>, IEquatable<TransformationDetailsStorageConfig>, IDeepCloneable<TransformationDetailsStorageConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
TransformationDetailsStorageConfig()
public TransformationDetailsStorageConfig()TransformationDetailsStorageConfig(TransformationDetailsStorageConfig)
public TransformationDetailsStorageConfig(TransformationDetailsStorageConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
TransformationDetailsStorageConfig |
Properties
Table
public BigQueryTable Table { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
BigQueryTable |
|
TypeCase
public TransformationDetailsStorageConfig.TypeOneofCase TypeCase { get; }| Property Value | |
|---|---|
| Type | Description |
TransformationDetailsStorageConfig.TypeOneofCase |
|