Class: Google::Cloud::Dlp::V2::HybridContentItem

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

Overview

An individual hybrid item to inspect. Will be stored temporarily during processing.

Instance Attribute Summary collapse

Instance Attribute Details

#finding_details::Google::Cloud::Dlp::V2::HybridFindingDetails

Returns Supplementary information that will be added to each finding.

Returns:



5081
5082
5083
5084
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5081

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

#item::Google::Cloud::Dlp::V2::ContentItem

Returns The item to inspect.

Returns:



5081
5082
5083
5084
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5081

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