Gemini Enterprise for Customer Experience V1BETA API - Class Google::Cloud::Ces::V1beta::RedactionConfig (v0.1.0)

Reference documentation and code samples for the Gemini Enterprise for Customer Experience V1BETA API class Google::Cloud::Ces::V1beta::RedactionConfig.

Configuration to instruct how sensitive data should be handled.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#deidentify_template

def deidentify_template() -> ::String
Returns
  • (::String) — Optional. DLP deidentify template name to instruct on how to de-identify content.

    Format: projects/{project}/locations/{location}/deidentifyTemplates/{deidentify_template}

#deidentify_template=

def deidentify_template=(value) -> ::String
Parameter
  • value (::String) — Optional. DLP deidentify template name to instruct on how to de-identify content.

    Format: projects/{project}/locations/{location}/deidentifyTemplates/{deidentify_template}

Returns
  • (::String) — Optional. DLP deidentify template name to instruct on how to de-identify content.

    Format: projects/{project}/locations/{location}/deidentifyTemplates/{deidentify_template}

#enable_redaction

def enable_redaction() -> ::Boolean
Returns
  • (::Boolean) — Optional. If true, redaction will be applied in various logging scenarios, including conversation history, Cloud Logging and audio recording.

#enable_redaction=

def enable_redaction=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Optional. If true, redaction will be applied in various logging scenarios, including conversation history, Cloud Logging and audio recording.
Returns
  • (::Boolean) — Optional. If true, redaction will be applied in various logging scenarios, including conversation history, Cloud Logging and audio recording.

#inspect_template

def inspect_template() -> ::String
Returns
  • (::String) — Optional. DLP inspect template name to configure detection of sensitive data types.

    Format: projects/{project}/locations/{location}/inspectTemplates/{inspect_template}

#inspect_template=

def inspect_template=(value) -> ::String
Parameter
  • value (::String) — Optional. DLP inspect template name to configure detection of sensitive data types.

    Format: projects/{project}/locations/{location}/inspectTemplates/{inspect_template}

Returns
  • (::String) — Optional. DLP inspect template name to configure detection of sensitive data types.

    Format: projects/{project}/locations/{location}/inspectTemplates/{inspect_template}