Interface ExpressionRuleUserListInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExpressionRuleUserListInfo,ExpressionRuleUserListInfo.Builder
public interface ExpressionRuleUserListInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UserListRuleInfogetRule()Boolean rule that defines this user list.UserListRuleInfoOrBuildergetRuleOrBuilder()Boolean rule that defines this user list.booleanhasRule()Boolean rule that defines this user list.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasRule
boolean hasRule()
Boolean rule that defines this user list. The rule consists of a list of rule item groups and each rule item group consists of a list of rule items. All the rule item groups are ORed or ANDed together for evaluation based on rule.rule_type. Required for creating an expression rule user list.
.google.ads.googleads.v10.common.UserListRuleInfo rule = 1;- Returns:
- Whether the rule field is set.
-
getRule
UserListRuleInfo getRule()
Boolean rule that defines this user list. The rule consists of a list of rule item groups and each rule item group consists of a list of rule items. All the rule item groups are ORed or ANDed together for evaluation based on rule.rule_type. Required for creating an expression rule user list.
.google.ads.googleads.v10.common.UserListRuleInfo rule = 1;- Returns:
- The rule.
-
getRuleOrBuilder
UserListRuleInfoOrBuilder getRuleOrBuilder()
Boolean rule that defines this user list. The rule consists of a list of rule item groups and each rule item group consists of a list of rule items. All the rule item groups are ORed or ANDed together for evaluation based on rule.rule_type. Required for creating an expression rule user list.
.google.ads.googleads.v10.common.UserListRuleInfo rule = 1;
-
-