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 list of items.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#deidentify_config
def deidentify_config() -> ::Google::Cloud::Dlp::V2::DeidentifyConfig
- (::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=
def deidentify_config=(value) -> ::Google::Cloud::Dlp::V2::DeidentifyConfig
- 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.
- (::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
def deidentify_template_name() -> ::String
- (::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=
def deidentify_template_name=(value) -> ::String
- 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.
- (::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
def inspect_config() -> ::Google::Cloud::Dlp::V2::InspectConfig
- (::Google::Cloud::Dlp::V2::InspectConfig) — Configuration for the inspector. Items specified here will override the template referenced by the inspect_template_name argument.
#inspect_config=
def inspect_config=(value) -> ::Google::Cloud::Dlp::V2::InspectConfig
- value (::Google::Cloud::Dlp::V2::InspectConfig) — Configuration for the inspector. Items specified here will override the template referenced by the inspect_template_name argument.
- (::Google::Cloud::Dlp::V2::InspectConfig) — Configuration for the inspector. Items specified here will override the template referenced by the inspect_template_name argument.
#inspect_template_name
def inspect_template_name() -> ::String
- (::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=
def inspect_template_name=(value) -> ::String
- 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.
- (::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
def item() -> ::Google::Cloud::Dlp::V2::ContentItem
- (::Google::Cloud::Dlp::V2::ContentItem) — The item to de-identify. Will be treated as text.
#item=
def item=(value) -> ::Google::Cloud::Dlp::V2::ContentItem
- value (::Google::Cloud::Dlp::V2::ContentItem) — The item to de-identify. Will be treated as text.
- (::Google::Cloud::Dlp::V2::ContentItem) — The item to de-identify. Will be treated as text.
#location_id
def location_id() -> ::String
- (::String) — Deprecated. This field has no effect.
#location_id=
def location_id=(value) -> ::String
- value (::String) — Deprecated. This field has no effect.
- (::String) — Deprecated. This field has no effect.
#parent
def parent() -> ::String
-
(::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 identifierexample-project
, and specifies theeurope-west3
location for processing data:parent=projects/example-project/locations/europe-west3
- Projects scope, location specified:
#parent=
def parent=(value) -> ::String
-
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 identifierexample-project
, and specifies theeurope-west3
location for processing data:parent=projects/example-project/locations/europe-west3
- Projects scope, location specified:
-
(::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 identifierexample-project
, and specifies theeurope-west3
location for processing data:parent=projects/example-project/locations/europe-west3
- Projects scope, location specified: