ConstantOperand

A constant operand in a matching function.

Fields
Union field

constant_operand_value

constant_operand_value. Constant operand values. Required. constant_operand_value can be only one of the following:

string_value

string

String value of the operand if it is a string type.

long_value

int64

Int64 value of the operand if it is a int64 type.

boolean_value

bool

Boolean value of the operand if it is a boolean type.

double_value

double

Double value of the operand if it is a double type.