- 3.57.0 (latest)
- 3.56.0
- 3.55.0
- 3.53.0
- 3.52.0
- 3.51.0
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.41.0
- 3.40.0
- 3.39.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.28.0
- 3.27.0
- 3.26.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.6
- 3.6.7
- 3.5.0
- 3.4.0
- 3.3.2
- 3.2.1
- 3.1.4
public static final class CharsToIgnore.Builder extends GeneratedMessageV3.Builder<CharsToIgnore.Builder> implements CharsToIgnoreOrBuilder
Characters to skip when doing deidentification of a value. These will be left alone and skipped.
Protobuf type google.privacy.dlp.v2.CharsToIgnore
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > CharsToIgnore.BuilderImplements
CharsToIgnoreOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public CharsToIgnore.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
CharsToIgnore.Builder |
build()
public CharsToIgnore build()
Type | Description |
CharsToIgnore |
buildPartial()
public CharsToIgnore buildPartial()
Type | Description |
CharsToIgnore |
clear()
public CharsToIgnore.Builder clear()
Type | Description |
CharsToIgnore.Builder |
clearCharacters()
public CharsToIgnore.Builder clearCharacters()
Type | Description |
CharsToIgnore.Builder |
clearCharactersToSkip()
public CharsToIgnore.Builder clearCharactersToSkip()
Characters to not transform when masking.
string characters_to_skip = 1;
Type | Description |
CharsToIgnore.Builder | This builder for chaining. |
clearCommonCharactersToIgnore()
public CharsToIgnore.Builder clearCommonCharactersToIgnore()
Common characters to not transform when masking. Useful to avoid removing punctuation.
.google.privacy.dlp.v2.CharsToIgnore.CommonCharsToIgnore common_characters_to_ignore = 2;
Type | Description |
CharsToIgnore.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public CharsToIgnore.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
CharsToIgnore.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public CharsToIgnore.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
CharsToIgnore.Builder |
clone()
public CharsToIgnore.Builder clone()
Type | Description |
CharsToIgnore.Builder |
getCharactersCase()
public CharsToIgnore.CharactersCase getCharactersCase()
Type | Description |
CharsToIgnore.CharactersCase |
getCharactersToSkip()
public String getCharactersToSkip()
Characters to not transform when masking.
string characters_to_skip = 1;
Type | Description |
String | The charactersToSkip. |
getCharactersToSkipBytes()
public ByteString getCharactersToSkipBytes()
Characters to not transform when masking.
string characters_to_skip = 1;
Type | Description |
ByteString | The bytes for charactersToSkip. |
getCommonCharactersToIgnore()
public 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;
Type | Description |
CharsToIgnore.CommonCharsToIgnore | The commonCharactersToIgnore. |
getCommonCharactersToIgnoreValue()
public 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;
Type | Description |
int | The enum numeric value on the wire for commonCharactersToIgnore. |
getDefaultInstanceForType()
public CharsToIgnore getDefaultInstanceForType()
Type | Description |
CharsToIgnore |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
hasCharactersToSkip()
public boolean hasCharactersToSkip()
Characters to not transform when masking.
string characters_to_skip = 1;
Type | Description |
boolean | Whether the charactersToSkip field is set. |
hasCommonCharactersToIgnore()
public 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;
Type | Description |
boolean | Whether the commonCharactersToIgnore field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(CharsToIgnore other)
public CharsToIgnore.Builder mergeFrom(CharsToIgnore other)
Name | Description |
other | CharsToIgnore |
Type | Description |
CharsToIgnore.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public CharsToIgnore.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
CharsToIgnore.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public CharsToIgnore.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
CharsToIgnore.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final CharsToIgnore.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
CharsToIgnore.Builder |
setCharactersToSkip(String value)
public CharsToIgnore.Builder setCharactersToSkip(String value)
Characters to not transform when masking.
string characters_to_skip = 1;
Name | Description |
value | String The charactersToSkip to set. |
Type | Description |
CharsToIgnore.Builder | This builder for chaining. |
setCharactersToSkipBytes(ByteString value)
public CharsToIgnore.Builder setCharactersToSkipBytes(ByteString value)
Characters to not transform when masking.
string characters_to_skip = 1;
Name | Description |
value | ByteString The bytes for charactersToSkip to set. |
Type | Description |
CharsToIgnore.Builder | This builder for chaining. |
setCommonCharactersToIgnore(CharsToIgnore.CommonCharsToIgnore value)
public CharsToIgnore.Builder setCommonCharactersToIgnore(CharsToIgnore.CommonCharsToIgnore value)
Common characters to not transform when masking. Useful to avoid removing punctuation.
.google.privacy.dlp.v2.CharsToIgnore.CommonCharsToIgnore common_characters_to_ignore = 2;
Name | Description |
value | CharsToIgnore.CommonCharsToIgnore The commonCharactersToIgnore to set. |
Type | Description |
CharsToIgnore.Builder | This builder for chaining. |
setCommonCharactersToIgnoreValue(int value)
public CharsToIgnore.Builder setCommonCharactersToIgnoreValue(int value)
Common characters to not transform when masking. Useful to avoid removing punctuation.
.google.privacy.dlp.v2.CharsToIgnore.CommonCharsToIgnore common_characters_to_ignore = 2;
Name | Description |
value | int The enum numeric value on the wire for commonCharactersToIgnore to set. |
Type | Description |
CharsToIgnore.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public CharsToIgnore.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
CharsToIgnore.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public CharsToIgnore.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
CharsToIgnore.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final CharsToIgnore.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
CharsToIgnore.Builder |