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