public static interface DataProfilePubSubCondition.PubSubExpressionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
DataProfilePubSubCondition.PubSubCondition |
getConditions(int index)
Conditions to apply to the expression.
|
int |
getConditionsCount()
Conditions to apply to the expression.
|
List<DataProfilePubSubCondition.PubSubCondition> |
getConditionsList()
Conditions to apply to the expression.
|
DataProfilePubSubCondition.PubSubConditionOrBuilder |
getConditionsOrBuilder(int index)
Conditions to apply to the expression.
|
List<? extends DataProfilePubSubCondition.PubSubConditionOrBuilder> |
getConditionsOrBuilderList()
Conditions to apply to the expression.
|
DataProfilePubSubCondition.PubSubExpressions.PubSubLogicalOperator |
getLogicalOperator()
The operator to apply to the collection of conditions.
|
int |
getLogicalOperatorValue()
The operator to apply to the collection of conditions.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getLogicalOperatorValue()
The operator to apply to the collection of conditions.
.google.privacy.dlp.v2.DataProfilePubSubCondition.PubSubExpressions.PubSubLogicalOperator logical_operator = 1;
DataProfilePubSubCondition.PubSubExpressions.PubSubLogicalOperator getLogicalOperator()
The operator to apply to the collection of conditions.
.google.privacy.dlp.v2.DataProfilePubSubCondition.PubSubExpressions.PubSubLogicalOperator logical_operator = 1;
List<DataProfilePubSubCondition.PubSubCondition> getConditionsList()
Conditions to apply to the expression.
repeated .google.privacy.dlp.v2.DataProfilePubSubCondition.PubSubCondition conditions = 2;
DataProfilePubSubCondition.PubSubCondition getConditions(int index)
Conditions to apply to the expression.
repeated .google.privacy.dlp.v2.DataProfilePubSubCondition.PubSubCondition conditions = 2;
int getConditionsCount()
Conditions to apply to the expression.
repeated .google.privacy.dlp.v2.DataProfilePubSubCondition.PubSubCondition conditions = 2;
List<? extends DataProfilePubSubCondition.PubSubConditionOrBuilder> getConditionsOrBuilderList()
Conditions to apply to the expression.
repeated .google.privacy.dlp.v2.DataProfilePubSubCondition.PubSubCondition conditions = 2;
DataProfilePubSubCondition.PubSubConditionOrBuilder getConditionsOrBuilder(int index)
Conditions to apply to the expression.
repeated .google.privacy.dlp.v2.DataProfilePubSubCondition.PubSubCondition conditions = 2;
Copyright © 2022 Google LLC. All rights reserved.