Class StoredInfoTypeStats.Builder (3.87.0)

public static final class StoredInfoTypeStats.Builder extends GeneratedMessage.Builder<StoredInfoTypeStats.Builder> implements StoredInfoTypeStatsOrBuilder

Statistics for a StoredInfoType.

Protobuf type google.privacy.dlp.v2.StoredInfoTypeStats

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public StoredInfoTypeStats build()
Returns
Type Description
StoredInfoTypeStats

buildPartial()

public StoredInfoTypeStats buildPartial()
Returns
Type Description
StoredInfoTypeStats

clear()

public StoredInfoTypeStats.Builder clear()
Returns
Type Description
StoredInfoTypeStats.Builder
Overrides

clearLargeCustomDictionary()

public StoredInfoTypeStats.Builder clearLargeCustomDictionary()

StoredInfoType where findings are defined by a dictionary of phrases.

.google.privacy.dlp.v2.LargeCustomDictionaryStats large_custom_dictionary = 1;

Returns
Type Description
StoredInfoTypeStats.Builder

clearType()

public StoredInfoTypeStats.Builder clearType()
Returns
Type Description
StoredInfoTypeStats.Builder

getDefaultInstanceForType()

public StoredInfoTypeStats getDefaultInstanceForType()
Returns
Type Description
StoredInfoTypeStats

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getLargeCustomDictionary()

public 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.

getLargeCustomDictionaryBuilder()

public LargeCustomDictionaryStats.Builder getLargeCustomDictionaryBuilder()

StoredInfoType where findings are defined by a dictionary of phrases.

.google.privacy.dlp.v2.LargeCustomDictionaryStats large_custom_dictionary = 1;

Returns
Type Description
LargeCustomDictionaryStats.Builder

getLargeCustomDictionaryOrBuilder()

public 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 StoredInfoTypeStats.TypeCase getTypeCase()
Returns
Type Description
StoredInfoTypeStats.TypeCase

hasLargeCustomDictionary()

public 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.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(StoredInfoTypeStats other)

public StoredInfoTypeStats.Builder mergeFrom(StoredInfoTypeStats other)
Parameter
Name Description
other StoredInfoTypeStats
Returns
Type Description
StoredInfoTypeStats.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public StoredInfoTypeStats.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
StoredInfoTypeStats.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public StoredInfoTypeStats.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
StoredInfoTypeStats.Builder
Overrides

mergeLargeCustomDictionary(LargeCustomDictionaryStats value)

public StoredInfoTypeStats.Builder mergeLargeCustomDictionary(LargeCustomDictionaryStats value)

StoredInfoType where findings are defined by a dictionary of phrases.

.google.privacy.dlp.v2.LargeCustomDictionaryStats large_custom_dictionary = 1;

Parameter
Name Description
value LargeCustomDictionaryStats
Returns
Type Description
StoredInfoTypeStats.Builder

setLargeCustomDictionary(LargeCustomDictionaryStats value)

public StoredInfoTypeStats.Builder setLargeCustomDictionary(LargeCustomDictionaryStats value)

StoredInfoType where findings are defined by a dictionary of phrases.

.google.privacy.dlp.v2.LargeCustomDictionaryStats large_custom_dictionary = 1;

Parameter
Name Description
value LargeCustomDictionaryStats
Returns
Type Description
StoredInfoTypeStats.Builder

setLargeCustomDictionary(LargeCustomDictionaryStats.Builder builderForValue)

public StoredInfoTypeStats.Builder setLargeCustomDictionary(LargeCustomDictionaryStats.Builder builderForValue)

StoredInfoType where findings are defined by a dictionary of phrases.

.google.privacy.dlp.v2.LargeCustomDictionaryStats large_custom_dictionary = 1;

Parameter
Name Description
builderForValue LargeCustomDictionaryStats.Builder
Returns
Type Description
StoredInfoTypeStats.Builder