public static interface PrivacyMetric.CategoricalStatsConfigOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
FieldId |
getField()
Field to compute categorical stats on.
|
FieldIdOrBuilder |
getFieldOrBuilder()
Field to compute categorical stats on.
|
boolean |
hasField()
Field to compute categorical stats on.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
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;
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;
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;