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.
Note: The following fields are mutually exclusive: minimum_risk_score
, minimum_sensitivity_score
. If a field in that set is populated, all other fields in the set will automatically be cleared.
7608 7609 7610 7611 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 7608 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.
Note: The following fields are mutually exclusive: minimum_sensitivity_score
, minimum_risk_score
. If a field in that set is populated, all other fields in the set will automatically be cleared.
7608 7609 7610 7611 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 7608 class PubSubCondition include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |