Uses of Class
dev.cel.expr.Type.WellKnownType
-
Packages that use Type.WellKnownType Package Description dev.cel.expr -
-
Uses of Type.WellKnownType in dev.cel.expr
Fields in dev.cel.expr declared as Type.WellKnownType Modifier and Type Field Description private static Type.WellKnownType[]
Type.WellKnownType. VALUES
Fields in dev.cel.expr with type parameters of type Type.WellKnownType Modifier and Type Field Description private static com.google.protobuf.Internal.EnumLiteMap<Type.WellKnownType>
Type.WellKnownType. internalValueMap
Methods in dev.cel.expr that return Type.WellKnownType Modifier and Type Method Description static Type.WellKnownType
Type.WellKnownType. forNumber(int value)
Type.WellKnownType
Type.Builder. getWellKnown()
Well-known protobuf type such as `google.protobuf.Timestamp`.Type.WellKnownType
Type. getWellKnown()
Well-known protobuf type such as `google.protobuf.Timestamp`.Type.WellKnownType
TypeOrBuilder. getWellKnown()
Well-known protobuf type such as `google.protobuf.Timestamp`.static Type.WellKnownType
Type.WellKnownType. valueOf(int value)
Deprecated.static Type.WellKnownType
Type.WellKnownType. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Type.WellKnownType
Type.WellKnownType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Type.WellKnownType[]
Type.WellKnownType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.cel.expr that return types with arguments of type Type.WellKnownType Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Type.WellKnownType>
Type.WellKnownType. internalGetValueMap()
Methods in dev.cel.expr with parameters of type Type.WellKnownType Modifier and Type Method Description Type.Builder
Type.Builder. setWellKnown(Type.WellKnownType value)
Well-known protobuf type such as `google.protobuf.Timestamp`.
-