Interface RedactionConfigOrBuilder (2.41.0)

public interface RedactionConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDeidentifyTemplate()

public abstract String getDeidentifyTemplate()

The fully-qualified DLP deidentify template resource name. Format: projects/{project}/deidentifyTemplates/{template}

string deidentify_template = 1;

Returns
TypeDescription
String

The deidentifyTemplate.

getDeidentifyTemplateBytes()

public abstract ByteString getDeidentifyTemplateBytes()

The fully-qualified DLP deidentify template resource name. Format: projects/{project}/deidentifyTemplates/{template}

string deidentify_template = 1;

Returns
TypeDescription
ByteString

The bytes for deidentifyTemplate.

getInspectTemplate()

public abstract String getInspectTemplate()

The fully-qualified DLP inspect template resource name. Format: projects/{project}/locations/{location}/inspectTemplates/{template}

string inspect_template = 2;

Returns
TypeDescription
String

The inspectTemplate.

getInspectTemplateBytes()

public abstract ByteString getInspectTemplateBytes()

The fully-qualified DLP inspect template resource name. Format: projects/{project}/locations/{location}/inspectTemplates/{template}

string inspect_template = 2;

Returns
TypeDescription
ByteString

The bytes for inspectTemplate.