Interface StoredInfoTypeStatsOrBuilder (3.1.4)

public interface StoredInfoTypeStatsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
LargeCustomDictionaryStatsOrBuilder

getTypeCase()

public abstract StoredInfoTypeStats.TypeCase getTypeCase()
Returns
TypeDescription
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
TypeDescription
boolean

Whether the largeCustomDictionary field is set.