Class: Google::Cloud::Dlp::V2::DataProfilePubSubCondition::PubSubCondition
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::DataProfilePubSubCondition::PubSubCondition
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
A condition consisting of a value.
Instance Attribute Summary collapse
-
#minimum_risk_score ⇒ ::Google::Cloud::Dlp::V2::DataProfilePubSubCondition::ProfileScoreBucket
The minimum data risk score that triggers the condition.
-
#minimum_sensitivity_score ⇒ ::Google::Cloud::Dlp::V2::DataProfilePubSubCondition::ProfileScoreBucket
The minimum sensitivity level that triggers the condition.
Instance Attribute Details
#minimum_risk_score ⇒ ::Google::Cloud::Dlp::V2::DataProfilePubSubCondition::ProfileScoreBucket
Returns The minimum data risk score that triggers the condition.
7019 7020 7021 7022 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 7019 class PubSubCondition include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#minimum_sensitivity_score ⇒ ::Google::Cloud::Dlp::V2::DataProfilePubSubCondition::ProfileScoreBucket
Returns The minimum sensitivity level that triggers the condition.
7019 7020 7021 7022 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 7019 class PubSubCondition include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |