Class: Google::Cloud::Dlp::V2::ContentLocation
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::ContentLocation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
Precise location of the finding within a document, record, image, or metadata container.
Instance Attribute Summary collapse
-
#container_name ⇒ ::String
Name of the container where the finding is located.
-
#container_timestamp ⇒ ::Google::Protobuf::Timestamp
Finding container modification timestamp, if applicable.
-
#container_version ⇒ ::String
Finding container version, if available ("generation" for Cloud Storage).
-
#document_location ⇒ ::Google::Cloud::Dlp::V2::DocumentLocation
Location data for document files.
-
#image_location ⇒ ::Google::Cloud::Dlp::V2::ImageLocation
Location within an image's pixels.
-
#metadata_location ⇒ ::Google::Cloud::Dlp::V2::MetadataLocation
Location within the metadata for inspected content.
-
#record_location ⇒ ::Google::Cloud::Dlp::V2::RecordLocation
Location within a row or record of a database table.
Instance Attribute Details
#container_name ⇒ ::String
550 551 552 553 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 550 class ContentLocation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#container_timestamp ⇒ ::Google::Protobuf::Timestamp
550 551 552 553 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 550 class ContentLocation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#container_version ⇒ ::String
550 551 552 553 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 550 class ContentLocation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#document_location ⇒ ::Google::Cloud::Dlp::V2::DocumentLocation
550 551 552 553 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 550 class ContentLocation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#image_location ⇒ ::Google::Cloud::Dlp::V2::ImageLocation
550 551 552 553 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 550 class ContentLocation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#metadata_location ⇒ ::Google::Cloud::Dlp::V2::MetadataLocation
550 551 552 553 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 550 class ContentLocation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#record_location ⇒ ::Google::Cloud::Dlp::V2::RecordLocation
550 551 552 553 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 550 class ContentLocation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |