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
Modifier and TypeMethodDescriptiongetRules(int index) Logical list rules that define this user list.intLogical list rules that define this user list.Logical list rules that define this user list.getRulesOrBuilder(int index) Logical list rules that define this user list.List<? extends UserListLogicalRuleInfoOrBuilder>Logical list rules that define this user list.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
-
getRulesList
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.v18.common.UserListLogicalRuleInfo rules = 1; -
getRules
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.v18.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.v18.common.UserListLogicalRuleInfo rules = 1; -
getRulesOrBuilderList
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.v18.common.UserListLogicalRuleInfo rules = 1; -
getRulesOrBuilder
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.v18.common.UserListLogicalRuleInfo rules = 1;
-