Class: Google::Cloud::Dlp::V2::HybridFindingDetails
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::HybridFindingDetails
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
Populate to associate additional data with each finding.
Defined Under Namespace
Classes: LabelsEntry
Instance Attribute Summary collapse
-
#container_details ⇒ ::Google::Cloud::Dlp::V2::Container
Details about the container where the content being inspected is from.
-
#file_offset ⇒ ::Integer
Offset in bytes of the line, from the beginning of the file, where the finding is located.
-
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
Labels to represent user provided metadata about the data being inspected.
-
#row_offset ⇒ ::Integer
Offset of the row for tables.
-
#table_options ⇒ ::Google::Cloud::Dlp::V2::TableOptions
If the container is a table, additional information to make findings meaningful such as the columns that are primary keys.
Instance Attribute Details
#container_details ⇒ ::Google::Cloud::Dlp::V2::Container
5382 5383 5384 5385 5386 5387 5388 5389 5390 5391 5392 5393 5394 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5382 class HybridFindingDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#file_offset ⇒ ::Integer
5382 5383 5384 5385 5386 5387 5388 5389 5390 5391 5392 5393 5394 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5382 class HybridFindingDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
5382 5383 5384 5385 5386 5387 5388 5389 5390 5391 5392 5393 5394 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5382 class HybridFindingDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#row_offset ⇒ ::Integer
5382 5383 5384 5385 5386 5387 5388 5389 5390 5391 5392 5393 5394 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5382 class HybridFindingDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#table_options ⇒ ::Google::Cloud::Dlp::V2::TableOptions
5382 5383 5384 5385 5386 5387 5388 5389 5390 5391 5392 5393 5394 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5382 class HybridFindingDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |