Class: Google::Privacy::Dlp::V2beta1::ContentItem

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#dataString

Returns Content data to inspect or redact.

Returns:

  • (String)

    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

#tableGoogle::Privacy::Dlp::V2beta1::Table

Returns Structured content for inspection.

Returns:



93
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 93

class ContentItem; end

#typeString

Returns Type of the content, as defined in Content-Type HTTP header. Supported types are: all "text" types, octet streams, PNG images, JPEG images.

Returns:

  • (String)

    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

#valueString

Returns String data to inspect or redact.

Returns:

  • (String)

    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