Cloud Data Loss Prevention (DLP) V2 API - Class Google::Cloud::Dlp::V2::PrivacyMetric::NumericalStatsConfig (v1.14.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::PrivacyMetric::NumericalStatsConfig.
Compute numerical stats over an individual column, including min, max, and quantiles.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#field
deffield()->::Google::Cloud::Dlp::V2::FieldId
Returns
- (::Google::Cloud::Dlp::V2::FieldId) — Field to compute numerical stats on. Supported types are integer, float, date, datetime, timestamp, time.
#field=
deffield=(value)->::Google::Cloud::Dlp::V2::FieldId
Parameter
- value (::Google::Cloud::Dlp::V2::FieldId) — Field to compute numerical stats on. Supported types are integer, float, date, datetime, timestamp, time.
Returns
- (::Google::Cloud::Dlp::V2::FieldId) — Field to compute numerical stats on. Supported types are integer, float, date, datetime, timestamp, time.