Class CelExpr.CelCreateStruct.Entry.KeyKind

  • Enclosing class:
    CelExpr.CelCreateStruct.Entry

    @Immutable
    public abstract static class CelExpr.CelCreateStruct.Entry.KeyKind
    extends java.lang.Object
    Entry key kind.
    • Constructor Detail

      • KeyKind

        public KeyKind()
    • Method Detail

      • fieldKey

        public abstract java.lang.String fieldKey()
        The field key for a message creator statement.
      • mapKey

        public abstract CelExpr mapKey()
        The key expression for a map creation statement.