Package dev.cel.expr
Interface ListValueOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListValue,ListValue.Builder
public interface ListValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetValues(int index) The ordered values in the list.intThe ordered values in the list.The ordered values in the list.getValuesOrBuilder(int index) The ordered values in the list.List<? extends ValueOrBuilder>The ordered values in the list.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getValuesList
The ordered values in the list.
repeated .cel.expr.Value values = 1; -
getValues
The ordered values in the list.
repeated .cel.expr.Value values = 1; -
getValuesCount
int getValuesCount()The ordered values in the list.
repeated .cel.expr.Value values = 1; -
getValuesOrBuilderList
List<? extends ValueOrBuilder> getValuesOrBuilderList()The ordered values in the list.
repeated .cel.expr.Value values = 1; -
getValuesOrBuilder
The ordered values in the list.
repeated .cel.expr.Value values = 1;
-