Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 761 Bytes

File metadata and controls

12 lines (6 loc) · 761 Bytes

WellKnownType

Well-known protobuf types treated with first-class support in CEL. - 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.

Properties

Name Type Description Notes

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