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 com.google.rpc.Status
getErrors(int index)
The errors in the set.int
getErrorsCount()
The errors in the set.java.util.List<com.google.rpc.Status>
getErrorsList()
The errors in the set.com.google.rpc.StatusOrBuilder
getErrorsOrBuilder(int index)
The errors in the set.java.util.List<? extends com.google.rpc.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<com.google.rpc.Status> getErrorsList()
The errors in the set.
repeated .google.rpc.Status errors = 1;
-
getErrors
com.google.rpc.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 com.google.rpc.StatusOrBuilder> getErrorsOrBuilderList()
The errors in the set.
repeated .google.rpc.Status errors = 1;
-
getErrorsOrBuilder
com.google.rpc.StatusOrBuilder getErrorsOrBuilder(int index)
The errors in the set.
repeated .google.rpc.Status errors = 1;
-
-