dev.cel.expr.UnknownSetOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of runtime Show documentation
Show all versions of runtime Show documentation
Common Expression Language Runtime for Java
// 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);
}