Interface RecordTransformationsOrBuilder (3.47.0)

public interface RecordTransformationsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFieldTransformations(int index)

public abstract FieldTransformation getFieldTransformations(int index)

Transform the record by applying various field transformations.

repeated .google.privacy.dlp.v2.FieldTransformation field_transformations = 1;

Parameter
Name Description
index int
Returns
Type Description
FieldTransformation

getFieldTransformationsCount()

public abstract int getFieldTransformationsCount()

Transform the record by applying various field transformations.

repeated .google.privacy.dlp.v2.FieldTransformation field_transformations = 1;

Returns
Type Description
int

getFieldTransformationsList()

public abstract List<FieldTransformation> getFieldTransformationsList()

Transform the record by applying various field transformations.

repeated .google.privacy.dlp.v2.FieldTransformation field_transformations = 1;

Returns
Type Description
List<FieldTransformation>

getFieldTransformationsOrBuilder(int index)

public abstract FieldTransformationOrBuilder getFieldTransformationsOrBuilder(int index)

Transform the record by applying various field transformations.

repeated .google.privacy.dlp.v2.FieldTransformation field_transformations = 1;

Parameter
Name Description
index int
Returns
Type Description
FieldTransformationOrBuilder

getFieldTransformationsOrBuilderList()

public abstract List<? extends FieldTransformationOrBuilder> getFieldTransformationsOrBuilderList()

Transform the record by applying various field transformations.

repeated .google.privacy.dlp.v2.FieldTransformation field_transformations = 1;

Returns
Type Description
List<? extends com.google.privacy.dlp.v2.FieldTransformationOrBuilder>

getRecordSuppressions(int index)

public abstract RecordSuppression getRecordSuppressions(int index)

Configuration defining which records get suppressed entirely. Records that match any suppression rule are omitted from the output.

repeated .google.privacy.dlp.v2.RecordSuppression record_suppressions = 2;

Parameter
Name Description
index int
Returns
Type Description
RecordSuppression

getRecordSuppressionsCount()

public abstract int getRecordSuppressionsCount()

Configuration defining which records get suppressed entirely. Records that match any suppression rule are omitted from the output.

repeated .google.privacy.dlp.v2.RecordSuppression record_suppressions = 2;

Returns
Type Description
int

getRecordSuppressionsList()

public abstract List<RecordSuppression> getRecordSuppressionsList()

Configuration defining which records get suppressed entirely. Records that match any suppression rule are omitted from the output.

repeated .google.privacy.dlp.v2.RecordSuppression record_suppressions = 2;

Returns
Type Description
List<RecordSuppression>

getRecordSuppressionsOrBuilder(int index)

public abstract RecordSuppressionOrBuilder getRecordSuppressionsOrBuilder(int index)

Configuration defining which records get suppressed entirely. Records that match any suppression rule are omitted from the output.

repeated .google.privacy.dlp.v2.RecordSuppression record_suppressions = 2;

Parameter
Name Description
index int
Returns
Type Description
RecordSuppressionOrBuilder

getRecordSuppressionsOrBuilderList()

public abstract List<? extends RecordSuppressionOrBuilder> getRecordSuppressionsOrBuilderList()

Configuration defining which records get suppressed entirely. Records that match any suppression rule are omitted from the output.

repeated .google.privacy.dlp.v2.RecordSuppression record_suppressions = 2;

Returns
Type Description
List<? extends com.google.privacy.dlp.v2.RecordSuppressionOrBuilder>