| Modifier and Type | Class and Description |
|---|---|
class |
CharsToIgnore
Characters to skip when doing deidentification of a value.
|
static class |
CharsToIgnore.Builder
Characters to skip when doing deidentification of a value.
|
| Modifier and Type | Method and Description |
|---|---|
CharsToIgnoreOrBuilder |
CharacterMaskConfigOrBuilder.getCharactersToIgnoreOrBuilder(int index)
When masking a string, items in this list will be skipped when replacing
characters.
|
CharsToIgnoreOrBuilder |
CharacterMaskConfig.getCharactersToIgnoreOrBuilder(int index)
When masking a string, items in this list will be skipped when replacing
characters.
|
CharsToIgnoreOrBuilder |
CharacterMaskConfig.Builder.getCharactersToIgnoreOrBuilder(int index)
When masking a string, items in this list will be skipped when replacing
characters.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends CharsToIgnoreOrBuilder> |
CharacterMaskConfigOrBuilder.getCharactersToIgnoreOrBuilderList()
When masking a string, items in this list will be skipped when replacing
characters.
|
List<? extends CharsToIgnoreOrBuilder> |
CharacterMaskConfig.getCharactersToIgnoreOrBuilderList()
When masking a string, items in this list will be skipped when replacing
characters.
|
List<? extends CharsToIgnoreOrBuilder> |
CharacterMaskConfig.Builder.getCharactersToIgnoreOrBuilderList()
When masking a string, items in this list will be skipped when replacing
characters.
|
Copyright © 2022 Google LLC. All rights reserved.