dev.cel.expr.ErrorSetOrBuilder 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/eval.proto
package dev.cel.expr;
public interface ErrorSetOrBuilder extends
// @@protoc_insertion_point(interface_extends:cel.expr.ErrorSet)
com.google.protobuf.MessageOrBuilder {
/**
* repeated .google.rpc.Status errors = 1;
*/
java.util.List
getErrorsList();
/**
* repeated .google.rpc.Status errors = 1;
*/
com.google.rpc.Status getErrors(int index);
/**
* repeated .google.rpc.Status errors = 1;
*/
int getErrorsCount();
/**
* repeated .google.rpc.Status errors = 1;
*/
java.util.List extends com.google.rpc.StatusOrBuilder>
getErrorsOrBuilderList();
/**
* repeated .google.rpc.Status errors = 1;
*/
com.google.rpc.StatusOrBuilder getErrorsOrBuilder(
int index);
}