Class: Google::Cloud::Dlp::V2::TransformationDescription
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::TransformationDescription
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
A flattened description of a PrimitiveTransformation or
RecordSuppression.
Instance Attribute Summary collapse
-
#condition ⇒ ::String
A human-readable string representation of the
RecordConditioncorresponding to this transformation. -
#description ⇒ ::String
A description of the transformation.
-
#info_type ⇒ ::Google::Cloud::Dlp::V2::InfoType
Set if the transformation was limited to a specific
InfoType. -
#type ⇒ ::Google::Cloud::Dlp::V2::TransformationType
The transformation type.
Instance Attribute Details
#condition ⇒ ::String
3225 3226 3227 3228 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3225 class TransformationDescription include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#description ⇒ ::String
3225 3226 3227 3228 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3225 class TransformationDescription include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#info_type ⇒ ::Google::Cloud::Dlp::V2::InfoType
3225 3226 3227 3228 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3225 class TransformationDescription include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#type ⇒ ::Google::Cloud::Dlp::V2::TransformationType
3225 3226 3227 3228 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3225 class TransformationDescription include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |