public interface RedactionConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDeidentifyTemplate()
The fully-qualified DLP deidentify template resource name.
|
com.google.protobuf.ByteString |
getDeidentifyTemplateBytes()
The fully-qualified DLP deidentify template resource name.
|
String |
getInspectTemplate()
The fully-qualified DLP inspect template resource name.
|
com.google.protobuf.ByteString |
getInspectTemplateBytes()
The fully-qualified DLP inspect template resource name.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDeidentifyTemplate()
The fully-qualified DLP deidentify template resource name.
Format:
`projects/{project}/deidentifyTemplates/{template}`
string deidentify_template = 1;com.google.protobuf.ByteString getDeidentifyTemplateBytes()
The fully-qualified DLP deidentify template resource name.
Format:
`projects/{project}/deidentifyTemplates/{template}`
string deidentify_template = 1;String getInspectTemplate()
The fully-qualified DLP inspect template resource name.
Format:
`projects/{project}/locations/{location}/inspectTemplates/{template}`
string inspect_template = 2;com.google.protobuf.ByteString getInspectTemplateBytes()
The fully-qualified DLP inspect template resource name.
Format:
`projects/{project}/locations/{location}/inspectTemplates/{template}`
string inspect_template = 2;Copyright © 2025 Google LLC. All rights reserved.