dev.cel.expr.ListValueOrBuilder 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/value.proto
package dev.cel.expr;
public interface ListValueOrBuilder extends
// @@protoc_insertion_point(interface_extends:cel.expr.ListValue)
com.google.protobuf.MessageOrBuilder {
/**
*
* The ordered values in the list.
*
*
* repeated .cel.expr.Value values = 1;
*/
java.util.List
getValuesList();
/**
*
* The ordered values in the list.
*
*
* repeated .cel.expr.Value values = 1;
*/
dev.cel.expr.Value getValues(int index);
/**
*
* The ordered values in the list.
*
*
* repeated .cel.expr.Value values = 1;
*/
int getValuesCount();
/**
*
* The ordered values in the list.
*
*
* repeated .cel.expr.Value values = 1;
*/
java.util.List extends dev.cel.expr.ValueOrBuilder>
getValuesOrBuilderList();
/**
*
* The ordered values in the list.
*
*
* repeated .cel.expr.Value values = 1;
*/
dev.cel.expr.ValueOrBuilder getValuesOrBuilder(
int index);
}