Class: Google::Privacy::Dlp::V2beta1::ContentItem
- Inherits:
-
Object
- Object
- Google::Privacy::Dlp::V2beta1::ContentItem
- Defined in:
- lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb
Overview
Container structure for the content to inspect.
Instance Attribute Summary collapse
-
#data ⇒ String
Content data to inspect or redact.
-
#table ⇒ Google::Privacy::Dlp::V2beta1::Table
Structured content for inspection.
-
#type ⇒ String
Type of the content, as defined in Content-Type HTTP header.
-
#value ⇒ String
String data to inspect or redact.
Instance Attribute Details
#data ⇒ String
Returns Content data to inspect or redact.
93 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 93 class ContentItem; end |
#table ⇒ Google::Privacy::Dlp::V2beta1::Table
Returns Structured content for inspection.
93 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 93 class ContentItem; end |
#type ⇒ String
Returns Type of the content, as defined in Content-Type HTTP header. Supported types are: all "text" types, octet streams, PNG images, JPEG images.
93 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 93 class ContentItem; end |
#value ⇒ String
Returns String data to inspect or redact.
93 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 93 class ContentItem; end |