dev.cel.expr.UnknownSetOrBuilder Maven / Gradle / Ivy
// 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 - 2025 Weber Informatics LLC | Privacy Policy