| Package | Description |
|---|---|
| com.google.api.services.healthcare.v1.model |
| Modifier and Type | Method and Description |
|---|---|
InfoTypeTransformation |
InfoTypeTransformation.clone() |
InfoTypeTransformation |
InfoTypeTransformation.set(String fieldName,
Object value) |
InfoTypeTransformation |
InfoTypeTransformation.setCharacterMaskConfig(CharacterMaskConfig characterMaskConfig)
Config for character mask.
|
InfoTypeTransformation |
InfoTypeTransformation.setCryptoHashConfig(CryptoHashConfig cryptoHashConfig)
Config for crypto hash.
|
InfoTypeTransformation |
InfoTypeTransformation.setDateShiftConfig(DateShiftConfig dateShiftConfig)
Config for date shift.
|
InfoTypeTransformation |
InfoTypeTransformation.setInfoTypes(List<String> infoTypes)
InfoTypes to apply this transformation to.
|
InfoTypeTransformation |
InfoTypeTransformation.setRedactConfig(RedactConfig redactConfig)
Config for text redaction.
|
InfoTypeTransformation |
InfoTypeTransformation.setReplaceWithInfoTypeConfig(ReplaceWithInfoTypeConfig replaceWithInfoTypeConfig)
Config for replace with InfoType.
|
| Modifier and Type | Method and Description |
|---|---|
List<InfoTypeTransformation> |
TextConfig.getAdditionalTransformations()
Transformations to apply to the detected data, overridden by `exclude_info_types`.
|
List<InfoTypeTransformation> |
TextConfig.getTransformations()
The transformations to apply to the detected data.
|
| Modifier and Type | Method and Description |
|---|---|
TextConfig |
TextConfig.setAdditionalTransformations(List<InfoTypeTransformation> additionalTransformations)
Transformations to apply to the detected data, overridden by `exclude_info_types`.
|
TextConfig |
TextConfig.setTransformations(List<InfoTypeTransformation> transformations)
The transformations to apply to the detected data.
|
Copyright © 2011–2024 Google. All rights reserved.