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 v2 API, specifically focusing on version 4.13.0 but also includes versions ranging from 2.15.0 to 4.16.0."],["The `HybridContentItem` class, part of the `Google.Cloud.Dlp.V2` namespace, represents an individual item for inspection and is temporarily stored during processing, and it implements interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class has two constructors: a default constructor and one that takes another `HybridContentItem` as a parameter for copying, allowing for creating instances of `HybridContentItem`."],["`HybridContentItem` has properties including `FindingDetails` to add supplementary information to findings, and `Item`, which is the actual content to be inspected, with each being different classes within the API."],["This webpage documents the inheritance chain and implemented interfaces for the `HybridContentItem` class, which includes `object`, `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, highlighting its place in the .NET framework."]]],[]]