Interface UserListLogicalRuleInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UserListLogicalRuleInfo,UserListLogicalRuleInfo.Builder
public interface UserListLogicalRuleInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UserListLogicalRuleOperatorEnum.UserListLogicalRuleOperatorgetOperator()The logical operator of the rule.intgetOperatorValue()The logical operator of the rule.LogicalUserListOperandInfogetRuleOperands(int index)The list of operands of the rule.intgetRuleOperandsCount()The list of operands of the rule.java.util.List<LogicalUserListOperandInfo>getRuleOperandsList()The list of operands of the rule.LogicalUserListOperandInfoOrBuildergetRuleOperandsOrBuilder(int index)The list of operands of the rule.java.util.List<? extends LogicalUserListOperandInfoOrBuilder>getRuleOperandsOrBuilderList()The list of operands of the rule.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getOperatorValue
int getOperatorValue()
The logical operator of the rule.
.google.ads.googleads.v10.enums.UserListLogicalRuleOperatorEnum.UserListLogicalRuleOperator operator = 1;- Returns:
- The enum numeric value on the wire for operator.
-
getOperator
UserListLogicalRuleOperatorEnum.UserListLogicalRuleOperator getOperator()
The logical operator of the rule.
.google.ads.googleads.v10.enums.UserListLogicalRuleOperatorEnum.UserListLogicalRuleOperator operator = 1;- Returns:
- The operator.
-
getRuleOperandsList
java.util.List<LogicalUserListOperandInfo> getRuleOperandsList()
The list of operands of the rule.
repeated .google.ads.googleads.v10.common.LogicalUserListOperandInfo rule_operands = 2;
-
getRuleOperands
LogicalUserListOperandInfo getRuleOperands(int index)
The list of operands of the rule.
repeated .google.ads.googleads.v10.common.LogicalUserListOperandInfo rule_operands = 2;
-
getRuleOperandsCount
int getRuleOperandsCount()
The list of operands of the rule.
repeated .google.ads.googleads.v10.common.LogicalUserListOperandInfo rule_operands = 2;
-
getRuleOperandsOrBuilderList
java.util.List<? extends LogicalUserListOperandInfoOrBuilder> getRuleOperandsOrBuilderList()
The list of operands of the rule.
repeated .google.ads.googleads.v10.common.LogicalUserListOperandInfo rule_operands = 2;
-
getRuleOperandsOrBuilder
LogicalUserListOperandInfoOrBuilder getRuleOperandsOrBuilder(int index)
The list of operands of the rule.
repeated .google.ads.googleads.v10.common.LogicalUserListOperandInfo rule_operands = 2;
-
-