Package dev.cel.expr

Interface Expr.IdentOrBuilder

    • Method Detail

      • getName

        java.lang.String getName()
         Required. Holds a single, unqualified identifier, possibly preceded by a
         '.'.
         Qualified names are represented by the
         [Expr.Select][cel.expr.Expr.Select] expression.
         
        string name = 1;
        Returns:
        The name.
      • getNameBytes

        ByteString getNameBytes()
         Required. Holds a single, unqualified identifier, possibly preceded by a
         '.'.
         Qualified names are represented by the
         [Expr.Select][cel.expr.Expr.Select] expression.
         
        string name = 1;
        Returns:
        The bytes for name.