dev.cel.expr.ListValueOrBuilder Maven / Gradle / Ivy
// 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);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy