Class: Google::Cloud::Dlp::V2::DataProfileFinding
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::DataProfileFinding
- 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
-
#data_profile_resource_name ⇒ ::String
Resource name of the data profile associated with the finding.
-
#data_source_type ⇒ ::Google::Cloud::Dlp::V2::DataSourceType
The type of the resource that was profiled.
-
#finding_id ⇒ ::String
A unique identifier for the finding.
-
#full_resource_name ⇒ ::String
The full resource name of the resource profiled for this finding.
-
#infotype ⇒ ::Google::Cloud::Dlp::V2::InfoType
The type of content that might have been found.
-
#location ⇒ ::Google::Cloud::Dlp::V2::DataProfileFindingLocation
Where the content was found.
-
#quote ⇒ ::String
The content that was found.
-
#quote_info ⇒ ::Google::Cloud::Dlp::V2::QuoteInfo
Contains data parsed from quotes.
-
#resource_visibility ⇒ ::Google::Cloud::Dlp::V2::ResourceVisibility
How broadly a resource has been shared.
-
#timestamp ⇒ ::Google::Protobuf::Timestamp
Timestamp when the finding was detected.
Instance Attribute Details
#data_profile_resource_name ⇒ ::String
Returns 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.
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.
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.
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.
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.
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.
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.
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.
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.
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 |