com.google.ads.googleads.v10.common.CombinedRuleUserListInfoOrBuilder 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 CombinedRuleUserListInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.common.CombinedRuleUserListInfo)
com.google.protobuf.MessageOrBuilder {
/**
*
* Left operand of the combined rule.
* This field is required and must be populated when creating new combined
* rule based user list.
*
*
* .google.ads.googleads.v10.common.UserListRuleInfo left_operand = 1;
* @return Whether the leftOperand field is set.
*/
boolean hasLeftOperand();
/**
*
* Left operand of the combined rule.
* This field is required and must be populated when creating new combined
* rule based user list.
*
*
* .google.ads.googleads.v10.common.UserListRuleInfo left_operand = 1;
* @return The leftOperand.
*/
com.google.ads.googleads.v10.common.UserListRuleInfo getLeftOperand();
/**
*
* Left operand of the combined rule.
* This field is required and must be populated when creating new combined
* rule based user list.
*
*
* .google.ads.googleads.v10.common.UserListRuleInfo left_operand = 1;
*/
com.google.ads.googleads.v10.common.UserListRuleInfoOrBuilder getLeftOperandOrBuilder();
/**
*
* Right operand of the combined rule.
* This field is required and must be populated when creating new combined
* rule based user list.
*
*
* .google.ads.googleads.v10.common.UserListRuleInfo right_operand = 2;
* @return Whether the rightOperand field is set.
*/
boolean hasRightOperand();
/**
*
* Right operand of the combined rule.
* This field is required and must be populated when creating new combined
* rule based user list.
*
*
* .google.ads.googleads.v10.common.UserListRuleInfo right_operand = 2;
* @return The rightOperand.
*/
com.google.ads.googleads.v10.common.UserListRuleInfo getRightOperand();
/**
*
* Right operand of the combined rule.
* This field is required and must be populated when creating new combined
* rule based user list.
*
*
* .google.ads.googleads.v10.common.UserListRuleInfo right_operand = 2;
*/
com.google.ads.googleads.v10.common.UserListRuleInfoOrBuilder getRightOperandOrBuilder();
/**
*
* Operator to connect the two operands.
* Required for creating a combined rule user list.
*
*
* .google.ads.googleads.v10.enums.UserListCombinedRuleOperatorEnum.UserListCombinedRuleOperator rule_operator = 3;
* @return The enum numeric value on the wire for ruleOperator.
*/
int getRuleOperatorValue();
/**
*
* Operator to connect the two operands.
* Required for creating a combined rule user list.
*
*
* .google.ads.googleads.v10.enums.UserListCombinedRuleOperatorEnum.UserListCombinedRuleOperator rule_operator = 3;
* @return The ruleOperator.
*/
com.google.ads.googleads.v10.enums.UserListCombinedRuleOperatorEnum.UserListCombinedRuleOperator getRuleOperator();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy