Package | Description |
---|---|
com.google.api.services.healthcare.v1beta1.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()
Additional transformations to apply to the detected data, overriding `profile`.
|
List<InfoTypeTransformation> |
TextConfig.getTransformations()
The transformations to apply to the detected data.
|
Modifier and Type | Method and Description |
---|---|
TextConfig |
TextConfig.setAdditionalTransformations(List<InfoTypeTransformation> additionalTransformations)
Additional transformations to apply to the detected data, overriding `profile`.
|
TextConfig |
TextConfig.setTransformations(List<InfoTypeTransformation> transformations)
The transformations to apply to the detected data.
|
Copyright © 2011–2025 Google. All rights reserved.