All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dev.cel.expr.conformance.test.InputValueOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: cel/expr/conformance/test/suite.proto

// Protobuf Java Version: 3.25.1
package dev.cel.expr.conformance.test;

public interface InputValueOrBuilder extends
    // @@protoc_insertion_point(interface_extends:cel.expr.conformance.test.InputValue)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * A simple literal value for a variable binding
   * 
* * .cel.expr.Value value = 1; * @return Whether the value field is set. */ boolean hasValue(); /** *
   * A simple literal value for a variable binding
   * 
* * .cel.expr.Value value = 1; * @return The value. */ dev.cel.expr.Value getValue(); /** *
   * A simple literal value for a variable binding
   * 
* * .cel.expr.Value value = 1; */ dev.cel.expr.ValueOrBuilder getValueOrBuilder(); /** *
   * An expression which evaluates to the value of the variable binding.
   * The expression is evaluated using the same runtime environment as the
   * one used for evaluating the expression under test.
   * 
* * string expr = 2; * @return Whether the expr field is set. */ boolean hasExpr(); /** *
   * An expression which evaluates to the value of the variable binding.
   * The expression is evaluated using the same runtime environment as the
   * one used for evaluating the expression under test.
   * 
* * string expr = 2; * @return The expr. */ java.lang.String getExpr(); /** *
   * An expression which evaluates to the value of the variable binding.
   * The expression is evaluated using the same runtime environment as the
   * one used for evaluating the expression under test.
   * 
* * string expr = 2; * @return The bytes for expr. */ com.google.protobuf.ByteString getExprBytes(); dev.cel.expr.conformance.test.InputValue.KindCase getKindCase(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy