com.google.ads.googleads.v10.common.LogicalUserListInfoOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v10 Show documentation
Show all versions of google-ads-stubs-v10 Show documentation
Stubs for GAAPI version google-ads-stubs-v10
The newest version!
// 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 LogicalUserListInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.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.v10.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.v10.common.UserListLogicalRuleInfo rules = 1;
*/
com.google.ads.googleads.v10.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.v10.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.v10.common.UserListLogicalRuleInfo rules = 1;
*/
java.util.List extends com.google.ads.googleads.v10.common.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.v10.common.UserListLogicalRuleInfo rules = 1;
*/
com.google.ads.googleads.v10.common.UserListLogicalRuleInfoOrBuilder getRulesOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy