| Modifier and Type | Method and Description |
|---|---|
static CharsToIgnore.CommonCharsToIgnore |
CharsToIgnore.CommonCharsToIgnore.forNumber(int value) |
CharsToIgnore.CommonCharsToIgnore |
CharsToIgnore.getCommonCharactersToIgnore()
Common characters to not transform when masking.
|
CharsToIgnore.CommonCharsToIgnore |
CharsToIgnore.Builder.getCommonCharactersToIgnore()
Common characters to not transform when masking.
|
CharsToIgnore.CommonCharsToIgnore |
CharsToIgnoreOrBuilder.getCommonCharactersToIgnore()
Common characters to not transform when masking.
|
static CharsToIgnore.CommonCharsToIgnore |
CharsToIgnore.CommonCharsToIgnore.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static CharsToIgnore.CommonCharsToIgnore |
CharsToIgnore.CommonCharsToIgnore.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static CharsToIgnore.CommonCharsToIgnore |
CharsToIgnore.CommonCharsToIgnore.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CharsToIgnore.CommonCharsToIgnore[] |
CharsToIgnore.CommonCharsToIgnore.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<CharsToIgnore.CommonCharsToIgnore> |
CharsToIgnore.CommonCharsToIgnore.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
CharsToIgnore.Builder |
CharsToIgnore.Builder.setCommonCharactersToIgnore(CharsToIgnore.CommonCharsToIgnore value)
Common characters to not transform when masking.
|
Copyright © 2022 Google LLC. All rights reserved.