Interface PrivacyMetric.NumericalStatsConfigOrBuilder (3.46.0)

public static interface PrivacyMetric.NumericalStatsConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getField()

public abstract 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
Type Description
FieldId

The field.

getFieldOrBuilder()

public abstract FieldIdOrBuilder getFieldOrBuilder()

Field to compute numerical stats on. Supported types are integer, float, date, datetime, timestamp, time.

.google.privacy.dlp.v2.FieldId field = 1;

Returns
Type Description
FieldIdOrBuilder

hasField()

public abstract 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
Type Description
boolean

Whether the field field is set.