Class: Google::Cloud::Dlp::V2::DataProfileFinding

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/privacy/dlp/v2/dlp.rb

Overview

Details about a piece of potentially sensitive information that was detected when the data resource was profiled.

Instance Attribute Summary collapse

Instance Attribute Details

#data_profile_resource_name::String

Returns Resource name of the data profile associated with the finding.

Returns:

  • (::String)

    Resource name of the data profile associated with the finding.



4570
4571
4572
4573
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4570

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

#data_source_type::Google::Cloud::Dlp::V2::DataSourceType

Returns The type of the resource that was profiled.

Returns:



4570
4571
4572
4573
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4570

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

#finding_id::String

Returns A unique identifier for the finding.

Returns:

  • (::String)

    A unique identifier for the finding.



4570
4571
4572
4573
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4570

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

#full_resource_name::String

Returns The full resource name of the resource profiled for this finding.

Returns:



4570
4571
4572
4573
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4570

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

#infotype::Google::Cloud::Dlp::V2::InfoType

Returns The type of content that might have been found.

Returns:



4570
4571
4572
4573
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4570

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

#location::Google::Cloud::Dlp::V2::DataProfileFindingLocation

Returns Where the content was found.

Returns:



4570
4571
4572
4573
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4570

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

#quote::String

Returns The content that was found. Even if the content is not textual, it may be converted to a textual representation here. If the finding exceeds 4096 bytes in length, the quote may be omitted.

Returns:

  • (::String)

    The content that was found. Even if the content is not textual, it may be converted to a textual representation here. If the finding exceeds 4096 bytes in length, the quote may be omitted.



4570
4571
4572
4573
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4570

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

#quote_info::Google::Cloud::Dlp::V2::QuoteInfo

Returns Contains data parsed from quotes. Currently supported infoTypes: DATE, DATE_OF_BIRTH, and TIME.

Returns:



4570
4571
4572
4573
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4570

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

#resource_visibility::Google::Cloud::Dlp::V2::ResourceVisibility

Returns How broadly a resource has been shared.

Returns:



4570
4571
4572
4573
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4570

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

#timestamp::Google::Protobuf::Timestamp

Returns Timestamp when the finding was detected.

Returns:



4570
4571
4572
4573
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4570

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