public interface CharsToIgnoreOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
CharsToIgnore.CharactersCase |
getCharactersCase() |
String |
getCharactersToSkip()
Characters to not transform when masking.
|
com.google.protobuf.ByteString |
getCharactersToSkipBytes()
Characters to not transform when masking.
|
CharsToIgnore.CommonCharsToIgnore |
getCommonCharactersToIgnore()
Common characters to not transform when masking.
|
int |
getCommonCharactersToIgnoreValue()
Common characters to not transform when masking.
|
boolean |
hasCharactersToSkip()
Characters to not transform when masking.
|
boolean |
hasCommonCharactersToIgnore()
Common characters to not transform when masking.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCharactersToSkip()
Characters to not transform when masking.
string characters_to_skip = 1;String getCharactersToSkip()
Characters to not transform when masking.
string characters_to_skip = 1;com.google.protobuf.ByteString getCharactersToSkipBytes()
Characters to not transform when masking.
string characters_to_skip = 1;boolean hasCommonCharactersToIgnore()
Common characters to not transform when masking. Useful to avoid removing punctuation.
.google.privacy.dlp.v2.CharsToIgnore.CommonCharsToIgnore common_characters_to_ignore = 2;
int getCommonCharactersToIgnoreValue()
Common characters to not transform when masking. Useful to avoid removing punctuation.
.google.privacy.dlp.v2.CharsToIgnore.CommonCharsToIgnore common_characters_to_ignore = 2;
CharsToIgnore.CommonCharsToIgnore getCommonCharactersToIgnore()
Common characters to not transform when masking. Useful to avoid removing punctuation.
.google.privacy.dlp.v2.CharsToIgnore.CommonCharsToIgnore common_characters_to_ignore = 2;
CharsToIgnore.CharactersCase getCharactersCase()
Copyright © 2022 Google LLC. All rights reserved.