Class: Google::Privacy::Dlp::V2::ContentItem
- Inherits:
-
Object
- Object
- Google::Privacy::Dlp::V2::ContentItem
- Defined in:
- lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb
Overview
Container structure for the content to inspect.
Instance Attribute Summary collapse
-
#byte_item ⇒ Google::Privacy::Dlp::V2::ByteContentItem
Content data to inspect or redact.
-
#table ⇒ Google::Privacy::Dlp::V2::Table
Structured content for inspection.
-
#value ⇒ String
String data to inspect or redact.
Instance Attribute Details
#byte_item ⇒ Google::Privacy::Dlp::V2::ByteContentItem
Returns Content data to inspect or redact. Replaces +type+ and +data+.
117 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 117 class ContentItem; end |
#table ⇒ Google::Privacy::Dlp::V2::Table
Returns Structured content for inspection.
117 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 117 class ContentItem; end |
#value ⇒ String
Returns String data to inspect or redact.
117 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 117 class ContentItem; end |