Class: Google::Privacy::Dlp::V2beta1::BucketingConfig::Bucket

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb

Overview

Buckets represented as ranges, along with replacement values. Ranges must be non-overlapping.

Instance Attribute Summary collapse

Instance Attribute Details

#maxGoogle::Privacy::Dlp::V2beta1::Value

Returns Upper bound of the range, exclusive; type must match min.

Returns:



906
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 906

class Bucket; end

#minGoogle::Privacy::Dlp::V2beta1::Value

Returns Lower bound of the range, inclusive. Type should be the same as max if used.

Returns:



906
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 906

class Bucket; end

#replacement_valueGoogle::Privacy::Dlp::V2beta1::Value

Returns Replacement value for this bucket. If not provided the default behavior will be to hyphenate the min-max range.

Returns:



906
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 906

class Bucket; end