Class RecordTransformations (3.47.0)

public final class RecordTransformations extends GeneratedMessageV3 implements RecordTransformationsOrBuilder

A type of transformation that is applied over structured data such as a table.

Protobuf type google.privacy.dlp.v2.RecordTransformations

Static Fields

FIELD_TRANSFORMATIONS_FIELD_NUMBER

public static final int FIELD_TRANSFORMATIONS_FIELD_NUMBER
Field Value
Type Description
int

RECORD_SUPPRESSIONS_FIELD_NUMBER

public static final int RECORD_SUPPRESSIONS_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static RecordTransformations getDefaultInstance()
Returns
Type Description
RecordTransformations

getDescriptor()

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

newBuilder()

public static RecordTransformations.Builder newBuilder()
Returns
Type Description
RecordTransformations.Builder

newBuilder(RecordTransformations prototype)

public static RecordTransformations.Builder newBuilder(RecordTransformations prototype)
Parameter
Name Description
prototype RecordTransformations
Returns
Type Description
RecordTransformations.Builder

parseDelimitedFrom(InputStream input)

public static RecordTransformations parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
RecordTransformations
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static RecordTransformations parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RecordTransformations
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static RecordTransformations parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
RecordTransformations
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static RecordTransformations parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RecordTransformations
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)