public static final class LargeCustomDictionaryStats.Builder extends GeneratedMessageV3.Builder<LargeCustomDictionaryStats.Builder> implements LargeCustomDictionaryStatsOrBuilder
Summary statistics of a custom dictionary.
Protobuf type google.privacy.dlp.v2.LargeCustomDictionaryStats
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public LargeCustomDictionaryStats.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public LargeCustomDictionaryStats build()
buildPartial()
public LargeCustomDictionaryStats buildPartial()
clear()
public LargeCustomDictionaryStats.Builder clear()
Overrides
clearApproxNumPhrases()
public LargeCustomDictionaryStats.Builder clearApproxNumPhrases()
Approximate number of distinct phrases in the dictionary.
int64 approx_num_phrases = 1;
clearField(Descriptors.FieldDescriptor field)
public LargeCustomDictionaryStats.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public LargeCustomDictionaryStats.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public LargeCustomDictionaryStats.Builder clone()
Overrides
getApproxNumPhrases()
public long getApproxNumPhrases()
Approximate number of distinct phrases in the dictionary.
int64 approx_num_phrases = 1;
Returns |
Type |
Description |
long |
The approxNumPhrases.
|
getDefaultInstanceForType()
public LargeCustomDictionaryStats getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(LargeCustomDictionaryStats other)
public LargeCustomDictionaryStats.Builder mergeFrom(LargeCustomDictionaryStats other)
public LargeCustomDictionaryStats.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public LargeCustomDictionaryStats.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final LargeCustomDictionaryStats.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setApproxNumPhrases(long value)
public LargeCustomDictionaryStats.Builder setApproxNumPhrases(long value)
Approximate number of distinct phrases in the dictionary.
int64 approx_num_phrases = 1;
Parameter |
Name |
Description |
value |
long
The approxNumPhrases to set.
|
setField(Descriptors.FieldDescriptor field, Object value)
public LargeCustomDictionaryStats.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public LargeCustomDictionaryStats.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final LargeCustomDictionaryStats.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides