View Source GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DeidentifyContentRequest (google_api_dlp v0.46.0)

Request to de-identify a ContentItem.

Attributes

  • deidentifyConfig (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DeidentifyConfig.t, default: nil) - Configuration for the de-identification of the content item. Items specified here will override the template referenced by the deidentify_template_name argument.
  • deidentifyTemplateName (type: String.t, default: nil) - 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.
  • inspectConfig (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InspectConfig.t, default: nil) - Configuration for the inspector. Items specified here will override the template referenced by the inspect_template_name argument.
  • inspectTemplateName (type: String.t, default: nil) - 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 (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ContentItem.t, default: nil) - The item to de-identify. Will be treated as text. This value must be of type Table if your deidentify_config is a RecordTransformations object.
  • locationId (type: String.t, default: nil) - Deprecated. This field has no effect.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DeidentifyContentRequest{
  deidentifyConfig:
    GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DeidentifyConfig.t() | nil,
  deidentifyTemplateName: String.t() | nil,
  inspectConfig:
    GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InspectConfig.t() | nil,
  inspectTemplateName: String.t() | nil,
  item: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ContentItem.t() | nil,
  locationId: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.