public interface StoredInfoTypeConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Description of the StoredInfoType (max 256 characters).
|
com.google.protobuf.ByteString |
getDescriptionBytes()
Description of the StoredInfoType (max 256 characters).
|
CustomInfoType.Dictionary |
getDictionary()
Store dictionary-based CustomInfoType.
|
CustomInfoType.DictionaryOrBuilder |
getDictionaryOrBuilder()
Store dictionary-based CustomInfoType.
|
String |
getDisplayName()
Display name of the StoredInfoType (max 256 characters).
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
Display name of the StoredInfoType (max 256 characters).
|
LargeCustomDictionaryConfig |
getLargeCustomDictionary()
StoredInfoType where findings are defined by a dictionary of phrases.
|
LargeCustomDictionaryConfigOrBuilder |
getLargeCustomDictionaryOrBuilder()
StoredInfoType where findings are defined by a dictionary of phrases.
|
CustomInfoType.Regex |
getRegex()
Store regular expression-based StoredInfoType.
|
CustomInfoType.RegexOrBuilder |
getRegexOrBuilder()
Store regular expression-based StoredInfoType.
|
StoredInfoTypeConfig.TypeCase |
getTypeCase() |
boolean |
hasDictionary()
Store dictionary-based CustomInfoType.
|
boolean |
hasLargeCustomDictionary()
StoredInfoType where findings are defined by a dictionary of phrases.
|
boolean |
hasRegex()
Store regular expression-based StoredInfoType.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDisplayName()
Display name of the StoredInfoType (max 256 characters).
string display_name = 1;com.google.protobuf.ByteString getDisplayNameBytes()
Display name of the StoredInfoType (max 256 characters).
string display_name = 1;String getDescription()
Description of the StoredInfoType (max 256 characters).
string description = 2;com.google.protobuf.ByteString getDescriptionBytes()
Description of the StoredInfoType (max 256 characters).
string description = 2;boolean hasLargeCustomDictionary()
StoredInfoType where findings are defined by a dictionary of phrases.
.google.privacy.dlp.v2.LargeCustomDictionaryConfig large_custom_dictionary = 3;LargeCustomDictionaryConfig getLargeCustomDictionary()
StoredInfoType where findings are defined by a dictionary of phrases.
.google.privacy.dlp.v2.LargeCustomDictionaryConfig large_custom_dictionary = 3;LargeCustomDictionaryConfigOrBuilder getLargeCustomDictionaryOrBuilder()
StoredInfoType where findings are defined by a dictionary of phrases.
.google.privacy.dlp.v2.LargeCustomDictionaryConfig large_custom_dictionary = 3;boolean hasDictionary()
Store dictionary-based CustomInfoType.
.google.privacy.dlp.v2.CustomInfoType.Dictionary dictionary = 4;CustomInfoType.Dictionary getDictionary()
Store dictionary-based CustomInfoType.
.google.privacy.dlp.v2.CustomInfoType.Dictionary dictionary = 4;CustomInfoType.DictionaryOrBuilder getDictionaryOrBuilder()
Store dictionary-based CustomInfoType.
.google.privacy.dlp.v2.CustomInfoType.Dictionary dictionary = 4;boolean hasRegex()
Store regular expression-based StoredInfoType.
.google.privacy.dlp.v2.CustomInfoType.Regex regex = 5;CustomInfoType.Regex getRegex()
Store regular expression-based StoredInfoType.
.google.privacy.dlp.v2.CustomInfoType.Regex regex = 5;CustomInfoType.RegexOrBuilder getRegexOrBuilder()
Store regular expression-based StoredInfoType.
.google.privacy.dlp.v2.CustomInfoType.Regex regex = 5;StoredInfoTypeConfig.TypeCase getTypeCase()
Copyright © 2022 Google LLC. All rights reserved.