Package com.google.privacy.dlp.v2
Interface PrivacyMetric.NumericalStatsConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PrivacyMetric.NumericalStatsConfig
,PrivacyMetric.NumericalStatsConfig.Builder
- Enclosing class:
- PrivacyMetric
public static interface PrivacyMetric.NumericalStatsConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FieldId
getField()
Field to compute numerical stats on.FieldIdOrBuilder
getFieldOrBuilder()
Field to compute numerical stats on.boolean
hasField()
Field to compute numerical 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 numerical stats on. Supported types are integer, float, date, datetime, timestamp, time.
.google.privacy.dlp.v2.FieldId field = 1;
- Returns:
- Whether the field field is set.
-
getField
FieldId getField()
Field to compute numerical stats on. Supported types are integer, float, date, datetime, timestamp, time.
.google.privacy.dlp.v2.FieldId field = 1;
- Returns:
- The field.
-
getFieldOrBuilder
FieldIdOrBuilder getFieldOrBuilder()
Field to compute numerical stats on. Supported types are integer, float, date, datetime, timestamp, time.
.google.privacy.dlp.v2.FieldId field = 1;
-
-