Class: Google::Cloud::Dlp::V2::TransformationLocation

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#container_type::Google::Cloud::Dlp::V2::TransformationContainerType

Returns Information about the functionality of the container where this finding occurred, if available.

Returns:



3079
3080
3081
3082
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3079

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).

Returns:

  • (::String)

    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).



3079
3080
3081
3082
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3079

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.

Returns:



3079
3080
3081
3082
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3079

class TransformationLocation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end