Class: Google::Cloud::Dlp::V2::HybridOptions
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::HybridOptions
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/storage.rb
Overview
Configuration to control jobs where the content being inspected is outside of Google Cloud Platform.
Defined Under Namespace
Classes: LabelsEntry
Instance Attribute Summary collapse
-
#description ⇒ ::String
A short description of where the data is coming from.
-
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
To organize findings, these labels will be added to each finding.
-
#required_finding_label_keys ⇒ ::Array<::String>
These are labels that each inspection request must include within their 'finding_labels' map.
-
#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
#description ⇒ ::String
733 734 735 736 737 738 739 740 741 742 743 744 745 |
# File 'proto_docs/google/privacy/dlp/v2/storage.rb', line 733 class HybridOptions 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}
733 734 735 736 737 738 739 740 741 742 743 744 745 |
# File 'proto_docs/google/privacy/dlp/v2/storage.rb', line 733 class HybridOptions 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 |
#required_finding_label_keys ⇒ ::Array<::String>
733 734 735 736 737 738 739 740 741 742 743 744 745 |
# File 'proto_docs/google/privacy/dlp/v2/storage.rb', line 733 class HybridOptions 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
733 734 735 736 737 738 739 740 741 742 743 744 745 |
# File 'proto_docs/google/privacy/dlp/v2/storage.rb', line 733 class HybridOptions 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 |