GooglePrivacyDlpV2FixedSizeBucketingConfig class
Buckets values based on fixed size ranges.
The Bucketing transformation can provide all of this functionality, but requires more configuration. This message is provided as a convenience to the user for simple bucketing strategies. The transformed value will be a hyphenated string of {lower_bound}-{upper_bound}. For example, if lower_bound = 10 and upper_bound = 20, all values that are within this bucket will be replaced with "10-20". This can be used on data of type: double, long. If the bound Value type differs from the type of data being transformed, we will first attempt converting the type of the data to be transformed to match the type of the bound before comparing. See https://cloud.google.com/sensitive-data-protection/docs/concepts-bucketing to learn more.
Constructors
- GooglePrivacyDlpV2FixedSizeBucketingConfig({double? bucketSize, GooglePrivacyDlpV2Value? lowerBound, GooglePrivacyDlpV2Value? upperBound})
- GooglePrivacyDlpV2FixedSizeBucketingConfig.fromJson(Map json_)
Properties
- bucketSize ↔ double?
-
Size of each bucket (except for minimum and maximum buckets).
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- lowerBound ↔ GooglePrivacyDlpV2Value?
-
Lower bound value of buckets.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- upperBound ↔ GooglePrivacyDlpV2Value?
-
Upper bound value of buckets.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited