Package dev.cel.expr

Interface Type.MapTypeOrBuilder

    • Method Detail

      • hasKeyType

        boolean hasKeyType()
         The type of the key.
         
        .cel.expr.Type key_type = 1;
        Returns:
        Whether the keyType field is set.
      • getKeyType

        Type getKeyType()
         The type of the key.
         
        .cel.expr.Type key_type = 1;
        Returns:
        The keyType.
      • getKeyTypeOrBuilder

        TypeOrBuilder getKeyTypeOrBuilder()
         The type of the key.
         
        .cel.expr.Type key_type = 1;
      • hasValueType

        boolean hasValueType()
         The type of the value.
         
        .cel.expr.Type value_type = 2;
        Returns:
        Whether the valueType field is set.
      • getValueType

        Type getValueType()
         The type of the value.
         
        .cel.expr.Type value_type = 2;
        Returns:
        The valueType.
      • getValueTypeOrBuilder

        TypeOrBuilder getValueTypeOrBuilder()
         The type of the value.
         
        .cel.expr.Type value_type = 2;