Package com.google.privacy.dlp.v2
Interface PrivacyMetric.CategoricalStatsConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PrivacyMetric.CategoricalStatsConfig
,PrivacyMetric.CategoricalStatsConfig.Builder
- Enclosing class:
- PrivacyMetric
public static interface PrivacyMetric.CategoricalStatsConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasField
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:
- Whether the field field is set.
-
getField
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:
- The field.
-
getFieldOrBuilder
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;
-
-