Class: Google::Cloud::Dlp::V2::Container

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

Overview

Represents a container that may contain DLP findings. Examples of a container include a file, table, or database record.

Instance Attribute Summary collapse

Instance Attribute Details

#full_path::String

Returns A string representation of the full container name. Examples:

  • BigQuery: 'Project:DataSetId.TableId'
  • Cloud Storage: 'gs://Bucket/folders/filename.txt'.

Returns:

  • (::String)

    A string representation of the full container name. Examples:

    • BigQuery: 'Project:DataSetId.TableId'
    • Cloud Storage: 'gs://Bucket/folders/filename.txt'


615
616
617
618
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 615

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

#project_id::String

Returns Project where the finding was found. Can be different from the project that owns the finding.

Returns:

  • (::String)

    Project where the finding was found. Can be different from the project that owns the finding.



615
616
617
618
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 615

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

#relative_path::String

Returns The rest of the path after the root. Examples:

  • For BigQuery table project_id:dataset_id.table_id, the relative path is table_id
  • For Cloud Storage file gs://bucket/folder/filename.txt, the relative path is folder/filename.txt.

Returns:

  • (::String)

    The rest of the path after the root. Examples:

    • For BigQuery table project_id:dataset_id.table_id, the relative path is table_id
    • For Cloud Storage file gs://bucket/folder/filename.txt, the relative path is folder/filename.txt


615
616
617
618
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 615

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

#root_path::String

Returns The root of the container. Examples:

  • For BigQuery table project_id:dataset_id.table_id, the root is dataset_id
  • For Cloud Storage file gs://bucket/folder/filename.txt, the root is gs://bucket.

Returns:

  • (::String)

    The root of the container. Examples:

    • For BigQuery table project_id:dataset_id.table_id, the root is dataset_id
    • For Cloud Storage file gs://bucket/folder/filename.txt, the root is gs://bucket


615
616
617
618
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 615

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

#type::String

Returns Container type, for example BigQuery or Cloud Storage.

Returns:

  • (::String)

    Container type, for example BigQuery or Cloud Storage.



615
616
617
618
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 615

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

#update_time::Google::Protobuf::Timestamp

Returns Findings container modification timestamp, if applicable. For Cloud Storage, this field contains the last file modification timestamp. For a BigQuery table, this field contains the last_modified_time property. For Datastore, this field isn't populated.

Returns:

  • (::Google::Protobuf::Timestamp)

    Findings container modification timestamp, if applicable. For Cloud Storage, this field contains the last file modification timestamp. For a BigQuery table, this field contains the last_modified_time property. For Datastore, this field isn't populated.



615
616
617
618
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 615

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

#version::String

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

Returns:

  • (::String)

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



615
616
617
618
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 615

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