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.
[[["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."],[[["This webpage provides documentation for the `HybridContentItem` class within the Google Cloud Data Loss Prevention (DLP) v2 API, covering versions from 2.15.0 to the latest 4.16.0."],["The `HybridContentItem` class is used to represent an individual hybrid item intended for temporary storage and inspection during data loss prevention processing."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The `HybridContentItem` class has properties such as `FindingDetails` of type `HybridFindingDetails` for supplementary information, and `Item` of type `ContentItem` representing the data to be inspected."],["The page contains information regarding the constructors of the `HybridContentItem` class, the first being a default constructor and the second being one that takes in another `HybridContentItem` object."]]],[]]