Class CustomInfoType.SurrogateType.Builder (3.87.0)

public static final class CustomInfoType.SurrogateType.Builder extends GeneratedMessage.Builder<CustomInfoType.SurrogateType.Builder> implements CustomInfoType.SurrogateTypeOrBuilder

Message for detecting output from deidentification transformations such as CryptoReplaceFfxFpeConfig. These types of transformations are those that perform pseudonymization, thereby producing a "surrogate" as output. This should be used in conjunction with a field on the transformation such as surrogate_info_type. This CustomInfoType does not support the use of detection_rules.

Protobuf type google.privacy.dlp.v2.CustomInfoType.SurrogateType

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public CustomInfoType.SurrogateType build()
Returns
Type Description
CustomInfoType.SurrogateType

buildPartial()

public CustomInfoType.SurrogateType buildPartial()
Returns
Type Description
CustomInfoType.SurrogateType

clear()

public CustomInfoType.SurrogateType.Builder clear()
Returns
Type Description
CustomInfoType.SurrogateType.Builder
Overrides

getDefaultInstanceForType()

public CustomInfoType.SurrogateType getDefaultInstanceForType()
Returns
Type Description
CustomInfoType.SurrogateType

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(CustomInfoType.SurrogateType other)

public CustomInfoType.SurrogateType.Builder mergeFrom(CustomInfoType.SurrogateType other)
Parameter
Name Description
other CustomInfoType.SurrogateType
Returns
Type Description
CustomInfoType.SurrogateType.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public CustomInfoType.SurrogateType.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CustomInfoType.SurrogateType.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public CustomInfoType.SurrogateType.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
CustomInfoType.SurrogateType.Builder
Overrides