Class: Google::Privacy::Dlp::V2::ContentLocation

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb

Overview

Findings container location data.

Instance Attribute Summary collapse

Instance Attribute Details

#container_nameString

Returns Name of the container where the finding is located. The top level name is the source file name or table name. Names of some common storage containers are formatted as follows:

  • BigQuery tables: <project_id>:<dataset_id>.<table_id>
  • Cloud Storage files: gs://<bucket>/<path>
  • Datastore namespace:

Nested names could be absent if the embedded object has no string identifier (for an example an image contained within a document).

Returns:

  • (String)

    Name of the container where the finding is located. The top level name is the source file name or table name. Names of some common storage containers are formatted as follows:

    • BigQuery tables: <project_id>:<dataset_id>.<table_id>
    • Cloud Storage files: gs://<bucket>/<path>
    • Datastore namespace:

    Nested names could be absent if the embedded object has no string identifier (for an example an image contained within a document).



291
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 291

class ContentLocation; end

#container_timestampGoogle::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.

Returns:

  • (Google::Protobuf::Timestamp)

    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.



291
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 291

class ContentLocation; end

#container_versionString

Returns Findings container version, if available ("generation" for Google Cloud Storage).

Returns:

  • (String)

    Findings container version, if available ("generation" for Google Cloud Storage).



291
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 291

class ContentLocation; end

#document_locationGoogle::Privacy::Dlp::V2::DocumentLocation

Returns Location data for document files.

Returns:



291
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 291

class ContentLocation; end

#image_locationGoogle::Privacy::Dlp::V2::ImageLocation

Returns Location within an image's pixels.

Returns:



291
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 291

class ContentLocation; end

#record_locationGoogle::Privacy::Dlp::V2::RecordLocation

Returns Location within a row or record of a database table.

Returns:



291
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 291

class ContentLocation; end