Package com.google.api.expr.v1beta1
Class ErrorSet.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<ErrorSet,ErrorSet.Builder>
com.google.api.expr.v1beta1.ErrorSet.Builder
- All Implemented Interfaces:
ErrorSetOrBuilder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,Cloneable
- Enclosing class:
- ErrorSet
public static final class ErrorSet.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<ErrorSet,ErrorSet.Builder>
implements ErrorSetOrBuilder
A set of errors. The errors included depend on the context. See `ExprValue.error`.Protobuf type
google.api.expr.v1beta1.ErrorSet-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance -
Method Summary
Modifier and TypeMethodDescriptionaddAllErrors(Iterable<? extends Status> values) The errors in the set.The errors in the set.addErrors(int index, Status.Builder builderForValue) The errors in the set.The errors in the set.addErrors(Status.Builder builderForValue) The errors in the set.The errors in the set.getErrors(int index) The errors in the set.intThe errors in the set.The errors in the set.removeErrors(int index) The errors in the set.The errors in the set.setErrors(int index, Status.Builder builderForValue) The errors in the set.Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFromMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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"];- Specified by:
getErrorsListin interfaceErrorSetOrBuilder
-
getErrorsCount
public int getErrorsCount()The errors in the set.
repeated .google.rpc.Status errors = 1 [json_name = "errors"];- Specified by:
getErrorsCountin interfaceErrorSetOrBuilder
-
getErrors
The errors in the set.
repeated .google.rpc.Status errors = 1 [json_name = "errors"];- Specified by:
getErrorsin interfaceErrorSetOrBuilder
-
setErrors
The errors in the set.
repeated .google.rpc.Status errors = 1 [json_name = "errors"]; -
setErrors
The errors in the set.
repeated .google.rpc.Status errors = 1 [json_name = "errors"]; -
addErrors
The errors in the set.
repeated .google.rpc.Status errors = 1 [json_name = "errors"]; -
addErrors
The errors in the set.
repeated .google.rpc.Status errors = 1 [json_name = "errors"]; -
addErrors
The errors in the set.
repeated .google.rpc.Status errors = 1 [json_name = "errors"]; -
addErrors
The errors in the set.
repeated .google.rpc.Status errors = 1 [json_name = "errors"]; -
addAllErrors
The errors in the set.
repeated .google.rpc.Status errors = 1 [json_name = "errors"]; -
clearErrors
The errors in the set.
repeated .google.rpc.Status errors = 1 [json_name = "errors"]; -
removeErrors
The errors in the set.
repeated .google.rpc.Status errors = 1 [json_name = "errors"];
-