Class TransformationConfig.Builder (3.7.2)

public static final class TransformationConfig.Builder extends GeneratedMessageV3.Builder<TransformationConfig.Builder> implements TransformationConfigOrBuilder

User specified templates and configs for how to deidentify structured, unstructures, and image files. User must provide either a unstructured deidentify template or at least one redact image config.

Protobuf type google.privacy.dlp.v2.TransformationConfig

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public TransformationConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
TransformationConfig.Builder
Overrides

build()

public TransformationConfig build()
Returns
TypeDescription
TransformationConfig

buildPartial()

public TransformationConfig buildPartial()
Returns
TypeDescription
TransformationConfig

clear()

public TransformationConfig.Builder clear()
Returns
TypeDescription
TransformationConfig.Builder
Overrides

clearDeidentifyTemplate()

public TransformationConfig.Builder clearDeidentifyTemplate()

De-identify template. If this template is specified, it will serve as the default de-identify template. This template cannot contain record_transformations since it can be used for unstructured content such as free-form text files. If this template is not set, a default ReplaceWithInfoTypeConfig will be used to de-identify unstructured content.

string deidentify_template = 1;

Returns
TypeDescription
TransformationConfig.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public TransformationConfig.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
TransformationConfig.Builder
Overrides

clearImageRedactTemplate()

public TransformationConfig.Builder clearImageRedactTemplate()

Image redact template. If this template is specified, it will serve as the de-identify template for images. If this template is not set, all findings in the image will be redacted with a black box.

string image_redact_template = 4;

Returns
TypeDescription
TransformationConfig.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public TransformationConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
TransformationConfig.Builder
Overrides

clearStructuredDeidentifyTemplate()

public TransformationConfig.Builder clearStructuredDeidentifyTemplate()

Structured de-identify template. If this template is specified, it will serve as the de-identify template for structured content such as delimited files and tables. If this template is not set but the deidentify_template is set, then deidentify_template will also apply to the structured content. If neither template is set, a default ReplaceWithInfoTypeConfig will be used to de-identify structured content.

string structured_deidentify_template = 2;

Returns
TypeDescription
TransformationConfig.Builder

This builder for chaining.

clone()

public TransformationConfig.Builder clone()
Returns
TypeDescription
TransformationConfig.Builder
Overrides

getDefaultInstanceForType()

public TransformationConfig getDefaultInstanceForType()
Returns
TypeDescription
TransformationConfig

getDeidentifyTemplate()

public String getDeidentifyTemplate()

De-identify template. If this template is specified, it will serve as the default de-identify template. This template cannot contain record_transformations since it can be used for unstructured content such as free-form text files. If this template is not set, a default ReplaceWithInfoTypeConfig will be used to de-identify unstructured content.

string deidentify_template = 1;

Returns
TypeDescription
String

The deidentifyTemplate.

getDeidentifyTemplateBytes()

public ByteString getDeidentifyTemplateBytes()

De-identify template. If this template is specified, it will serve as the default de-identify template. This template cannot contain record_transformations since it can be used for unstructured content such as free-form text files. If this template is not set, a default ReplaceWithInfoTypeConfig will be used to de-identify unstructured content.

string deidentify_template = 1;

Returns
TypeDescription
ByteString

The bytes for deidentifyTemplate.

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getImageRedactTemplate()

public String getImageRedactTemplate()

Image redact template. If this template is specified, it will serve as the de-identify template for images. If this template is not set, all findings in the image will be redacted with a black box.

string image_redact_template = 4;

Returns
TypeDescription
String

The imageRedactTemplate.

getImageRedactTemplateBytes()

public ByteString getImageRedactTemplateBytes()

Image redact template. If this template is specified, it will serve as the de-identify template for images. If this template is not set, all findings in the image will be redacted with a black box.

string image_redact_template = 4;

Returns
TypeDescription
ByteString

The bytes for imageRedactTemplate.

getStructuredDeidentifyTemplate()

public String getStructuredDeidentifyTemplate()

Structured de-identify template. If this template is specified, it will serve as the de-identify template for structured content such as delimited files and tables. If this template is not set but the deidentify_template is set, then deidentify_template will also apply to the structured content. If neither template is set, a default ReplaceWithInfoTypeConfig will be used to de-identify structured content.

string structured_deidentify_template = 2;

Returns
TypeDescription
String

The structuredDeidentifyTemplate.

getStructuredDeidentifyTemplateBytes()

public ByteString getStructuredDeidentifyTemplateBytes()

Structured de-identify template. If this template is specified, it will serve as the de-identify template for structured content such as delimited files and tables. If this template is not set but the deidentify_template is set, then deidentify_template will also apply to the structured content. If neither template is set, a default ReplaceWithInfoTypeConfig will be used to de-identify structured content.

string structured_deidentify_template = 2;

Returns
TypeDescription
ByteString

The bytes for structuredDeidentifyTemplate.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(TransformationConfig other)

public TransformationConfig.Builder mergeFrom(TransformationConfig other)
Parameter
NameDescription
otherTransformationConfig
Returns
TypeDescription
TransformationConfig.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public TransformationConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TransformationConfig.Builder
Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public TransformationConfig.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
TransformationConfig.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final TransformationConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
TransformationConfig.Builder
Overrides

setDeidentifyTemplate(String value)

public TransformationConfig.Builder setDeidentifyTemplate(String value)

De-identify template. If this template is specified, it will serve as the default de-identify template. This template cannot contain record_transformations since it can be used for unstructured content such as free-form text files. If this template is not set, a default ReplaceWithInfoTypeConfig will be used to de-identify unstructured content.

string deidentify_template = 1;

Parameter
NameDescription
valueString

The deidentifyTemplate to set.

Returns
TypeDescription
TransformationConfig.Builder

This builder for chaining.

setDeidentifyTemplateBytes(ByteString value)

public TransformationConfig.Builder setDeidentifyTemplateBytes(ByteString value)

De-identify template. If this template is specified, it will serve as the default de-identify template. This template cannot contain record_transformations since it can be used for unstructured content such as free-form text files. If this template is not set, a default ReplaceWithInfoTypeConfig will be used to de-identify unstructured content.

string deidentify_template = 1;

Parameter
NameDescription
valueByteString

The bytes for deidentifyTemplate to set.

Returns
TypeDescription
TransformationConfig.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public TransformationConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
TransformationConfig.Builder
Overrides

setImageRedactTemplate(String value)

public TransformationConfig.Builder setImageRedactTemplate(String value)

Image redact template. If this template is specified, it will serve as the de-identify template for images. If this template is not set, all findings in the image will be redacted with a black box.

string image_redact_template = 4;

Parameter
NameDescription
valueString

The imageRedactTemplate to set.

Returns
TypeDescription
TransformationConfig.Builder

This builder for chaining.

setImageRedactTemplateBytes(ByteString value)

public TransformationConfig.Builder setImageRedactTemplateBytes(ByteString value)

Image redact template. If this template is specified, it will serve as the de-identify template for images. If this template is not set, all findings in the image will be redacted with a black box.

string image_redact_template = 4;

Parameter
NameDescription
valueByteString

The bytes for imageRedactTemplate to set.

Returns
TypeDescription
TransformationConfig.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public TransformationConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
TransformationConfig.Builder
Overrides

setStructuredDeidentifyTemplate(String value)

public TransformationConfig.Builder setStructuredDeidentifyTemplate(String value)

Structured de-identify template. If this template is specified, it will serve as the de-identify template for structured content such as delimited files and tables. If this template is not set but the deidentify_template is set, then deidentify_template will also apply to the structured content. If neither template is set, a default ReplaceWithInfoTypeConfig will be used to de-identify structured content.

string structured_deidentify_template = 2;

Parameter
NameDescription
valueString

The structuredDeidentifyTemplate to set.

Returns
TypeDescription
TransformationConfig.Builder

This builder for chaining.

setStructuredDeidentifyTemplateBytes(ByteString value)

public TransformationConfig.Builder setStructuredDeidentifyTemplateBytes(ByteString value)

Structured de-identify template. If this template is specified, it will serve as the de-identify template for structured content such as delimited files and tables. If this template is not set but the deidentify_template is set, then deidentify_template will also apply to the structured content. If neither template is set, a default ReplaceWithInfoTypeConfig will be used to de-identify structured content.

string structured_deidentify_template = 2;

Parameter
NameDescription
valueByteString

The bytes for structuredDeidentifyTemplate to set.

Returns
TypeDescription
TransformationConfig.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final TransformationConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
TransformationConfig.Builder
Overrides