All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v17.common.LogicalUserListInfoOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v17/common/user_lists.proto

// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.common;

public interface LogicalUserListInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.LogicalUserListInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * 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.v17.common.UserListLogicalRuleInfo rules = 1; */ java.util.List 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.v17.common.UserListLogicalRuleInfo rules = 1; */ com.google.ads.googleads.v17.common.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.v17.common.UserListLogicalRuleInfo rules = 1; */ 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.v17.common.UserListLogicalRuleInfo rules = 1; */ java.util.List 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.v17.common.UserListLogicalRuleInfo rules = 1; */ com.google.ads.googleads.v17.common.UserListLogicalRuleInfoOrBuilder getRulesOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy