com.google.ads.googleads.v17.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-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 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 extends com.google.ads.googleads.v17.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.v17.common.UserListLogicalRuleInfo rules = 1;
*/
com.google.ads.googleads.v17.common.UserListLogicalRuleInfoOrBuilder getRulesOrBuilder(
int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy