public sealed class HybridContentItem : IMessage<HybridContentItem>, IEquatable<HybridContentItem>, IDeepCloneable<HybridContentItem>, IBufferMessage, IMessage
An individual hybrid item to inspect. Will be stored temporarily during
processing.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-24 UTC."],[[["The latest version of the `HybridContentItem` class is 4.16.0, while this page primarily documents version 3.3.0."],["`HybridContentItem` is a class in the `Google.Cloud.Dlp.V2` namespace and `Google.Cloud.Dlp.V2.dll` assembly, designed for temporary storage during inspection processing."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes properties like `FindingDetails` of type `HybridFindingDetails`, and `Item` of type `ContentItem`, both offering supplementary data for each finding or item."],["This class has two constructors, a default one `HybridContentItem()` and a second that takes another `HybridContentItem` as a parameter, `HybridContentItem(HybridContentItem other)` allowing an easy copy."]]],[]]