Class: Google::Cloud::Dlp::V2::ContentItem
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::ContentItem
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
Type of content to inspect.
Instance Attribute Summary collapse
-
#byte_item ⇒ ::Google::Cloud::Dlp::V2::ByteContentItem
Content data to inspect or redact.
-
#table ⇒ ::Google::Cloud::Dlp::V2::Table
Structured content for inspection.
-
#value ⇒ ::String
String data to inspect or redact.
Instance Attribute Details
#byte_item ⇒ ::Google::Cloud::Dlp::V2::ByteContentItem
339 340 341 342 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 339 class ContentItem include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#table ⇒ ::Google::Cloud::Dlp::V2::Table
339 340 341 342 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 339 class ContentItem include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#value ⇒ ::String
339 340 341 342 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 339 class ContentItem include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |