Class StoredInfoTypeStats.Builder (3.46.0)

public static final class StoredInfoTypeStats.Builder extends GeneratedMessageV3.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

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public StoredInfoTypeStats.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
StoredInfoTypeStats.Builder
Overrides

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

clearField(Descriptors.FieldDescriptor field)

public StoredInfoTypeStats.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
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

clearOneof(Descriptors.OneofDescriptor oneof)

public StoredInfoTypeStats.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
StoredInfoTypeStats.Builder
Overrides

clearType()

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

clone()

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

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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final StoredInfoTypeStats.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
StoredInfoTypeStats.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public StoredInfoTypeStats.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
StoredInfoTypeStats.Builder
Overrides

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

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public StoredInfoTypeStats.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
StoredInfoTypeStats.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final StoredInfoTypeStats.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
StoredInfoTypeStats.Builder
Overrides