Class StoredInfoTypeStats.Builder (3.5.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
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public StoredInfoTypeStats.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
StoredInfoTypeStats.Builder
Overrides

build()

public StoredInfoTypeStats build()
Returns
TypeDescription
StoredInfoTypeStats

buildPartial()

public StoredInfoTypeStats buildPartial()
Returns
TypeDescription
StoredInfoTypeStats

clear()

public StoredInfoTypeStats.Builder clear()
Returns
TypeDescription
StoredInfoTypeStats.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public StoredInfoTypeStats.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
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
TypeDescription
StoredInfoTypeStats.Builder

clearOneof(Descriptors.OneofDescriptor oneof)

public StoredInfoTypeStats.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
StoredInfoTypeStats.Builder
Overrides

clearType()

public StoredInfoTypeStats.Builder clearType()
Returns
TypeDescription
StoredInfoTypeStats.Builder

clone()

public StoredInfoTypeStats.Builder clone()
Returns
TypeDescription
StoredInfoTypeStats.Builder
Overrides

getDefaultInstanceForType()

public StoredInfoTypeStats getDefaultInstanceForType()
Returns
TypeDescription
StoredInfoTypeStats

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
LargeCustomDictionaryStatsOrBuilder

getTypeCase()

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

Whether the largeCustomDictionary field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(StoredInfoTypeStats other)

public StoredInfoTypeStats.Builder mergeFrom(StoredInfoTypeStats other)
Parameter
NameDescription
otherStoredInfoTypeStats
Returns
TypeDescription
StoredInfoTypeStats.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public StoredInfoTypeStats.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
StoredInfoTypeStats.Builder
Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public StoredInfoTypeStats.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
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
NameDescription
valueLargeCustomDictionaryStats
Returns
TypeDescription
StoredInfoTypeStats.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final StoredInfoTypeStats.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
StoredInfoTypeStats.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public StoredInfoTypeStats.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
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
NameDescription
valueLargeCustomDictionaryStats
Returns
TypeDescription
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
NameDescription
builderForValueLargeCustomDictionaryStats.Builder
Returns
TypeDescription
StoredInfoTypeStats.Builder

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

public StoredInfoTypeStats.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
StoredInfoTypeStats.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final StoredInfoTypeStats.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
StoredInfoTypeStats.Builder
Overrides