Class: Google::Cloud::Dlp::V2::ReplaceValueConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::ReplaceValueConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
Replace each input value with a given Value
.
Instance Attribute Summary collapse
-
#new_value ⇒ ::Google::Cloud::Dlp::V2::Value
Value to replace it with.
Instance Attribute Details
#new_value ⇒ ::Google::Cloud::Dlp::V2::Value
Returns Value to replace it with.
2412 2413 2414 2415 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 2412 class ReplaceValueConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |