Interface LogicalUserListInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LogicalUserListInfo,LogicalUserListInfo.Builder
public interface LogicalUserListInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UserListLogicalRuleInfogetRules(int index)Logical list rules that define this user list.intgetRulesCount()Logical list rules that define this user list.java.util.List<UserListLogicalRuleInfo>getRulesList()Logical list rules that define this user list.UserListLogicalRuleInfoOrBuildergetRulesOrBuilder(int index)Logical list rules that define this user list.java.util.List<? extends UserListLogicalRuleInfoOrBuilder>getRulesOrBuilderList()Logical list rules that define 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
-
getRulesList
java.util.List<UserListLogicalRuleInfo> getRulesList()
Logical list rules that define this user list. The rules are defined as a logical operator (ALL/ANY/NONE) and a list of user lists. All the rules are ANDed when they are evaluated. Required for creating a logical user list.
repeated .google.ads.googleads.v10.common.UserListLogicalRuleInfo rules = 1;
-
getRules
UserListLogicalRuleInfo getRules(int index)
Logical list rules that define this user list. The rules are defined as a logical operator (ALL/ANY/NONE) and a list of user lists. All the rules are ANDed when they are evaluated. Required for creating a logical user list.
repeated .google.ads.googleads.v10.common.UserListLogicalRuleInfo rules = 1;
-
getRulesCount
int getRulesCount()
Logical list rules that define this user list. The rules are defined as a logical operator (ALL/ANY/NONE) and a list of user lists. All the rules are ANDed when they are evaluated. Required for creating a logical user list.
repeated .google.ads.googleads.v10.common.UserListLogicalRuleInfo rules = 1;
-
getRulesOrBuilderList
java.util.List<? extends UserListLogicalRuleInfoOrBuilder> getRulesOrBuilderList()
Logical list rules that define this user list. The rules are defined as a logical operator (ALL/ANY/NONE) and a list of user lists. All the rules are ANDed when they are evaluated. Required for creating a logical user list.
repeated .google.ads.googleads.v10.common.UserListLogicalRuleInfo rules = 1;
-
getRulesOrBuilder
UserListLogicalRuleInfoOrBuilder getRulesOrBuilder(int index)
Logical list rules that define this user list. The rules are defined as a logical operator (ALL/ANY/NONE) and a list of user lists. All the rules are ANDed when they are evaluated. Required for creating a logical user list.
repeated .google.ads.googleads.v10.common.UserListLogicalRuleInfo rules = 1;
-
-