| Package | Description |
|---|---|
| com.google.api.services.dlp.v2.model |
| Modifier and Type | Method and Description |
|---|---|
GooglePrivacyDlpV2FieldTransformation |
GooglePrivacyDlpV2FieldTransformation.clone() |
GooglePrivacyDlpV2FieldTransformation |
GooglePrivacyDlpV2FieldTransformation.set(String fieldName,
Object value) |
GooglePrivacyDlpV2FieldTransformation |
GooglePrivacyDlpV2FieldTransformation.setCondition(GooglePrivacyDlpV2RecordCondition condition)
Only apply the transformation if the condition evaluates to true for the given
`RecordCondition`.
|
GooglePrivacyDlpV2FieldTransformation |
GooglePrivacyDlpV2FieldTransformation.setFields(List<GooglePrivacyDlpV2FieldId> fields)
Required.
|
GooglePrivacyDlpV2FieldTransformation |
GooglePrivacyDlpV2FieldTransformation.setInfoTypeTransformations(GooglePrivacyDlpV2InfoTypeTransformations infoTypeTransformations)
Treat the contents of the field as free text, and selectively transform content that matches an
`InfoType`.
|
GooglePrivacyDlpV2FieldTransformation |
GooglePrivacyDlpV2FieldTransformation.setPrimitiveTransformation(GooglePrivacyDlpV2PrimitiveTransformation primitiveTransformation)
Apply the transformation to the entire field.
|
| Modifier and Type | Method and Description |
|---|---|
List<GooglePrivacyDlpV2FieldTransformation> |
GooglePrivacyDlpV2RecordTransformations.getFieldTransformations()
Transform the record by applying various field transformations.
|
List<GooglePrivacyDlpV2FieldTransformation> |
GooglePrivacyDlpV2TransformationSummary.getFieldTransformations()
The field transformation that was applied.
|
| Modifier and Type | Method and Description |
|---|---|
GooglePrivacyDlpV2RecordTransformations |
GooglePrivacyDlpV2RecordTransformations.setFieldTransformations(List<GooglePrivacyDlpV2FieldTransformation> fieldTransformations)
Transform the record by applying various field transformations.
|
GooglePrivacyDlpV2TransformationSummary |
GooglePrivacyDlpV2TransformationSummary.setFieldTransformations(List<GooglePrivacyDlpV2FieldTransformation> fieldTransformations)
The field transformation that was applied.
|
Copyright © 2011–2020 Google. All rights reserved.