public sealed class Result : IMessage<InspectDataSourceDetails.Types.Result>, IEquatable<InspectDataSourceDetails.Types.Result>, IDeepCloneable<InspectDataSourceDetails.Types.Result>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class InspectDataSourceDetails.Types.Result.
All result fields mentioned below are updated while the job is processing.
Implements
IMessage<InspectDataSourceDetails.Types.Result>, IEquatable<InspectDataSourceDetails.Types.Result>, IDeepCloneable<InspectDataSourceDetails.Types.Result>, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
Result()
public Result()Result(InspectDataSourceDetails.Types.Result)
public Result(InspectDataSourceDetails.Types.Result other)| Parameter | |
|---|---|
| Name | Description |
other |
InspectDataSourceDetails.Types.Result |
Properties
HybridStats
public HybridInspectStatistics HybridStats { get; set; }Statistics related to the processing of hybrid inspect.
| Property Value | |
|---|---|
| Type | Description |
HybridInspectStatistics |
|
InfoTypeStats
public RepeatedField<InfoTypeStats> InfoTypeStats { get; }Statistics of how many instances of each info type were found during inspect job.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<InfoTypeStats> |
|
ProcessedBytes
public long ProcessedBytes { get; set; }Total size in bytes that were processed.
| Property Value | |
|---|---|
| Type | Description |
Int64 |
|
TotalEstimatedBytes
public long TotalEstimatedBytes { get; set; }Estimate of the number of bytes to process.
| Property Value | |
|---|---|
| Type | Description |
Int64 |
|