public static final class PrivacyMetric.CategoricalStatsConfig.Builder extends GeneratedMessage.Builder<PrivacyMetric.CategoricalStatsConfig.Builder> implements PrivacyMetric.CategoricalStatsConfigOrBuilder
Compute numerical stats over an individual column, including
number of distinct values and value count distribution.
Protobuf type google.privacy.dlp.v2.PrivacyMetric.CategoricalStatsConfig
Inherited Members
com.google.protobuf.GeneratedMessage.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessage.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessage.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldsProto3(com.google.protobuf.UnknownFieldSet)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
build()
public PrivacyMetric.CategoricalStatsConfig build()
buildPartial()
public PrivacyMetric.CategoricalStatsConfig buildPartial()
clear()
public PrivacyMetric.CategoricalStatsConfig.Builder clear()
Overrides
clearField()
public PrivacyMetric.CategoricalStatsConfig.Builder clearField()
Field to compute categorical stats on. All column types are
supported except for arrays and structs. However, it may be more
informative to use NumericalStats when the field type is supported,
depending on the data.
.google.privacy.dlp.v2.FieldId field = 1;
getDefaultInstanceForType()
public PrivacyMetric.CategoricalStatsConfig getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getField()
public FieldId getField()
Field to compute categorical stats on. All column types are
supported except for arrays and structs. However, it may be more
informative to use NumericalStats when the field type is supported,
depending on the data.
.google.privacy.dlp.v2.FieldId field = 1;
| Returns |
| Type |
Description |
FieldId |
The field.
|
getFieldBuilder()
public FieldId.Builder getFieldBuilder()
Field to compute categorical stats on. All column types are
supported except for arrays and structs. However, it may be more
informative to use NumericalStats when the field type is supported,
depending on the data.
.google.privacy.dlp.v2.FieldId field = 1;
getFieldOrBuilder()
public FieldIdOrBuilder getFieldOrBuilder()
Field to compute categorical stats on. All column types are
supported except for arrays and structs. However, it may be more
informative to use NumericalStats when the field type is supported,
depending on the data.
.google.privacy.dlp.v2.FieldId field = 1;
hasField()
public boolean hasField()
Field to compute categorical stats on. All column types are
supported except for arrays and structs. However, it may be more
informative to use NumericalStats when the field type is supported,
depending on the data.
.google.privacy.dlp.v2.FieldId field = 1;
| Returns |
| Type |
Description |
boolean |
Whether the field field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeField(FieldId value)
public PrivacyMetric.CategoricalStatsConfig.Builder mergeField(FieldId value)
Field to compute categorical stats on. All column types are
supported except for arrays and structs. However, it may be more
informative to use NumericalStats when the field type is supported,
depending on the data.
.google.privacy.dlp.v2.FieldId field = 1;
| Parameter |
| Name |
Description |
value |
FieldId
|
mergeFrom(PrivacyMetric.CategoricalStatsConfig other)
public PrivacyMetric.CategoricalStatsConfig.Builder mergeFrom(PrivacyMetric.CategoricalStatsConfig other)
public PrivacyMetric.CategoricalStatsConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public PrivacyMetric.CategoricalStatsConfig.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
setField(FieldId value)
public PrivacyMetric.CategoricalStatsConfig.Builder setField(FieldId value)
Field to compute categorical stats on. All column types are
supported except for arrays and structs. However, it may be more
informative to use NumericalStats when the field type is supported,
depending on the data.
.google.privacy.dlp.v2.FieldId field = 1;
| Parameter |
| Name |
Description |
value |
FieldId
|
setField(FieldId.Builder builderForValue)
public PrivacyMetric.CategoricalStatsConfig.Builder setField(FieldId.Builder builderForValue)
Field to compute categorical stats on. All column types are
supported except for arrays and structs. However, it may be more
informative to use NumericalStats when the field type is supported,
depending on the data.
.google.privacy.dlp.v2.FieldId field = 1;