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
709 710 711 712 713 714 715 716 717 718 719 720 721 |
# File 'proto_docs/google/privacy/dlp/v2/storage.rb', line 709 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}
709 710 711 712 713 714 715 716 717 718 719 720 721 |
# File 'proto_docs/google/privacy/dlp/v2/storage.rb', line 709 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>
709 710 711 712 713 714 715 716 717 718 719 720 721 |
# File 'proto_docs/google/privacy/dlp/v2/storage.rb', line 709 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
709 710 711 712 713 714 715 716 717 718 719 720 721 |
# File 'proto_docs/google/privacy/dlp/v2/storage.rb', line 709 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 |