public sealed class InspectDataSourceDetails : IMessage<InspectDataSourceDetails>, IEquatable<InspectDataSourceDetails>, IDeepCloneable<InspectDataSourceDetails>, IBufferMessage, IMessageThe results of an inspect DataSource job.
Implements
IMessage<InspectDataSourceDetails>, IEquatable<InspectDataSourceDetails>, IDeepCloneable<InspectDataSourceDetails>, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
InspectDataSourceDetails()
public InspectDataSourceDetails()InspectDataSourceDetails(InspectDataSourceDetails)
public InspectDataSourceDetails(InspectDataSourceDetails other)| Parameter | |
|---|---|
| Name | Description |
other |
InspectDataSourceDetails |
Properties
RequestedOptions
public InspectDataSourceDetails.Types.RequestedOptions RequestedOptions { get; set; }The configuration used for this job.
| Property Value | |
|---|---|
| Type | Description |
InspectDataSourceDetails.Types.RequestedOptions |
|
Result
public InspectDataSourceDetails.Types.Result Result { get; set; }A summary of the outcome of this inspect job.
| Property Value | |
|---|---|
| Type | Description |
InspectDataSourceDetails.Types.Result |
|