
dev.cel.expr.conformance.test.ErrorSetMatcherOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: cel/expr/conformance/test/simple.proto
// Protobuf Java Version: 3.25.1
package dev.cel.expr.conformance.test;
public interface ErrorSetMatcherOrBuilder extends
// @@protoc_insertion_point(interface_extends:cel.expr.conformance.test.ErrorSetMatcher)
com.google.protobuf.MessageOrBuilder {
/**
*
* Success if we match any of these sets.
*
*
* repeated .cel.expr.ErrorSet errors = 1;
*/
java.util.List
getErrorsList();
/**
*
* Success if we match any of these sets.
*
*
* repeated .cel.expr.ErrorSet errors = 1;
*/
dev.cel.expr.ErrorSet getErrors(int index);
/**
*
* Success if we match any of these sets.
*
*
* repeated .cel.expr.ErrorSet errors = 1;
*/
int getErrorsCount();
/**
*
* Success if we match any of these sets.
*
*
* repeated .cel.expr.ErrorSet errors = 1;
*/
java.util.List extends dev.cel.expr.ErrorSetOrBuilder>
getErrorsOrBuilderList();
/**
*
* Success if we match any of these sets.
*
*
* repeated .cel.expr.ErrorSet errors = 1;
*/
dev.cel.expr.ErrorSetOrBuilder getErrorsOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy