Cloud Data Loss Prevention (DLP) V2 API - Class Google::Cloud::Dlp::V2::BucketingConfig::Bucket (v0.21.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::BucketingConfig::Bucket.
Bucket is represented as a range, along with replacement values.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#max
defmax()->::Google::Cloud::Dlp::V2::Value
Returns
- (::Google::Cloud::Dlp::V2::Value) — Upper bound of the range, exclusive; type must match min.
#max=
defmax=(value)->::Google::Cloud::Dlp::V2::Value
Parameter
- value (::Google::Cloud::Dlp::V2::Value) — Upper bound of the range, exclusive; type must match min.
Returns
- (::Google::Cloud::Dlp::V2::Value) — Upper bound of the range, exclusive; type must match min.
#min
defmin()->::Google::Cloud::Dlp::V2::Value
Returns
- (::Google::Cloud::Dlp::V2::Value) — Lower bound of the range, inclusive. Type should be the same as max if used.
#min=
defmin=(value)->::Google::Cloud::Dlp::V2::Value
Parameter
- value (::Google::Cloud::Dlp::V2::Value) — Lower bound of the range, inclusive. Type should be the same as max if used.
Returns
- (::Google::Cloud::Dlp::V2::Value) — Lower bound of the range, inclusive. Type should be the same as max if used.
#replacement_value
defreplacement_value()->::Google::Cloud::Dlp::V2::Value
Returns
- (::Google::Cloud::Dlp::V2::Value) — Required. Replacement value for this bucket.
#replacement_value=
defreplacement_value=(value)->::Google::Cloud::Dlp::V2::Value
Parameter
- value (::Google::Cloud::Dlp::V2::Value) — Required. Replacement value for this bucket.
Returns
- (::Google::Cloud::Dlp::V2::Value) — Required. Replacement value for this bucket.