public interface StoredInfoTypeStatsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getLargeCustomDictionary()
public abstract LargeCustomDictionaryStats getLargeCustomDictionary()StoredInfoType where findings are defined by a dictionary of phrases.
.google.privacy.dlp.v2.LargeCustomDictionaryStats large_custom_dictionary = 1;
| Returns | |
|---|---|
| Type | Description |
LargeCustomDictionaryStats |
The largeCustomDictionary. |
getLargeCustomDictionaryOrBuilder()
public abstract LargeCustomDictionaryStatsOrBuilder getLargeCustomDictionaryOrBuilder()StoredInfoType where findings are defined by a dictionary of phrases.
.google.privacy.dlp.v2.LargeCustomDictionaryStats large_custom_dictionary = 1;
| Returns | |
|---|---|
| Type | Description |
LargeCustomDictionaryStatsOrBuilder |
|
getTypeCase()
public abstract StoredInfoTypeStats.TypeCase getTypeCase()| Returns | |
|---|---|
| Type | Description |
StoredInfoTypeStats.TypeCase |
|
hasLargeCustomDictionary()
public abstract boolean hasLargeCustomDictionary()StoredInfoType where findings are defined by a dictionary of phrases.
.google.privacy.dlp.v2.LargeCustomDictionaryStats large_custom_dictionary = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the largeCustomDictionary field is set. |