Interface RedactionConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RedactionConfig
,RedactionConfig.Builder
public interface RedactionConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDeidentifyTemplate
String getDeidentifyTemplate()
The fully-qualified DLP deidentify template resource name. Format: `projects/{project}/deidentifyTemplates/{template}`
string deidentify_template = 1;
- Returns:
- The deidentifyTemplate.
-
getDeidentifyTemplateBytes
com.google.protobuf.ByteString getDeidentifyTemplateBytes()
The fully-qualified DLP deidentify template resource name. Format: `projects/{project}/deidentifyTemplates/{template}`
string deidentify_template = 1;
- Returns:
- The bytes for deidentifyTemplate.
-
getInspectTemplate
String getInspectTemplate()
The fully-qualified DLP inspect template resource name. Format: `projects/{project}/locations/{location}/inspectTemplates/{template}`
string inspect_template = 2;
- Returns:
- The inspectTemplate.
-
getInspectTemplateBytes
com.google.protobuf.ByteString getInspectTemplateBytes()
The fully-qualified DLP inspect template resource name. Format: `projects/{project}/locations/{location}/inspectTemplates/{template}`
string inspect_template = 2;
- Returns:
- The bytes for inspectTemplate.
-
-