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
Returns Information about the functionality of the container where this finding occurred, if available.
3117 3118 3119 3120 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3117 class TransformationLocation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#finding_id ⇒ ::String
Returns For infotype transformations, link to the corresponding findings ID so that location information does not need to be duplicated. Each findings ID correlates to an entry in the findings output table, this table only gets created when users specify to save findings (add the save findings action to the request).
3117 3118 3119 3120 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3117 class TransformationLocation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#record_transformation ⇒ ::Google::Cloud::Dlp::V2::RecordTransformation
Returns For record transformations, provide a field and container information.
3117 3118 3119 3120 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3117 class TransformationLocation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |