public sealed class DiscoveryTarget : IMessage<DiscoveryTarget>, IEquatable<DiscoveryTarget>, IDeepCloneable<DiscoveryTarget>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class DiscoveryTarget.
Target used to match against for Discovery.
Implements
IMessage DiscoveryTarget , IEquatable DiscoveryTarget , IDeepCloneable DiscoveryTarget , IBufferMessage , IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
DiscoveryTarget()
public DiscoveryTarget()
DiscoveryTarget(DiscoveryTarget)
public DiscoveryTarget(DiscoveryTarget other)
Properties
BigQueryTarget
public BigQueryDiscoveryTarget BigQueryTarget { get; set; }
BigQuery target for Discovery. The first target to match a table will be the one applied.
TargetCase
public DiscoveryTarget.TargetOneofCase TargetCase { get; }