com.google.ads.googleads.v17.common.MatchingFunctionOrBuilder 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/matching_function.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.common;
public interface MatchingFunctionOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.MatchingFunction)
com.google.protobuf.MessageOrBuilder {
/**
*
* String representation of the Function.
*
* Examples:
*
* 1. IDENTITY(true) or IDENTITY(false). All or no feed items served.
* 2. EQUALS(CONTEXT.DEVICE,"Mobile")
* 3. IN(FEED_ITEM_ID,{1000001,1000002,1000003})
* 4. CONTAINS_ANY(FeedAttribute[12345678,0],{"Mars cruise","Venus cruise"})
* 5. AND(IN(FEED_ITEM_ID,{10001,10002}),EQUALS(CONTEXT.DEVICE,"Mobile"))
*
* For more details, visit
* https://developers.google.com/google-ads/api/docs/extensions/feeds/matching-functions
*
* Note that because multiple strings may represent the same underlying
* function (whitespace and single versus double quotation marks, for
* example), the value returned may not be identical to the string sent in a
* mutate request.
*
*
* optional string function_string = 5;
* @return Whether the functionString field is set.
*/
boolean hasFunctionString();
/**
*
* String representation of the Function.
*
* Examples:
*
* 1. IDENTITY(true) or IDENTITY(false). All or no feed items served.
* 2. EQUALS(CONTEXT.DEVICE,"Mobile")
* 3. IN(FEED_ITEM_ID,{1000001,1000002,1000003})
* 4. CONTAINS_ANY(FeedAttribute[12345678,0],{"Mars cruise","Venus cruise"})
* 5. AND(IN(FEED_ITEM_ID,{10001,10002}),EQUALS(CONTEXT.DEVICE,"Mobile"))
*
* For more details, visit
* https://developers.google.com/google-ads/api/docs/extensions/feeds/matching-functions
*
* Note that because multiple strings may represent the same underlying
* function (whitespace and single versus double quotation marks, for
* example), the value returned may not be identical to the string sent in a
* mutate request.
*
*
* optional string function_string = 5;
* @return The functionString.
*/
java.lang.String getFunctionString();
/**
*
* String representation of the Function.
*
* Examples:
*
* 1. IDENTITY(true) or IDENTITY(false). All or no feed items served.
* 2. EQUALS(CONTEXT.DEVICE,"Mobile")
* 3. IN(FEED_ITEM_ID,{1000001,1000002,1000003})
* 4. CONTAINS_ANY(FeedAttribute[12345678,0],{"Mars cruise","Venus cruise"})
* 5. AND(IN(FEED_ITEM_ID,{10001,10002}),EQUALS(CONTEXT.DEVICE,"Mobile"))
*
* For more details, visit
* https://developers.google.com/google-ads/api/docs/extensions/feeds/matching-functions
*
* Note that because multiple strings may represent the same underlying
* function (whitespace and single versus double quotation marks, for
* example), the value returned may not be identical to the string sent in a
* mutate request.
*
*
* optional string function_string = 5;
* @return The bytes for functionString.
*/
com.google.protobuf.ByteString
getFunctionStringBytes();
/**
*
* Operator for a function.
*
*
* .google.ads.googleads.v17.enums.MatchingFunctionOperatorEnum.MatchingFunctionOperator operator = 4;
* @return The enum numeric value on the wire for operator.
*/
int getOperatorValue();
/**
*
* Operator for a function.
*
*
* .google.ads.googleads.v17.enums.MatchingFunctionOperatorEnum.MatchingFunctionOperator operator = 4;
* @return The operator.
*/
com.google.ads.googleads.v17.enums.MatchingFunctionOperatorEnum.MatchingFunctionOperator getOperator();
/**
*
* The operands on the left hand side of the equation. This is also the
* operand to be used for single operand expressions such as NOT.
*
*
* repeated .google.ads.googleads.v17.common.Operand left_operands = 2;
*/
java.util.List
getLeftOperandsList();
/**
*
* The operands on the left hand side of the equation. This is also the
* operand to be used for single operand expressions such as NOT.
*
*
* repeated .google.ads.googleads.v17.common.Operand left_operands = 2;
*/
com.google.ads.googleads.v17.common.Operand getLeftOperands(int index);
/**
*
* The operands on the left hand side of the equation. This is also the
* operand to be used for single operand expressions such as NOT.
*
*
* repeated .google.ads.googleads.v17.common.Operand left_operands = 2;
*/
int getLeftOperandsCount();
/**
*
* The operands on the left hand side of the equation. This is also the
* operand to be used for single operand expressions such as NOT.
*
*
* repeated .google.ads.googleads.v17.common.Operand left_operands = 2;
*/
java.util.List extends com.google.ads.googleads.v17.common.OperandOrBuilder>
getLeftOperandsOrBuilderList();
/**
*
* The operands on the left hand side of the equation. This is also the
* operand to be used for single operand expressions such as NOT.
*
*
* repeated .google.ads.googleads.v17.common.Operand left_operands = 2;
*/
com.google.ads.googleads.v17.common.OperandOrBuilder getLeftOperandsOrBuilder(
int index);
/**
*
* The operands on the right hand side of the equation.
*
*
* repeated .google.ads.googleads.v17.common.Operand right_operands = 3;
*/
java.util.List
getRightOperandsList();
/**
*
* The operands on the right hand side of the equation.
*
*
* repeated .google.ads.googleads.v17.common.Operand right_operands = 3;
*/
com.google.ads.googleads.v17.common.Operand getRightOperands(int index);
/**
*
* The operands on the right hand side of the equation.
*
*
* repeated .google.ads.googleads.v17.common.Operand right_operands = 3;
*/
int getRightOperandsCount();
/**
*
* The operands on the right hand side of the equation.
*
*
* repeated .google.ads.googleads.v17.common.Operand right_operands = 3;
*/
java.util.List extends com.google.ads.googleads.v17.common.OperandOrBuilder>
getRightOperandsOrBuilderList();
/**
*
* The operands on the right hand side of the equation.
*
*
* repeated .google.ads.googleads.v17.common.Operand right_operands = 3;
*/
com.google.ads.googleads.v17.common.OperandOrBuilder getRightOperandsOrBuilder(
int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy