Bucket is represented as a range, along with replacement values.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#max
def max() -> ::Google::Cloud::Dlp::V2::Value
Returns
- (::Google::Cloud::Dlp::V2::Value) — Upper bound of the range, exclusive; type must match min.
#max=
def max=(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
def min() -> ::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=
def min=(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
def replacement_value() -> ::Google::Cloud::Dlp::V2::Value
Returns
- (::Google::Cloud::Dlp::V2::Value) — Required. Replacement value for this bucket.
#replacement_value=
def replacement_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.