All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dev.cel.expr.ListValueOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.7.1
Show newest version
// 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 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