Uses of Interface
com.google.privacy.dlp.v2.FieldTransformationOrBuilder
-
Packages that use FieldTransformationOrBuilder Package Description com.google.privacy.dlp.v2 -
-
Uses of FieldTransformationOrBuilder in com.google.privacy.dlp.v2
Classes in com.google.privacy.dlp.v2 that implement FieldTransformationOrBuilder Modifier and Type Class Description class
FieldTransformation
The transformation to apply to the field.static class
FieldTransformation.Builder
The transformation to apply to the field.Methods in com.google.privacy.dlp.v2 that return FieldTransformationOrBuilder Modifier and Type Method Description FieldTransformationOrBuilder
RecordTransformations.Builder. getFieldTransformationsOrBuilder(int index)
Transform the record by applying various field transformations.FieldTransformationOrBuilder
RecordTransformations. getFieldTransformationsOrBuilder(int index)
Transform the record by applying various field transformations.FieldTransformationOrBuilder
RecordTransformationsOrBuilder. getFieldTransformationsOrBuilder(int index)
Transform the record by applying various field transformations.FieldTransformationOrBuilder
TransformationSummary.Builder. getFieldTransformationsOrBuilder(int index)
The field transformation that was applied.FieldTransformationOrBuilder
TransformationSummary. getFieldTransformationsOrBuilder(int index)
The field transformation that was applied.FieldTransformationOrBuilder
TransformationSummaryOrBuilder. getFieldTransformationsOrBuilder(int index)
The field transformation that was applied.Methods in com.google.privacy.dlp.v2 that return types with arguments of type FieldTransformationOrBuilder Modifier and Type Method Description List<? extends FieldTransformationOrBuilder>
RecordTransformations.Builder. getFieldTransformationsOrBuilderList()
Transform the record by applying various field transformations.List<? extends FieldTransformationOrBuilder>
RecordTransformations. getFieldTransformationsOrBuilderList()
Transform the record by applying various field transformations.List<? extends FieldTransformationOrBuilder>
RecordTransformationsOrBuilder. getFieldTransformationsOrBuilderList()
Transform the record by applying various field transformations.List<? extends FieldTransformationOrBuilder>
TransformationSummary.Builder. getFieldTransformationsOrBuilderList()
The field transformation that was applied.List<? extends FieldTransformationOrBuilder>
TransformationSummary. getFieldTransformationsOrBuilderList()
The field transformation that was applied.List<? extends FieldTransformationOrBuilder>
TransformationSummaryOrBuilder. getFieldTransformationsOrBuilderList()
The field transformation that was applied.
-