Class: Google::Privacy::Dlp::V2::ContentItem

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

Instance Attribute Details

#byte_itemGoogle::Privacy::Dlp::V2::ByteContentItem

Returns Content data to inspect or redact. Replaces +type+ and +data+.

Returns:



123
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 123

class ContentItem; end

#tableGoogle::Privacy::Dlp::V2::Table

Returns Structured content for inspection.

Returns:



123
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 123

class ContentItem; end

#valueString

Returns String data to inspect or redact.

Returns:

  • (String)

    String data to inspect or redact.



123
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 123

class ContentItem; end