Class: Google::Cloud::Dlp::V2::ContentMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::ContentMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
Metadata on content to be scanned.
Instance Attribute Summary collapse
-
#properties ⇒ ::Array<::Google::Cloud::Dlp::V2::KeyValueMetadataProperty>
User provided key-value pairs of content metadata.
Instance Attribute Details
#properties ⇒ ::Array<::Google::Cloud::Dlp::V2::KeyValueMetadataProperty>
Returns User provided key-value pairs of content metadata.
515 516 517 518 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 515 class ContentMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |