Interface CombinedRuleUserListInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CombinedRuleUserListInfo,CombinedRuleUserListInfo.Builder
public interface CombinedRuleUserListInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UserListRuleInfogetLeftOperand()Left operand of the combined rule.UserListRuleInfoOrBuildergetLeftOperandOrBuilder()Left operand of the combined rule.UserListRuleInfogetRightOperand()Right operand of the combined rule.UserListRuleInfoOrBuildergetRightOperandOrBuilder()Right operand of the combined rule.UserListCombinedRuleOperatorEnum.UserListCombinedRuleOperatorgetRuleOperator()Operator to connect the two operands.intgetRuleOperatorValue()Operator to connect the two operands.booleanhasLeftOperand()Left operand of the combined rule.booleanhasRightOperand()Right operand of the combined rule.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasLeftOperand
boolean hasLeftOperand()
Left operand of the combined rule. This field is required and must be populated when creating new combined rule based user list.
.google.ads.googleads.v10.common.UserListRuleInfo left_operand = 1;- Returns:
- Whether the leftOperand field is set.
-
getLeftOperand
UserListRuleInfo getLeftOperand()
Left operand of the combined rule. This field is required and must be populated when creating new combined rule based user list.
.google.ads.googleads.v10.common.UserListRuleInfo left_operand = 1;- Returns:
- The leftOperand.
-
getLeftOperandOrBuilder
UserListRuleInfoOrBuilder getLeftOperandOrBuilder()
Left operand of the combined rule. This field is required and must be populated when creating new combined rule based user list.
.google.ads.googleads.v10.common.UserListRuleInfo left_operand = 1;
-
hasRightOperand
boolean hasRightOperand()
Right operand of the combined rule. This field is required and must be populated when creating new combined rule based user list.
.google.ads.googleads.v10.common.UserListRuleInfo right_operand = 2;- Returns:
- Whether the rightOperand field is set.
-
getRightOperand
UserListRuleInfo getRightOperand()
Right operand of the combined rule. This field is required and must be populated when creating new combined rule based user list.
.google.ads.googleads.v10.common.UserListRuleInfo right_operand = 2;- Returns:
- The rightOperand.
-
getRightOperandOrBuilder
UserListRuleInfoOrBuilder getRightOperandOrBuilder()
Right operand of the combined rule. This field is required and must be populated when creating new combined rule based user list.
.google.ads.googleads.v10.common.UserListRuleInfo right_operand = 2;
-
getRuleOperatorValue
int getRuleOperatorValue()
Operator to connect the two operands. Required for creating a combined rule user list.
.google.ads.googleads.v10.enums.UserListCombinedRuleOperatorEnum.UserListCombinedRuleOperator rule_operator = 3;- Returns:
- The enum numeric value on the wire for ruleOperator.
-
getRuleOperator
UserListCombinedRuleOperatorEnum.UserListCombinedRuleOperator getRuleOperator()
Operator to connect the two operands. Required for creating a combined rule user list.
.google.ads.googleads.v10.enums.UserListCombinedRuleOperatorEnum.UserListCombinedRuleOperator rule_operator = 3;- Returns:
- The ruleOperator.
-
-