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
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: cel/expr/value.proto
// Protobuf Java Version: 4.28.2
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 - 2024 Weber Informatics LLC | Privacy Policy