Interface ExpressionRuleUserListInfoOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      UserListRuleInfo getRule()
      Boolean rule that defines this user list.
      UserListRuleInfoOrBuilder getRuleOrBuilder()
      Boolean rule that defines this user list.
      boolean hasRule()
      Boolean rule that defines 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 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;