
com.google.ads.googleads.v11.common.FlexibleRuleUserListInfoOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v11 Show documentation
Show all versions of google-ads-stubs-v11 Show documentation
Stubs for GAAPI version google-ads-stubs-v11
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v11/common/user_lists.proto
package com.google.ads.googleads.v11.common;
public interface FlexibleRuleUserListInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v11.common.FlexibleRuleUserListInfo)
com.google.protobuf.MessageOrBuilder {
/**
*
* Operator that defines how the inclusive operands are combined.
*
*
* .google.ads.googleads.v11.enums.UserListFlexibleRuleOperatorEnum.UserListFlexibleRuleOperator inclusive_rule_operator = 1;
* @return The enum numeric value on the wire for inclusiveRuleOperator.
*/
int getInclusiveRuleOperatorValue();
/**
*
* Operator that defines how the inclusive operands are combined.
*
*
* .google.ads.googleads.v11.enums.UserListFlexibleRuleOperatorEnum.UserListFlexibleRuleOperator inclusive_rule_operator = 1;
* @return The inclusiveRuleOperator.
*/
com.google.ads.googleads.v11.enums.UserListFlexibleRuleOperatorEnum.UserListFlexibleRuleOperator getInclusiveRuleOperator();
/**
*
* Actions that are located on the inclusive side.
* These are joined together by either AND/OR as specified by the
* inclusive_rule_operator.
*
*
* repeated .google.ads.googleads.v11.common.FlexibleRuleOperandInfo inclusive_operands = 2;
*/
java.util.List
getInclusiveOperandsList();
/**
*
* Actions that are located on the inclusive side.
* These are joined together by either AND/OR as specified by the
* inclusive_rule_operator.
*
*
* repeated .google.ads.googleads.v11.common.FlexibleRuleOperandInfo inclusive_operands = 2;
*/
com.google.ads.googleads.v11.common.FlexibleRuleOperandInfo getInclusiveOperands(int index);
/**
*
* Actions that are located on the inclusive side.
* These are joined together by either AND/OR as specified by the
* inclusive_rule_operator.
*
*
* repeated .google.ads.googleads.v11.common.FlexibleRuleOperandInfo inclusive_operands = 2;
*/
int getInclusiveOperandsCount();
/**
*
* Actions that are located on the inclusive side.
* These are joined together by either AND/OR as specified by the
* inclusive_rule_operator.
*
*
* repeated .google.ads.googleads.v11.common.FlexibleRuleOperandInfo inclusive_operands = 2;
*/
java.util.List extends com.google.ads.googleads.v11.common.FlexibleRuleOperandInfoOrBuilder>
getInclusiveOperandsOrBuilderList();
/**
*
* Actions that are located on the inclusive side.
* These are joined together by either AND/OR as specified by the
* inclusive_rule_operator.
*
*
* repeated .google.ads.googleads.v11.common.FlexibleRuleOperandInfo inclusive_operands = 2;
*/
com.google.ads.googleads.v11.common.FlexibleRuleOperandInfoOrBuilder getInclusiveOperandsOrBuilder(
int index);
/**
*
* Actions that are located on the exclusive side.
* These are joined together with OR.
*
*
* repeated .google.ads.googleads.v11.common.FlexibleRuleOperandInfo exclusive_operands = 3;
*/
java.util.List
getExclusiveOperandsList();
/**
*
* Actions that are located on the exclusive side.
* These are joined together with OR.
*
*
* repeated .google.ads.googleads.v11.common.FlexibleRuleOperandInfo exclusive_operands = 3;
*/
com.google.ads.googleads.v11.common.FlexibleRuleOperandInfo getExclusiveOperands(int index);
/**
*
* Actions that are located on the exclusive side.
* These are joined together with OR.
*
*
* repeated .google.ads.googleads.v11.common.FlexibleRuleOperandInfo exclusive_operands = 3;
*/
int getExclusiveOperandsCount();
/**
*
* Actions that are located on the exclusive side.
* These are joined together with OR.
*
*
* repeated .google.ads.googleads.v11.common.FlexibleRuleOperandInfo exclusive_operands = 3;
*/
java.util.List extends com.google.ads.googleads.v11.common.FlexibleRuleOperandInfoOrBuilder>
getExclusiveOperandsOrBuilderList();
/**
*
* Actions that are located on the exclusive side.
* These are joined together with OR.
*
*
* repeated .google.ads.googleads.v11.common.FlexibleRuleOperandInfo exclusive_operands = 3;
*/
com.google.ads.googleads.v11.common.FlexibleRuleOperandInfoOrBuilder getExclusiveOperandsOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy