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

dev.cel.expr.UnknownSetOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.7.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: cel/expr/eval.proto

package dev.cel.expr;

public interface UnknownSetOrBuilder extends
    // @@protoc_insertion_point(interface_extends:cel.expr.UnknownSet)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The ids of the expressions with unknown values.
   * 
* * repeated int64 exprs = 1; * @return A list containing the exprs. */ java.util.List getExprsList(); /** *
   * The ids of the expressions with unknown values.
   * 
* * repeated int64 exprs = 1; * @return The count of exprs. */ int getExprsCount(); /** *
   * The ids of the expressions with unknown values.
   * 
* * repeated int64 exprs = 1; * @param index The index of the element to return. * @return The exprs at the given index. */ long getExprs(int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy