| Modifier and Type | Method and Description |
|---|---|
CharsToIgnore |
CharsToIgnore.Builder.build() |
CharsToIgnore |
CharsToIgnore.Builder.buildPartial() |
CharsToIgnore |
CharacterMaskConfigOrBuilder.getCharactersToIgnore(int index)
When masking a string, items in this list will be skipped when replacing
characters.
|
CharsToIgnore |
CharacterMaskConfig.getCharactersToIgnore(int index)
When masking a string, items in this list will be skipped when replacing
characters.
|
CharsToIgnore |
CharacterMaskConfig.Builder.getCharactersToIgnore(int index)
When masking a string, items in this list will be skipped when replacing
characters.
|
static CharsToIgnore |
CharsToIgnore.getDefaultInstance() |
CharsToIgnore |
CharsToIgnore.getDefaultInstanceForType() |
CharsToIgnore |
CharsToIgnore.Builder.getDefaultInstanceForType() |
static CharsToIgnore |
CharsToIgnore.parseDelimitedFrom(InputStream input) |
static CharsToIgnore |
CharsToIgnore.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CharsToIgnore |
CharsToIgnore.parseFrom(byte[] data) |
static CharsToIgnore |
CharsToIgnore.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CharsToIgnore |
CharsToIgnore.parseFrom(ByteBuffer data) |
static CharsToIgnore |
CharsToIgnore.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CharsToIgnore |
CharsToIgnore.parseFrom(com.google.protobuf.ByteString data) |
static CharsToIgnore |
CharsToIgnore.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CharsToIgnore |
CharsToIgnore.parseFrom(com.google.protobuf.CodedInputStream input) |
static CharsToIgnore |
CharsToIgnore.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CharsToIgnore |
CharsToIgnore.parseFrom(InputStream input) |
static CharsToIgnore |
CharsToIgnore.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<CharsToIgnore> |
CharacterMaskConfigOrBuilder.getCharactersToIgnoreList()
When masking a string, items in this list will be skipped when replacing
characters.
|
List<CharsToIgnore> |
CharacterMaskConfig.getCharactersToIgnoreList()
When masking a string, items in this list will be skipped when replacing
characters.
|
List<CharsToIgnore> |
CharacterMaskConfig.Builder.getCharactersToIgnoreList()
When masking a string, items in this list will be skipped when replacing
characters.
|
com.google.protobuf.Parser<CharsToIgnore> |
CharsToIgnore.getParserForType() |
static com.google.protobuf.Parser<CharsToIgnore> |
CharsToIgnore.parser() |
| Modifier and Type | Method and Description |
|---|---|
CharacterMaskConfig.Builder |
CharacterMaskConfig.Builder.addCharactersToIgnore(CharsToIgnore value)
When masking a string, items in this list will be skipped when replacing
characters.
|
CharacterMaskConfig.Builder |
CharacterMaskConfig.Builder.addCharactersToIgnore(int index,
CharsToIgnore value)
When masking a string, items in this list will be skipped when replacing
characters.
|
CharsToIgnore.Builder |
CharsToIgnore.Builder.mergeFrom(CharsToIgnore other) |
static CharsToIgnore.Builder |
CharsToIgnore.newBuilder(CharsToIgnore prototype) |
CharacterMaskConfig.Builder |
CharacterMaskConfig.Builder.setCharactersToIgnore(int index,
CharsToIgnore value)
When masking a string, items in this list will be skipped when replacing
characters.
|
| Modifier and Type | Method and Description |
|---|---|
CharacterMaskConfig.Builder |
CharacterMaskConfig.Builder.addAllCharactersToIgnore(Iterable<? extends CharsToIgnore> values)
When masking a string, items in this list will be skipped when replacing
characters.
|
Copyright © 2022 Google LLC. All rights reserved.