CEL primitive types. - PRIMITIVE_TYPE_UNSPECIFIED: Unspecified type. - BOOL: Boolean type. - INT64: Int64 type. Proto-based integer values are widened to int64. - UINT64: Uint64 type. Proto-based unsigned integer values are widened to uint64. - DOUBLE: Double type. Proto-based float values are widened to double values. - STRING: String type. - BYTES: Bytes type.
-
PRIMITIVE_TYPE_UNSPECIFIED
(value:'PRIMITIVE_TYPE_UNSPECIFIED'
) -
BOOL
(value:'BOOL'
) -
INT64
(value:'INT64'
) -
UINT64
(value:'UINT64'
) -
DOUBLE
(value:'DOUBLE'
) -
STRING
(value:'STRING'
) -
BYTES
(value:'BYTES'
)