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-10-12 UTC.
[null,null,["Last updated 2024-10-12 UTC."],[[["FunctionArgumentOperand is a required union field defining the operand type in a matching function."],["Operands can be constants, feed attributes, nested functions, or request context values."],["Each operand type has its own corresponding message to provide specific details."],["ConstantOperand is for constant values, FeedAttributeOperand for feed attributes, FunctionOperand for nested functions, and RequestContextOperand for values in the request context."]]],[]]