Class: Google::Cloud::Dlp::V2::TransformationLocation
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::TransformationLocation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
Specifies the location of a transformation.
Instance Attribute Summary collapse
-
#container_type ⇒ ::Google::Cloud::Dlp::V2::TransformationContainerType
Information about the functionality of the container where this finding occurred, if available.
-
#finding_id ⇒ ::String
For infotype transformations, link to the corresponding findings ID so that location information does not need to be duplicated.
-
#record_transformation ⇒ ::Google::Cloud::Dlp::V2::RecordTransformation
For record transformations, provide a field and container information.
Instance Attribute Details
#container_type ⇒ ::Google::Cloud::Dlp::V2::TransformationContainerType
3285 3286 3287 3288 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3285 class TransformationLocation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#finding_id ⇒ ::String
3285 3286 3287 3288 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3285 class TransformationLocation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#record_transformation ⇒ ::Google::Cloud::Dlp::V2::RecordTransformation
3285 3286 3287 3288 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3285 class TransformationLocation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |