Class: Google::Privacy::Dlp::V2::BucketingConfig::Bucket

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

Overview

Bucket is represented as a range, along with replacement values.

Instance Attribute Summary collapse

Instance Attribute Details

#maxGoogle::Privacy::Dlp::V2::Value

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

Returns:



1438
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1438

class Bucket; end

#minGoogle::Privacy::Dlp::V2::Value

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

Returns:



1438
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1438

class Bucket; end

#replacement_valueGoogle::Privacy::Dlp::V2::Value

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

Returns:



1438
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1438

class Bucket; end