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 Type
    Method
    Description
    getRules(int index)
    Logical list rules that define this user list.
    int
    Logical 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.
    Logical list rules that define this user list.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

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

      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.v18.common.UserListLogicalRuleInfo rules = 1;