Class: Google::Cloud::Dlp::V2::DataProfileFindingLocation

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

Overview

Location of a data profile finding within a resource.

Instance Attribute Summary collapse

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. Names of some common storage containers are formatted as follows:

  • BigQuery tables: {project_id}:{dataset_id}.{table_id}
  • Cloud Storage files: gs://{bucket}/{path}.

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}


4513
4514
4515
4516
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4513

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

#data_profile_finding_record_location::Google::Cloud::Dlp::V2::DataProfileFindingRecordLocation

Returns Location of a finding within a resource that produces a table data profile.

Returns:



4513
4514
4515
4516
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4513

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