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 constant, feed attribute, nested function, or request context value."],["The `function_argument_operand` union field is required and determines the type of operand used."],["Matching functions can leverage different operand types for flexible and complex matching logic."]]],[]]