Class: Google::Privacy::Dlp::V2::ContentLocation
- Inherits:
-
Object
- Object
- Google::Privacy::Dlp::V2::ContentLocation
- Defined in:
- lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb
Overview
Findings container location data.
Instance Attribute Summary collapse
-
#container_name ⇒ String
Name of the container where the finding is located.
-
#container_timestamp ⇒ Google::Protobuf::Timestamp
Findings container modification timestamp, if applicable.
-
#container_version ⇒ String
Findings container version, if available ("generation" for Google Cloud Storage).
-
#document_location ⇒ Google::Privacy::Dlp::V2::DocumentLocation
Location data for document files.
-
#image_location ⇒ Google::Privacy::Dlp::V2::ImageLocation
Location within an image's pixels.
-
#record_location ⇒ Google::Privacy::Dlp::V2::RecordLocation
Location within a row or record of a database table.
Instance Attribute Details
#container_name ⇒ String
Returns Name of the container where the finding is located. The top level name is the source file name or table name. Nested names could be absent if the embedded object has no string identifier (for an example an image contained within a document).
228 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 228 class ContentLocation; end |
#container_timestamp ⇒ Google::Protobuf::Timestamp
Returns Findings container modification timestamp, if applicable. For Google Cloud Storage contains last file modification timestamp. For BigQuery table contains last_modified_time property. For Datastore - not populated.
228 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 228 class ContentLocation; end |
#container_version ⇒ String
Returns Findings container version, if available ("generation" for Google Cloud Storage).
228 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 228 class ContentLocation; end |
#document_location ⇒ Google::Privacy::Dlp::V2::DocumentLocation
Returns Location data for document files.
228 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 228 class ContentLocation; end |
#image_location ⇒ Google::Privacy::Dlp::V2::ImageLocation
Returns Location within an image's pixels.
228 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 228 class ContentLocation; end |
#record_location ⇒ Google::Privacy::Dlp::V2::RecordLocation
Returns Location within a row or record of a database table.
228 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 228 class ContentLocation; end |