Class: Google::Cloud::Dlp::V2::HybridContentItem
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::HybridContentItem
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
An individual hybrid item to inspect. Will be stored temporarily during processing.
Instance Attribute Summary collapse
-
#finding_details ⇒ ::Google::Cloud::Dlp::V2::HybridFindingDetails
Supplementary information that will be added to each finding.
-
#item ⇒ ::Google::Cloud::Dlp::V2::ContentItem
The item to inspect.
Instance Attribute Details
#finding_details ⇒ ::Google::Cloud::Dlp::V2::HybridFindingDetails
Returns Supplementary information that will be added to each finding.
5965 5966 5967 5968 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5965 class HybridContentItem include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#item ⇒ ::Google::Cloud::Dlp::V2::ContentItem
Returns The item to inspect.
5965 5966 5967 5968 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5965 class HybridContentItem include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |