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 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;