Interface FlexibleRuleUserListInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FlexibleRuleUserListInfo,FlexibleRuleUserListInfo.Builder
public interface FlexibleRuleUserListInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetExclusiveOperands(int index) Rules representing users that should be excluded from the user list.intRules representing users that should be excluded from the user list.Rules representing users that should be excluded from the user list.getExclusiveOperandsOrBuilder(int index) Rules representing users that should be excluded from the user list.List<? extends FlexibleRuleOperandInfoOrBuilder>Rules representing users that should be excluded from the user list.getInclusiveOperands(int index) Rules representing users that should be included in the user list.intRules representing users that should be included in the user list.Rules representing users that should be included in the user list.getInclusiveOperandsOrBuilder(int index) Rules representing users that should be included in the user list.List<? extends FlexibleRuleOperandInfoOrBuilder>Rules representing users that should be included in the user list.Operator that defines how the inclusive operands are combined.intOperator that defines how the inclusive operands are combined.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getInclusiveRuleOperatorValue
int getInclusiveRuleOperatorValue()Operator that defines how the inclusive operands are combined.
.google.ads.googleads.v18.enums.UserListFlexibleRuleOperatorEnum.UserListFlexibleRuleOperator inclusive_rule_operator = 1;- Returns:
- The enum numeric value on the wire for inclusiveRuleOperator.
-
getInclusiveRuleOperator
UserListFlexibleRuleOperatorEnum.UserListFlexibleRuleOperator getInclusiveRuleOperator()Operator that defines how the inclusive operands are combined.
.google.ads.googleads.v18.enums.UserListFlexibleRuleOperatorEnum.UserListFlexibleRuleOperator inclusive_rule_operator = 1;- Returns:
- The inclusiveRuleOperator.
-
getInclusiveOperandsList
List<FlexibleRuleOperandInfo> getInclusiveOperandsList()Rules representing users that should be included in the user list. These are located on the left side of the AND_NOT operator, and joined together by either AND/OR as specified by the inclusive_rule_operator.
repeated .google.ads.googleads.v18.common.FlexibleRuleOperandInfo inclusive_operands = 2; -
getInclusiveOperands
Rules representing users that should be included in the user list. These are located on the left side of the AND_NOT operator, and joined together by either AND/OR as specified by the inclusive_rule_operator.
repeated .google.ads.googleads.v18.common.FlexibleRuleOperandInfo inclusive_operands = 2; -
getInclusiveOperandsCount
int getInclusiveOperandsCount()Rules representing users that should be included in the user list. These are located on the left side of the AND_NOT operator, and joined together by either AND/OR as specified by the inclusive_rule_operator.
repeated .google.ads.googleads.v18.common.FlexibleRuleOperandInfo inclusive_operands = 2; -
getInclusiveOperandsOrBuilderList
List<? extends FlexibleRuleOperandInfoOrBuilder> getInclusiveOperandsOrBuilderList()Rules representing users that should be included in the user list. These are located on the left side of the AND_NOT operator, and joined together by either AND/OR as specified by the inclusive_rule_operator.
repeated .google.ads.googleads.v18.common.FlexibleRuleOperandInfo inclusive_operands = 2; -
getInclusiveOperandsOrBuilder
Rules representing users that should be included in the user list. These are located on the left side of the AND_NOT operator, and joined together by either AND/OR as specified by the inclusive_rule_operator.
repeated .google.ads.googleads.v18.common.FlexibleRuleOperandInfo inclusive_operands = 2; -
getExclusiveOperandsList
List<FlexibleRuleOperandInfo> getExclusiveOperandsList()Rules representing users that should be excluded from the user list. These are located on the right side of the AND_NOT operator, and joined together by OR.
repeated .google.ads.googleads.v18.common.FlexibleRuleOperandInfo exclusive_operands = 3; -
getExclusiveOperands
Rules representing users that should be excluded from the user list. These are located on the right side of the AND_NOT operator, and joined together by OR.
repeated .google.ads.googleads.v18.common.FlexibleRuleOperandInfo exclusive_operands = 3; -
getExclusiveOperandsCount
int getExclusiveOperandsCount()Rules representing users that should be excluded from the user list. These are located on the right side of the AND_NOT operator, and joined together by OR.
repeated .google.ads.googleads.v18.common.FlexibleRuleOperandInfo exclusive_operands = 3; -
getExclusiveOperandsOrBuilderList
List<? extends FlexibleRuleOperandInfoOrBuilder> getExclusiveOperandsOrBuilderList()Rules representing users that should be excluded from the user list. These are located on the right side of the AND_NOT operator, and joined together by OR.
repeated .google.ads.googleads.v18.common.FlexibleRuleOperandInfo exclusive_operands = 3; -
getExclusiveOperandsOrBuilder
Rules representing users that should be excluded from the user list. These are located on the right side of the AND_NOT operator, and joined together by OR.
repeated .google.ads.googleads.v18.common.FlexibleRuleOperandInfo exclusive_operands = 3;
-