PrimitiveType
class PrimitiveType
CEL primitive types.
Protobuf type google.api.expr.v1alpha1.Type.PrimitiveType
Constants
PRIMITIVE_TYPE_UNSPECIFIED |
Unspecified type. Generated from protobuf enum |
BOOL |
Boolean type. Generated from protobuf enum |
INT64 |
Int64 type. Proto-based integer values are widened to int64. Generated from protobuf enum |
UINT64 |
Uint64 type. Proto-based unsigned integer values are widened to uint64. Generated from protobuf enum |
DOUBLE |
Double type. Proto-based float values are widened to double values. Generated from protobuf enum |
STRING |
String type. Generated from protobuf enum |
BYTES |
Bytes type. Generated from protobuf enum |