public sealed class HybridContentItem : IMessage<HybridContentItem>, IEquatable<HybridContentItem>, IDeepCloneable<HybridContentItem>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class HybridContentItem.
An individual hybrid item to inspect. Will be stored temporarily during processing.
Implements
IMessageHybridContentItem, IEquatableHybridContentItem, IDeepCloneableHybridContentItem, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
HybridContentItem()
public HybridContentItem()
HybridContentItem(HybridContentItem)
public HybridContentItem(HybridContentItem other)
Parameter | |
---|---|
Name | Description |
other |
HybridContentItem |
Properties
FindingDetails
public HybridFindingDetails FindingDetails { get; set; }
Supplementary information that will be added to each finding.
Property Value | |
---|---|
Type | Description |
HybridFindingDetails |
Item
public ContentItem Item { get; set; }
The item to inspect.
Property Value | |
---|---|
Type | Description |
ContentItem |