Class: Google::Cloud::Dlp::V2::ContentItem

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/privacy/dlp/v2/dlp.rb

Overview

Type of content to inspect.

Instance Attribute Summary collapse

Instance Attribute Details

#byte_item::Google::Cloud::Dlp::V2::ByteContentItem

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

Returns:



330
331
332
333
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 330

class ContentItem
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#table::Google::Cloud::Dlp::V2::Table

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



330
331
332
333
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 330

class ContentItem
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#value::String

Returns String data to inspect or redact.

Returns:

  • (::String)

    String data to inspect or redact.



330
331
332
333
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 330

class ContentItem
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end