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

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

Request to de-identify a ContentItem.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#deidentify_config

defdeidentify_config()->::Google::Cloud::Dlp::V2::DeidentifyConfig
Returns
  • (::Google::Cloud::Dlp::V2::DeidentifyConfig) — Configuration for the de-identification of the content item. Items specified here will override the template referenced by the deidentify_template_name argument.

#deidentify_config=

defdeidentify_config=(value)->::Google::Cloud::Dlp::V2::DeidentifyConfig
Parameter
  • value (::Google::Cloud::Dlp::V2::DeidentifyConfig) — Configuration for the de-identification of the content item. Items specified here will override the template referenced by the deidentify_template_name argument.
Returns
  • (::Google::Cloud::Dlp::V2::DeidentifyConfig) — Configuration for the de-identification of the content item. Items specified here will override the template referenced by the deidentify_template_name argument.

#deidentify_template_name

defdeidentify_template_name()->::String
Returns
  • (::String) — Template to use. Any configuration directly specified in deidentify_config will override those set in the template. Singular fields that are set in this request will replace their corresponding fields in the template. Repeated fields are appended. Singular sub-messages and groups are recursively merged.

#deidentify_template_name=

defdeidentify_template_name=(value)->::String
Parameter
  • value (::String) — Template to use. Any configuration directly specified in deidentify_config will override those set in the template. Singular fields that are set in this request will replace their corresponding fields in the template. Repeated fields are appended. Singular sub-messages and groups are recursively merged.
Returns
  • (::String) — Template to use. Any configuration directly specified in deidentify_config will override those set in the template. Singular fields that are set in this request will replace their corresponding fields in the template. Repeated fields are appended. Singular sub-messages and groups are recursively merged.

#inspect_config

definspect_config()->::Google::Cloud::Dlp::V2::InspectConfig
Returns

#inspect_config=

definspect_config=(value)->::Google::Cloud::Dlp::V2::InspectConfig
Parameter
Returns

#inspect_template_name

definspect_template_name()->::String
Returns
  • (::String) — Template to use. Any configuration directly specified in inspect_config will override those set in the template. Singular fields that are set in this request will replace their corresponding fields in the template. Repeated fields are appended. Singular sub-messages and groups are recursively merged.

#inspect_template_name=

definspect_template_name=(value)->::String
Parameter
  • value (::String) — Template to use. Any configuration directly specified in inspect_config will override those set in the template. Singular fields that are set in this request will replace their corresponding fields in the template. Repeated fields are appended. Singular sub-messages and groups are recursively merged.
Returns
  • (::String) — Template to use. Any configuration directly specified in inspect_config will override those set in the template. Singular fields that are set in this request will replace their corresponding fields in the template. Repeated fields are appended. Singular sub-messages and groups are recursively merged.

#item

defitem()->::Google::Cloud::Dlp::V2::ContentItem
Returns

#item=

defitem=(value)->::Google::Cloud::Dlp::V2::ContentItem
Parameter
Returns

#location_id

deflocation_id()->::String
Returns
  • (::String) — Deprecated. This field has no effect.

#location_id=

deflocation_id=(value)->::String
Parameter
  • value (::String) — Deprecated. This field has no effect.
Returns
  • (::String) — Deprecated. This field has no effect.

#parent

defparent()->::String
Returns
  • (::String) —

    Parent resource name.

    The format of this value varies depending on whether you have specified a processing location:

    • Projects scope, location specified: projects/{project_id}/locations/{location_id}
    • Projects scope, no location specified (defaults to global): projects/{project_id}

    The following example parent string specifies a parent project with the identifier example-project, and specifies the europe-west3 location for processing data:

    parent=projects/example-project/locations/europe-west3
    

#parent=

defparent=(value)->::String
Parameter
  • value (::String) —

    Parent resource name.

    The format of this value varies depending on whether you have specified a processing location:

    • Projects scope, location specified: projects/{project_id}/locations/{location_id}
    • Projects scope, no location specified (defaults to global): projects/{project_id}

    The following example parent string specifies a parent project with the identifier example-project, and specifies the europe-west3 location for processing data:

    parent=projects/example-project/locations/europe-west3
    
Returns
  • (::String) —

    Parent resource name.

    The format of this value varies depending on whether you have specified a processing location:

    • Projects scope, location specified: projects/{project_id}/locations/{location_id}
    • Projects scope, no location specified (defaults to global): projects/{project_id}

    The following example parent string specifies a parent project with the identifier example-project, and specifies the europe-west3 location for processing data:

    parent=projects/example-project/locations/europe-west3
    

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.