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:



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

class ContentItem; end

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

Returns Structured content for inspection. See https://cloud.google.com/dlp/docs/inspecting-text#inspecting_a_table to learn more.

Returns:



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

class ContentItem; end

#valueString

Returns String data to inspect or redact.

Returns:

  • (String)

    String data to inspect or redact.



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

class ContentItem; end