Package com.google.privacy.dlp.v2
Interface DataProfilePubSubCondition.PubSubExpressionsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DataProfilePubSubCondition.PubSubExpressions,DataProfilePubSubCondition.PubSubExpressions.Builder
- Enclosing class:
- DataProfilePubSubCondition
public static interface DataProfilePubSubCondition.PubSubExpressionsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataProfilePubSubCondition.PubSubConditiongetConditions(int index)Conditions to apply to the expression.intgetConditionsCount()Conditions to apply to the expression.List<DataProfilePubSubCondition.PubSubCondition>getConditionsList()Conditions to apply to the expression.DataProfilePubSubCondition.PubSubConditionOrBuildergetConditionsOrBuilder(int index)Conditions to apply to the expression.List<? extends DataProfilePubSubCondition.PubSubConditionOrBuilder>getConditionsOrBuilderList()Conditions to apply to the expression.DataProfilePubSubCondition.PubSubExpressions.PubSubLogicalOperatorgetLogicalOperator()The operator to apply to the collection of conditions.intgetLogicalOperatorValue()The operator to apply to the collection of conditions.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getLogicalOperatorValue
int getLogicalOperatorValue()
The operator to apply to the collection of conditions.
.google.privacy.dlp.v2.DataProfilePubSubCondition.PubSubExpressions.PubSubLogicalOperator logical_operator = 1;- Returns:
- The enum numeric value on the wire for logicalOperator.
-
getLogicalOperator
DataProfilePubSubCondition.PubSubExpressions.PubSubLogicalOperator getLogicalOperator()
The operator to apply to the collection of conditions.
.google.privacy.dlp.v2.DataProfilePubSubCondition.PubSubExpressions.PubSubLogicalOperator logical_operator = 1;- Returns:
- The logicalOperator.
-
getConditionsList
List<DataProfilePubSubCondition.PubSubCondition> getConditionsList()
Conditions to apply to the expression.
repeated .google.privacy.dlp.v2.DataProfilePubSubCondition.PubSubCondition conditions = 2;
-
getConditions
DataProfilePubSubCondition.PubSubCondition getConditions(int index)
Conditions to apply to the expression.
repeated .google.privacy.dlp.v2.DataProfilePubSubCondition.PubSubCondition conditions = 2;
-
getConditionsCount
int getConditionsCount()
Conditions to apply to the expression.
repeated .google.privacy.dlp.v2.DataProfilePubSubCondition.PubSubCondition conditions = 2;
-
getConditionsOrBuilderList
List<? extends DataProfilePubSubCondition.PubSubConditionOrBuilder> getConditionsOrBuilderList()
Conditions to apply to the expression.
repeated .google.privacy.dlp.v2.DataProfilePubSubCondition.PubSubCondition conditions = 2;
-
getConditionsOrBuilder
DataProfilePubSubCondition.PubSubConditionOrBuilder getConditionsOrBuilder(int index)
Conditions to apply to the expression.
repeated .google.privacy.dlp.v2.DataProfilePubSubCondition.PubSubCondition conditions = 2;
-
-