Class: Google::Cloud::Dlp::V2::ReplaceValueConfig

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#new_value::Google::Cloud::Dlp::V2::Value

Returns Value to replace it with.

Returns:



2374
2375
2376
2377
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 2374

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