Class: Google::Cloud::Dlp::V2::DataProfilePubSubCondition::PubSubExpressions
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::DataProfilePubSubCondition::PubSubExpressions
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
An expression, consisting of an operator and conditions.
Defined Under Namespace
Modules: PubSubLogicalOperator
Instance Attribute Summary collapse
-
#conditions ⇒ ::Array<::Google::Cloud::Dlp::V2::DataProfilePubSubCondition::PubSubCondition>
Conditions to apply to the expression.
-
#logical_operator ⇒ ::Google::Cloud::Dlp::V2::DataProfilePubSubCondition::PubSubExpressions::PubSubLogicalOperator
The operator to apply to the collection of conditions.
Instance Attribute Details
#conditions ⇒ ::Array<::Google::Cloud::Dlp::V2::DataProfilePubSubCondition::PubSubCondition>
Returns Conditions to apply to the expression.
7620 7621 7622 7623 7624 7625 7626 7627 7628 7629 7630 7631 7632 7633 7634 7635 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 7620 class PubSubExpressions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Logical operators for conditional checks. module PubSubLogicalOperator # Unused. LOGICAL_OPERATOR_UNSPECIFIED = 0 # Conditional OR. OR = 1 # Conditional AND. AND = 2 end end |
#logical_operator ⇒ ::Google::Cloud::Dlp::V2::DataProfilePubSubCondition::PubSubExpressions::PubSubLogicalOperator
Returns The operator to apply to the collection of conditions.
7620 7621 7622 7623 7624 7625 7626 7627 7628 7629 7630 7631 7632 7633 7634 7635 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 7620 class PubSubExpressions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Logical operators for conditional checks. module PubSubLogicalOperator # Unused. LOGICAL_OPERATOR_UNSPECIFIED = 0 # Conditional OR. OR = 1 # Conditional AND. AND = 2 end end |