Cloud Data Loss Prevention (DLP) V2 API - Class Google::Cloud::Dlp::V2::ContentItem (v0.11.0)

Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::ContentItem.

Container structure for the content to inspect.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#byte_item

def byte_item() -> ::Google::Cloud::Dlp::V2::ByteContentItem
Returns

#byte_item=

def byte_item=(value) -> ::Google::Cloud::Dlp::V2::ByteContentItem
Parameter
Returns

#table

def table() -> ::Google::Cloud::Dlp::V2::Table
Returns
  • (::Google::Cloud::Dlp::V2::Table) — Structured content for inspection. See https://cloud.google.com/dlp/docs/inspecting-text#inspecting_a_table to learn more.

#table=

def table=(value) -> ::Google::Cloud::Dlp::V2::Table
Parameter
  • value (::Google::Cloud::Dlp::V2::Table) — Structured content for inspection. See https://cloud.google.com/dlp/docs/inspecting-text#inspecting_a_table to learn more.
Returns
  • (::Google::Cloud::Dlp::V2::Table) — Structured content for inspection. See https://cloud.google.com/dlp/docs/inspecting-text#inspecting_a_table to learn more.

#value

def value() -> ::String
Returns
  • (::String) — String data to inspect or redact.

#value=

def value=(value) -> ::String
Parameter
  • value (::String) — String data to inspect or redact.
Returns
  • (::String) — String data to inspect or redact.