com.google.ads.googleads.v10.common.UserListRuleInfoOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v10/common/user_lists.proto
package com.google.ads.googleads.v10.common;
public interface UserListRuleInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.common.UserListRuleInfo)
com.google.protobuf.MessageOrBuilder {
/**
*
* Rule type is used to determine how to group rule items.
* The default is OR of ANDs (disjunctive normal form).
* That is, rule items will be ANDed together within rule item groups and the
* groups themselves will be ORed together.
* Currently AND of ORs (conjunctive normal form) is only supported for
* ExpressionRuleUserList.
*
*
* .google.ads.googleads.v10.enums.UserListRuleTypeEnum.UserListRuleType rule_type = 1;
* @return The enum numeric value on the wire for ruleType.
*/
int getRuleTypeValue();
/**
*
* Rule type is used to determine how to group rule items.
* The default is OR of ANDs (disjunctive normal form).
* That is, rule items will be ANDed together within rule item groups and the
* groups themselves will be ORed together.
* Currently AND of ORs (conjunctive normal form) is only supported for
* ExpressionRuleUserList.
*
*
* .google.ads.googleads.v10.enums.UserListRuleTypeEnum.UserListRuleType rule_type = 1;
* @return The ruleType.
*/
com.google.ads.googleads.v10.enums.UserListRuleTypeEnum.UserListRuleType getRuleType();
/**
*
* List of rule item groups that defines this rule.
* Rule item groups are grouped together based on rule_type.
*
*
* repeated .google.ads.googleads.v10.common.UserListRuleItemGroupInfo rule_item_groups = 2;
*/
java.util.List
getRuleItemGroupsList();
/**
*
* List of rule item groups that defines this rule.
* Rule item groups are grouped together based on rule_type.
*
*
* repeated .google.ads.googleads.v10.common.UserListRuleItemGroupInfo rule_item_groups = 2;
*/
com.google.ads.googleads.v10.common.UserListRuleItemGroupInfo getRuleItemGroups(int index);
/**
*
* List of rule item groups that defines this rule.
* Rule item groups are grouped together based on rule_type.
*
*
* repeated .google.ads.googleads.v10.common.UserListRuleItemGroupInfo rule_item_groups = 2;
*/
int getRuleItemGroupsCount();
/**
*
* List of rule item groups that defines this rule.
* Rule item groups are grouped together based on rule_type.
*
*
* repeated .google.ads.googleads.v10.common.UserListRuleItemGroupInfo rule_item_groups = 2;
*/
java.util.List extends com.google.ads.googleads.v10.common.UserListRuleItemGroupInfoOrBuilder>
getRuleItemGroupsOrBuilderList();
/**
*
* List of rule item groups that defines this rule.
* Rule item groups are grouped together based on rule_type.
*
*
* repeated .google.ads.googleads.v10.common.UserListRuleItemGroupInfo rule_item_groups = 2;
*/
com.google.ads.googleads.v10.common.UserListRuleItemGroupInfoOrBuilder getRuleItemGroupsOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy