com.google.ads.googleads.v17.common.UserListRuleInfoOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
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 UserListRuleInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.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.
*
* OR of ANDs is the only supported type for FlexibleRuleUserList.
*
*
* .google.ads.googleads.v17.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.
*
* OR of ANDs is the only supported type for FlexibleRuleUserList.
*
*
* .google.ads.googleads.v17.enums.UserListRuleTypeEnum.UserListRuleType rule_type = 1;
* @return The ruleType.
*/
com.google.ads.googleads.v17.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.v17.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.v17.common.UserListRuleItemGroupInfo rule_item_groups = 2;
*/
com.google.ads.googleads.v17.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.v17.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.v17.common.UserListRuleItemGroupInfo rule_item_groups = 2;
*/
java.util.List extends com.google.ads.googleads.v17.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.v17.common.UserListRuleItemGroupInfo rule_item_groups = 2;
*/
com.google.ads.googleads.v17.common.UserListRuleItemGroupInfoOrBuilder getRuleItemGroupsOrBuilder(
int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy