Class CelReference


  • @Internal
    @Immutable
    public abstract class CelReference
    extends java.lang.Object
    Describes a resolved reference to a declaration.

    This is the CEL-Java native type equivalent of Reference message type from checked.proto.

    • Constructor Detail

      • CelReference

        public CelReference()
    • Method Detail

      • name

        public abstract java.lang.String name()
      • overloadIds

        public abstract com.google.common.collect.ImmutableList<java.lang.String> overloadIds()
      • value

        public abstract java.util.Optional<CelConstant> value()