public interface RedactionConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDeidentifyTemplate()
public abstract String getDeidentifyTemplate() The fully-qualified DLP deidentify template resource name.
Format:
projects/{project}/deidentifyTemplates/{template}
string deidentify_template = 1;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for inspectTemplate. |