Class: Google::Cloud::Dlp::V2::FieldTransformation
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::FieldTransformation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
The transformation to apply to the field.
Instance Attribute Summary collapse
-
#condition ⇒ ::Google::Cloud::Dlp::V2::RecordCondition
Only apply the transformation if the condition evaluates to true for the given
RecordCondition. -
#fields ⇒ ::Array<::Google::Cloud::Dlp::V2::FieldId>
Required.
-
#info_type_transformations ⇒ ::Google::Cloud::Dlp::V2::InfoTypeTransformations
Treat the contents of the field as free text, and selectively transform content that matches an
InfoType. -
#primitive_transformation ⇒ ::Google::Cloud::Dlp::V2::PrimitiveTransformation
Apply the transformation to the entire field.
Instance Attribute Details
#condition ⇒ ::Google::Cloud::Dlp::V2::RecordCondition
3036 3037 3038 3039 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3036 class FieldTransformation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#fields ⇒ ::Array<::Google::Cloud::Dlp::V2::FieldId>
3036 3037 3038 3039 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3036 class FieldTransformation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#info_type_transformations ⇒ ::Google::Cloud::Dlp::V2::InfoTypeTransformations
3036 3037 3038 3039 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3036 class FieldTransformation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#primitive_transformation ⇒ ::Google::Cloud::Dlp::V2::PrimitiveTransformation
3036 3037 3038 3039 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3036 class FieldTransformation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |