Interface SdpAdvancedConfigOrBuilder (0.1.0)

public interface SdpAdvancedConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDeidentifyTemplate()

public abstract String getDeidentifyTemplate()

Optional. Optional Sensitive Data Protection Deidentify template resource name.

If provided then DeidentifyContent action is performed during Sanitization using this template and inspect template. The De-identified data will be returned in SdpDeidentifyResult. Note that all info-types present in the deidentify template must be present in inspect template.

e.g. projects/{project}/locations/{location}/deidentifyTemplates/{deidentify_template}

string deidentify_template = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The deidentifyTemplate.

getDeidentifyTemplateBytes()

public abstract ByteString getDeidentifyTemplateBytes()

Optional. Optional Sensitive Data Protection Deidentify template resource name.

If provided then DeidentifyContent action is performed during Sanitization using this template and inspect template. The De-identified data will be returned in SdpDeidentifyResult. Note that all info-types present in the deidentify template must be present in inspect template.

e.g. projects/{project}/locations/{location}/deidentifyTemplates/{deidentify_template}

string deidentify_template = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for deidentifyTemplate.

getInspectTemplate()

public abstract String getInspectTemplate()

Optional. Sensitive Data Protection inspect template resource name

If only inspect template is provided (de-identify template not provided), then Sensitive Data Protection InspectContent action is performed during Sanitization. All Sensitive Data Protection findings identified during inspection will be returned as SdpFinding in SdpInsepctionResult.

e.g. projects/{project}/locations/{location}/inspectTemplates/{inspect_template}

string inspect_template = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The inspectTemplate.

getInspectTemplateBytes()

public abstract ByteString getInspectTemplateBytes()

Optional. Sensitive Data Protection inspect template resource name

If only inspect template is provided (de-identify template not provided), then Sensitive Data Protection InspectContent action is performed during Sanitization. All Sensitive Data Protection findings identified during inspection will be returned as SdpFinding in SdpInsepctionResult.

e.g. projects/{project}/locations/{location}/inspectTemplates/{inspect_template}

string inspect_template = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for inspectTemplate.