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.
3298 3299 3300 3301 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3298 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).
Note: The following fields are mutually exclusive: finding_id
, record_transformation
. If a field in that set is populated, all other fields in the set will automatically be cleared.
3298 3299 3300 3301 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3298 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.
Note: The following fields are mutually exclusive: record_transformation
, finding_id
. If a field in that set is populated, all other fields in the set will automatically be cleared.
3298 3299 3300 3301 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3298 class TransformationLocation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |