com.google.ads.googleads.v10.common.ExpressionRuleUserListInfoOrBuilder 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 ExpressionRuleUserListInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.common.ExpressionRuleUserListInfo)
com.google.protobuf.MessageOrBuilder {
/**
*
* Boolean rule that defines this user list. The rule consists of a list of
* rule item groups and each rule item group consists of a list of rule items.
* All the rule item groups are ORed or ANDed together for evaluation based on
* rule.rule_type.
* Required for creating an expression rule user list.
*
*
* .google.ads.googleads.v10.common.UserListRuleInfo rule = 1;
* @return Whether the rule field is set.
*/
boolean hasRule();
/**
*
* Boolean rule that defines this user list. The rule consists of a list of
* rule item groups and each rule item group consists of a list of rule items.
* All the rule item groups are ORed or ANDed together for evaluation based on
* rule.rule_type.
* Required for creating an expression rule user list.
*
*
* .google.ads.googleads.v10.common.UserListRuleInfo rule = 1;
* @return The rule.
*/
com.google.ads.googleads.v10.common.UserListRuleInfo getRule();
/**
*
* Boolean rule that defines this user list. The rule consists of a list of
* rule item groups and each rule item group consists of a list of rule items.
* All the rule item groups are ORed or ANDed together for evaluation based on
* rule.rule_type.
* Required for creating an expression rule user list.
*
*
* .google.ads.googleads.v10.common.UserListRuleInfo rule = 1;
*/
com.google.ads.googleads.v10.common.UserListRuleInfoOrBuilder getRuleOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy