Class: Google::Cloud::Dlp::V2::BucketingConfig::Bucket

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/privacy/dlp/v2/dlp.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#max::Google::Cloud::Dlp::V2::Value

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

Returns:



2416
2417
2418
2419
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 2416

class Bucket
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#min::Google::Cloud::Dlp::V2::Value

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

Returns:



2416
2417
2418
2419
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 2416

class Bucket
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#replacement_value::Google::Cloud::Dlp::V2::Value

Returns Required. Replacement value for this bucket.

Returns:



2416
2417
2418
2419
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 2416

class Bucket
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end