public sealed class DataProfileConfigSnapshot : IMessage<DataProfileConfigSnapshot>, IEquatable<DataProfileConfigSnapshot>, IDeepCloneable<DataProfileConfigSnapshot>, IBufferMessage, IMessage
Snapshot of the configurations used to generate the profile.
Implements
IMessage<DataProfileConfigSnapshot>, IEquatable<DataProfileConfigSnapshot>, IDeepCloneable<DataProfileConfigSnapshot>, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
DataProfileConfigSnapshot()
public DataProfileConfigSnapshot()
DataProfileConfigSnapshot(DataProfileConfigSnapshot)
public DataProfileConfigSnapshot(DataProfileConfigSnapshot other)
Parameter | |
---|---|
Name | Description |
other | DataProfileConfigSnapshot |
Properties
DataProfileJob
public DataProfileJobConfig DataProfileJob { get; set; }
A copy of the configuration used to generate this profile.
Property Value | |
---|---|
Type | Description |
DataProfileJobConfig |
InspectConfig
public InspectConfig InspectConfig { get; set; }
A copy of the inspection config used to generate this profile. This
is a copy of the inspect_template specified in DataProfileJobConfig
.
Property Value | |
---|---|
Type | Description |
InspectConfig |