com.google.ads.googleads.v17.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-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 FlexibleRuleUserListInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.FlexibleRuleUserListInfo)
com.google.protobuf.MessageOrBuilder {
/**
*
* Operator that defines how the inclusive operands are combined.
*
*
* .google.ads.googleads.v17.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.v17.enums.UserListFlexibleRuleOperatorEnum.UserListFlexibleRuleOperator inclusive_rule_operator = 1;
* @return The inclusiveRuleOperator.
*/
com.google.ads.googleads.v17.enums.UserListFlexibleRuleOperatorEnum.UserListFlexibleRuleOperator getInclusiveRuleOperator();
/**
*
* Rules representing users that should be included in the user list. These
* are located on the left side of the AND_NOT operator, and joined together
* by either AND/OR as specified by the inclusive_rule_operator.
*
*
* repeated .google.ads.googleads.v17.common.FlexibleRuleOperandInfo inclusive_operands = 2;
*/
java.util.List
getInclusiveOperandsList();
/**
*
* Rules representing users that should be included in the user list. These
* are located on the left side of the AND_NOT operator, and joined together
* by either AND/OR as specified by the inclusive_rule_operator.
*
*
* repeated .google.ads.googleads.v17.common.FlexibleRuleOperandInfo inclusive_operands = 2;
*/
com.google.ads.googleads.v17.common.FlexibleRuleOperandInfo getInclusiveOperands(int index);
/**
*
* Rules representing users that should be included in the user list. These
* are located on the left side of the AND_NOT operator, and joined together
* by either AND/OR as specified by the inclusive_rule_operator.
*
*
* repeated .google.ads.googleads.v17.common.FlexibleRuleOperandInfo inclusive_operands = 2;
*/
int getInclusiveOperandsCount();
/**
*
* Rules representing users that should be included in the user list. These
* are located on the left side of the AND_NOT operator, and joined together
* by either AND/OR as specified by the inclusive_rule_operator.
*
*
* repeated .google.ads.googleads.v17.common.FlexibleRuleOperandInfo inclusive_operands = 2;
*/
java.util.List extends com.google.ads.googleads.v17.common.FlexibleRuleOperandInfoOrBuilder>
getInclusiveOperandsOrBuilderList();
/**
*
* Rules representing users that should be included in the user list. These
* are located on the left side of the AND_NOT operator, and joined together
* by either AND/OR as specified by the inclusive_rule_operator.
*
*
* repeated .google.ads.googleads.v17.common.FlexibleRuleOperandInfo inclusive_operands = 2;
*/
com.google.ads.googleads.v17.common.FlexibleRuleOperandInfoOrBuilder getInclusiveOperandsOrBuilder(
int index);
/**
*
* Rules representing users that should be excluded from the user list. These
* are located on the right side of the AND_NOT operator, and joined together
* by OR.
*
*
* repeated .google.ads.googleads.v17.common.FlexibleRuleOperandInfo exclusive_operands = 3;
*/
java.util.List
getExclusiveOperandsList();
/**
*
* Rules representing users that should be excluded from the user list. These
* are located on the right side of the AND_NOT operator, and joined together
* by OR.
*
*
* repeated .google.ads.googleads.v17.common.FlexibleRuleOperandInfo exclusive_operands = 3;
*/
com.google.ads.googleads.v17.common.FlexibleRuleOperandInfo getExclusiveOperands(int index);
/**
*
* Rules representing users that should be excluded from the user list. These
* are located on the right side of the AND_NOT operator, and joined together
* by OR.
*
*
* repeated .google.ads.googleads.v17.common.FlexibleRuleOperandInfo exclusive_operands = 3;
*/
int getExclusiveOperandsCount();
/**
*
* Rules representing users that should be excluded from the user list. These
* are located on the right side of the AND_NOT operator, and joined together
* by OR.
*
*
* repeated .google.ads.googleads.v17.common.FlexibleRuleOperandInfo exclusive_operands = 3;
*/
java.util.List extends com.google.ads.googleads.v17.common.FlexibleRuleOperandInfoOrBuilder>
getExclusiveOperandsOrBuilderList();
/**
*
* Rules representing users that should be excluded from the user list. These
* are located on the right side of the AND_NOT operator, and joined together
* by OR.
*
*
* repeated .google.ads.googleads.v17.common.FlexibleRuleOperandInfo exclusive_operands = 3;
*/
com.google.ads.googleads.v17.common.FlexibleRuleOperandInfoOrBuilder getExclusiveOperandsOrBuilder(
int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy