Package com.google.api.expr.v1alpha1
Interface ErrorSetOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ErrorSet,ErrorSet.Builder
public interface ErrorSetOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StatusgetErrors(int index)The errors in the set.intgetErrorsCount()The errors in the set.java.util.List<Status>getErrorsList()The errors in the set.StatusOrBuildergetErrorsOrBuilder(int index)The errors in the set.java.util.List<? extends StatusOrBuilder>getErrorsOrBuilderList()The errors in the set.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getErrorsList
java.util.List<Status> getErrorsList()
The errors in the set.
repeated .google.rpc.Status errors = 1;
-
getErrors
Status getErrors(int index)
The errors in the set.
repeated .google.rpc.Status errors = 1;
-
getErrorsCount
int getErrorsCount()
The errors in the set.
repeated .google.rpc.Status errors = 1;
-
getErrorsOrBuilderList
java.util.List<? extends StatusOrBuilder> getErrorsOrBuilderList()
The errors in the set.
repeated .google.rpc.Status errors = 1;
-
getErrorsOrBuilder
StatusOrBuilder getErrorsOrBuilder(int index)
The errors in the set.
repeated .google.rpc.Status errors = 1;
-
-