public static interface DataProfilePubSubCondition.PubSubExpressionsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getConditions(int index)
public abstract DataProfilePubSubCondition.PubSubCondition getConditions(int index)Conditions to apply to the expression.
repeated .google.privacy.dlp.v2.DataProfilePubSubCondition.PubSubCondition conditions = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DataProfilePubSubCondition.PubSubCondition |
|
getConditionsCount()
public abstract int getConditionsCount()Conditions to apply to the expression.
repeated .google.privacy.dlp.v2.DataProfilePubSubCondition.PubSubCondition conditions = 2;
| Returns | |
|---|---|
| Type | Description |
int |
|
getConditionsList()
public abstract List<DataProfilePubSubCondition.PubSubCondition> getConditionsList()Conditions to apply to the expression.
repeated .google.privacy.dlp.v2.DataProfilePubSubCondition.PubSubCondition conditions = 2;
| Returns | |
|---|---|
| Type | Description |
List<PubSubCondition> |
|
getConditionsOrBuilder(int index)
public abstract DataProfilePubSubCondition.PubSubConditionOrBuilder getConditionsOrBuilder(int index)Conditions to apply to the expression.
repeated .google.privacy.dlp.v2.DataProfilePubSubCondition.PubSubCondition conditions = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DataProfilePubSubCondition.PubSubConditionOrBuilder |
|
getConditionsOrBuilderList()
public abstract List<? extends DataProfilePubSubCondition.PubSubConditionOrBuilder> getConditionsOrBuilderList()Conditions to apply to the expression.
repeated .google.privacy.dlp.v2.DataProfilePubSubCondition.PubSubCondition conditions = 2;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.privacy.dlp.v2.DataProfilePubSubCondition.PubSubConditionOrBuilder> |
|
getLogicalOperator()
public abstract DataProfilePubSubCondition.PubSubExpressions.PubSubLogicalOperator getLogicalOperator()The operator to apply to the collection of conditions.
.google.privacy.dlp.v2.DataProfilePubSubCondition.PubSubExpressions.PubSubLogicalOperator logical_operator = 1;
| Returns | |
|---|---|
| Type | Description |
DataProfilePubSubCondition.PubSubExpressions.PubSubLogicalOperator |
The logicalOperator. |
getLogicalOperatorValue()
public abstract int getLogicalOperatorValue()The operator to apply to the collection of conditions.
.google.privacy.dlp.v2.DataProfilePubSubCondition.PubSubExpressions.PubSubLogicalOperator logical_operator = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for logicalOperator. |