Operand
An operand in a matching function.
Fields |
Union field function_argument_operand
function_argument_operand . Different operands that can be used in a matching function. Required. function_argument_operand can be only one of the following: |
constant_operand
|
ConstantOperand
A constant operand in a matching function.
|
feed_attribute_operand
|
FeedAttributeOperand
This operand specifies a feed attribute in feed.
|
function_operand
|
FunctionOperand
A function operand in a matching function. Used to represent nested functions.
|
request_context_operand
|
RequestContextOperand
An operand in a function referring to a value in the request context.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-25 UTC.
[null,null,["Last updated 2024-11-25 UTC."],[[["An operand is part of a matching function and specifies a value to be used in the function."],["There are four types of operands: ConstantOperand, FeedAttributeOperand, FunctionOperand, and RequestContextOperand."],["Each operand type serves a specific purpose, such as providing a constant value, referencing a feed attribute, representing nested functions, or accessing request context information."],["The `function_argument_operand` field is required and determines the specific type of operand being used in the matching function."]]],[]]