com.google.api.expr.v1alpha1.ErrorSetOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/api/expr/v1alpha1/eval.proto
// Protobuf Java Version: 3.25.4
package com.google.api.expr.v1alpha1;
public interface ErrorSetOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.api.expr.v1alpha1.ErrorSet)
com.google.protobuf.MessageOrBuilder {
/**
*
* The errors in the set.
*
*
* repeated .google.rpc.Status errors = 1;
*/
java.util.List
getErrorsList();
/**
*
* The errors in the set.
*
*
* repeated .google.rpc.Status errors = 1;
*/
com.google.rpc.Status getErrors(int index);
/**
*
* The errors in the set.
*
*
* repeated .google.rpc.Status errors = 1;
*/
int getErrorsCount();
/**
*
* The errors in the set.
*
*
* repeated .google.rpc.Status errors = 1;
*/
java.util.List extends com.google.rpc.StatusOrBuilder>
getErrorsOrBuilderList();
/**
*
* The errors in the set.
*
*
* repeated .google.rpc.Status errors = 1;
*/
com.google.rpc.StatusOrBuilder getErrorsOrBuilder(
int index);
}