class PrimitiveType

CEL primitive types.

Protobuf type google.api.expr.v1alpha1.Type.PrimitiveType

Constants

PRIMITIVE_TYPE_UNSPECIFIED

Unspecified type.

Generated from protobuf enum PRIMITIVE_TYPE_UNSPECIFIED = 0;

BOOL

Boolean type.

Generated from protobuf enum BOOL = 1;

INT64

Int64 type.

Proto-based integer values are widened to int64.

Generated from protobuf enum INT64 = 2;

UINT64

Uint64 type.

Proto-based unsigned integer values are widened to uint64.

Generated from protobuf enum UINT64 = 3;

DOUBLE

Double type.

Proto-based float values are widened to double values.

Generated from protobuf enum DOUBLE = 4;

STRING

String type.

Generated from protobuf enum STRING = 5;

BYTES

Bytes type.

Generated from protobuf enum BYTES = 6;

Methods

static 
name($value)

No description

static 
value($name)

No description

Details

at line 72
static name($value)

Parameters

$value

at line 82
static value($name)

Parameters

$name