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

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

Type of 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
  • (::Google::Cloud::Dlp::V2::ByteContentItem) — Content data to inspect or redact. Replaces type and data.

    Note: The following fields are mutually exclusive: byte_item, value, table. If a field in that set is populated, all other fields in the set will automatically be cleared.

#byte_item=

def byte_item=(value) -> ::Google::Cloud::Dlp::V2::ByteContentItem
Parameter
  • value (::Google::Cloud::Dlp::V2::ByteContentItem) — Content data to inspect or redact. Replaces type and data.

    Note: The following fields are mutually exclusive: byte_item, value, table. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Google::Cloud::Dlp::V2::ByteContentItem) — Content data to inspect or redact. Replaces type and data.

    Note: The following fields are mutually exclusive: byte_item, value, table. If a field in that set is populated, all other fields in the set will automatically be cleared.

#table

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

    Note: The following fields are mutually exclusive: table, value, byte_item. If a field in that set is populated, all other fields in the set will automatically be cleared.

#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/sensitive-data-protection/docs/inspecting-text#inspecting_a_table to learn more.

    Note: The following fields are mutually exclusive: table, value, byte_item. If a field in that set is populated, all other fields in the set will automatically be cleared.

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

    Note: The following fields are mutually exclusive: table, value, byte_item. If a field in that set is populated, all other fields in the set will automatically be cleared.

#value

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

    Note: The following fields are mutually exclusive: value, table, byte_item. If a field in that set is populated, all other fields in the set will automatically be cleared.

#value=

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

    Note: The following fields are mutually exclusive: value, table, byte_item. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::String) — String data to inspect or redact.

    Note: The following fields are mutually exclusive: value, table, byte_item. If a field in that set is populated, all other fields in the set will automatically be cleared.