Well-known protobuf types treated with first-class support in CEL. - WELL_KNOWN_TYPE_UNSPECIFIED: Unspecified type. - ANY: Well-known protobuf.Any type. Any types are a polymorphic message type. During type-checking they are treated like DYN types, but at runtime they are resolved to a specific message type specified at evaluation time. - TIMESTAMP: Well-known protobuf.Timestamp type, internally referenced as timestamp. - DURATION: Well-known protobuf.Duration type, internally referenced as duration.
-
WELL_KNOWN_TYPE_UNSPECIFIED(value:'WELL_KNOWN_TYPE_UNSPECIFIED') -
ANY(value:'ANY') -
TIMESTAMP(value:'TIMESTAMP') -
DURATION(value:'DURATION')