Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 620 Bytes

File metadata and controls

12 lines (6 loc) · 620 Bytes

PrimitiveType

CEL primitive types. - 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.

Properties

Name Type Description Notes

[Back to Model list] [Back to API list] [Back to README]