Package com.google.api.expr.v1beta1
Interface ErrorSetOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
ErrorSet
,ErrorSet.Builder
public interface ErrorSetOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetErrors
(int index) The errors in the set.int
The errors in the set.The errors in the set.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getErrorsList
The errors in the set.
repeated .google.rpc.Status errors = 1 [json_name = "errors"];
-
getErrors
The errors in the set.
repeated .google.rpc.Status errors = 1 [json_name = "errors"];
-
getErrorsCount
int getErrorsCount()The errors in the set.
repeated .google.rpc.Status errors = 1 [json_name = "errors"];
-