public static final class UserBitShared.ExceptionWrapper.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<UserBitShared.ExceptionWrapper.Builder> implements UserBitShared.ExceptionWrapperOrBuilder
exec.shared.ExceptionWrapper| Modifier and Type | Method and Description |
|---|---|
UserBitShared.ExceptionWrapper.Builder |
addAllStackTrace(Iterable<? extends UserBitShared.StackTraceElementWrapper> values)
repeated .exec.shared.StackTraceElementWrapper stack_trace = 3; |
UserBitShared.ExceptionWrapper.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
UserBitShared.ExceptionWrapper.Builder |
addStackTrace(int index,
UserBitShared.StackTraceElementWrapper.Builder builderForValue)
repeated .exec.shared.StackTraceElementWrapper stack_trace = 3; |
UserBitShared.ExceptionWrapper.Builder |
addStackTrace(int index,
UserBitShared.StackTraceElementWrapper value)
repeated .exec.shared.StackTraceElementWrapper stack_trace = 3; |
UserBitShared.ExceptionWrapper.Builder |
addStackTrace(UserBitShared.StackTraceElementWrapper.Builder builderForValue)
repeated .exec.shared.StackTraceElementWrapper stack_trace = 3; |
UserBitShared.ExceptionWrapper.Builder |
addStackTrace(UserBitShared.StackTraceElementWrapper value)
repeated .exec.shared.StackTraceElementWrapper stack_trace = 3; |
UserBitShared.StackTraceElementWrapper.Builder |
addStackTraceBuilder()
repeated .exec.shared.StackTraceElementWrapper stack_trace = 3; |
UserBitShared.StackTraceElementWrapper.Builder |
addStackTraceBuilder(int index)
repeated .exec.shared.StackTraceElementWrapper stack_trace = 3; |
UserBitShared.ExceptionWrapper |
build() |
UserBitShared.ExceptionWrapper |
buildPartial() |
UserBitShared.ExceptionWrapper.Builder |
clear() |
UserBitShared.ExceptionWrapper.Builder |
clearCause()
optional .exec.shared.ExceptionWrapper cause = 4; |
UserBitShared.ExceptionWrapper.Builder |
clearExceptionClass()
optional string exception_class = 1; |
UserBitShared.ExceptionWrapper.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
UserBitShared.ExceptionWrapper.Builder |
clearMessage()
optional string message = 2; |
UserBitShared.ExceptionWrapper.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
UserBitShared.ExceptionWrapper.Builder |
clearStackTrace()
repeated .exec.shared.StackTraceElementWrapper stack_trace = 3; |
UserBitShared.ExceptionWrapper.Builder |
clone() |
UserBitShared.ExceptionWrapper |
getCause()
optional .exec.shared.ExceptionWrapper cause = 4; |
UserBitShared.ExceptionWrapper.Builder |
getCauseBuilder()
optional .exec.shared.ExceptionWrapper cause = 4; |
UserBitShared.ExceptionWrapperOrBuilder |
getCauseOrBuilder()
optional .exec.shared.ExceptionWrapper cause = 4; |
UserBitShared.ExceptionWrapper |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getExceptionClass()
optional string exception_class = 1; |
com.google.protobuf.ByteString |
getExceptionClassBytes()
optional string exception_class = 1; |
String |
getMessage()
optional string message = 2; |
com.google.protobuf.ByteString |
getMessageBytes()
optional string message = 2; |
UserBitShared.StackTraceElementWrapper |
getStackTrace(int index)
repeated .exec.shared.StackTraceElementWrapper stack_trace = 3; |
UserBitShared.StackTraceElementWrapper.Builder |
getStackTraceBuilder(int index)
repeated .exec.shared.StackTraceElementWrapper stack_trace = 3; |
List<UserBitShared.StackTraceElementWrapper.Builder> |
getStackTraceBuilderList()
repeated .exec.shared.StackTraceElementWrapper stack_trace = 3; |
int |
getStackTraceCount()
repeated .exec.shared.StackTraceElementWrapper stack_trace = 3; |
List<UserBitShared.StackTraceElementWrapper> |
getStackTraceList()
repeated .exec.shared.StackTraceElementWrapper stack_trace = 3; |
UserBitShared.StackTraceElementWrapperOrBuilder |
getStackTraceOrBuilder(int index)
repeated .exec.shared.StackTraceElementWrapper stack_trace = 3; |
List<? extends UserBitShared.StackTraceElementWrapperOrBuilder> |
getStackTraceOrBuilderList()
repeated .exec.shared.StackTraceElementWrapper stack_trace = 3; |
boolean |
hasCause()
optional .exec.shared.ExceptionWrapper cause = 4; |
boolean |
hasExceptionClass()
optional string exception_class = 1; |
boolean |
hasMessage()
optional string message = 2; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
UserBitShared.ExceptionWrapper.Builder |
mergeCause(UserBitShared.ExceptionWrapper value)
optional .exec.shared.ExceptionWrapper cause = 4; |
UserBitShared.ExceptionWrapper.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
UserBitShared.ExceptionWrapper.Builder |
mergeFrom(com.google.protobuf.Message other) |
UserBitShared.ExceptionWrapper.Builder |
mergeFrom(UserBitShared.ExceptionWrapper other) |
UserBitShared.ExceptionWrapper.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
UserBitShared.ExceptionWrapper.Builder |
removeStackTrace(int index)
repeated .exec.shared.StackTraceElementWrapper stack_trace = 3; |
UserBitShared.ExceptionWrapper.Builder |
setCause(UserBitShared.ExceptionWrapper.Builder builderForValue)
optional .exec.shared.ExceptionWrapper cause = 4; |
UserBitShared.ExceptionWrapper.Builder |
setCause(UserBitShared.ExceptionWrapper value)
optional .exec.shared.ExceptionWrapper cause = 4; |
UserBitShared.ExceptionWrapper.Builder |
setExceptionClass(String value)
optional string exception_class = 1; |
UserBitShared.ExceptionWrapper.Builder |
setExceptionClassBytes(com.google.protobuf.ByteString value)
optional string exception_class = 1; |
UserBitShared.ExceptionWrapper.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
UserBitShared.ExceptionWrapper.Builder |
setMessage(String value)
optional string message = 2; |
UserBitShared.ExceptionWrapper.Builder |
setMessageBytes(com.google.protobuf.ByteString value)
optional string message = 2; |
UserBitShared.ExceptionWrapper.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
UserBitShared.ExceptionWrapper.Builder |
setStackTrace(int index,
UserBitShared.StackTraceElementWrapper.Builder builderForValue)
repeated .exec.shared.StackTraceElementWrapper stack_trace = 3; |
UserBitShared.ExceptionWrapper.Builder |
setStackTrace(int index,
UserBitShared.StackTraceElementWrapper value)
repeated .exec.shared.StackTraceElementWrapper stack_trace = 3; |
UserBitShared.ExceptionWrapper.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<UserBitShared.ExceptionWrapper.Builder>public UserBitShared.ExceptionWrapper.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<UserBitShared.ExceptionWrapper.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<UserBitShared.ExceptionWrapper.Builder>public UserBitShared.ExceptionWrapper getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic UserBitShared.ExceptionWrapper build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic UserBitShared.ExceptionWrapper buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic UserBitShared.ExceptionWrapper.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<UserBitShared.ExceptionWrapper.Builder>public UserBitShared.ExceptionWrapper.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<UserBitShared.ExceptionWrapper.Builder>public UserBitShared.ExceptionWrapper.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<UserBitShared.ExceptionWrapper.Builder>public UserBitShared.ExceptionWrapper.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<UserBitShared.ExceptionWrapper.Builder>public UserBitShared.ExceptionWrapper.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<UserBitShared.ExceptionWrapper.Builder>public UserBitShared.ExceptionWrapper.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<UserBitShared.ExceptionWrapper.Builder>public UserBitShared.ExceptionWrapper.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<UserBitShared.ExceptionWrapper.Builder>public UserBitShared.ExceptionWrapper.Builder mergeFrom(UserBitShared.ExceptionWrapper other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<UserBitShared.ExceptionWrapper.Builder>public UserBitShared.ExceptionWrapper.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<UserBitShared.ExceptionWrapper.Builder>IOExceptionpublic boolean hasExceptionClass()
optional string exception_class = 1;hasExceptionClass in interface UserBitShared.ExceptionWrapperOrBuilderpublic String getExceptionClass()
optional string exception_class = 1;getExceptionClass in interface UserBitShared.ExceptionWrapperOrBuilderpublic com.google.protobuf.ByteString getExceptionClassBytes()
optional string exception_class = 1;getExceptionClassBytes in interface UserBitShared.ExceptionWrapperOrBuilderpublic UserBitShared.ExceptionWrapper.Builder setExceptionClass(String value)
optional string exception_class = 1;value - The exceptionClass to set.public UserBitShared.ExceptionWrapper.Builder clearExceptionClass()
optional string exception_class = 1;public UserBitShared.ExceptionWrapper.Builder setExceptionClassBytes(com.google.protobuf.ByteString value)
optional string exception_class = 1;value - The bytes for exceptionClass to set.public boolean hasMessage()
optional string message = 2;hasMessage in interface UserBitShared.ExceptionWrapperOrBuilderpublic String getMessage()
optional string message = 2;getMessage in interface UserBitShared.ExceptionWrapperOrBuilderpublic com.google.protobuf.ByteString getMessageBytes()
optional string message = 2;getMessageBytes in interface UserBitShared.ExceptionWrapperOrBuilderpublic UserBitShared.ExceptionWrapper.Builder setMessage(String value)
optional string message = 2;value - The message to set.public UserBitShared.ExceptionWrapper.Builder clearMessage()
optional string message = 2;public UserBitShared.ExceptionWrapper.Builder setMessageBytes(com.google.protobuf.ByteString value)
optional string message = 2;value - The bytes for message to set.public List<UserBitShared.StackTraceElementWrapper> getStackTraceList()
repeated .exec.shared.StackTraceElementWrapper stack_trace = 3;getStackTraceList in interface UserBitShared.ExceptionWrapperOrBuilderpublic int getStackTraceCount()
repeated .exec.shared.StackTraceElementWrapper stack_trace = 3;getStackTraceCount in interface UserBitShared.ExceptionWrapperOrBuilderpublic UserBitShared.StackTraceElementWrapper getStackTrace(int index)
repeated .exec.shared.StackTraceElementWrapper stack_trace = 3;getStackTrace in interface UserBitShared.ExceptionWrapperOrBuilderpublic UserBitShared.ExceptionWrapper.Builder setStackTrace(int index, UserBitShared.StackTraceElementWrapper value)
repeated .exec.shared.StackTraceElementWrapper stack_trace = 3;public UserBitShared.ExceptionWrapper.Builder setStackTrace(int index, UserBitShared.StackTraceElementWrapper.Builder builderForValue)
repeated .exec.shared.StackTraceElementWrapper stack_trace = 3;public UserBitShared.ExceptionWrapper.Builder addStackTrace(UserBitShared.StackTraceElementWrapper value)
repeated .exec.shared.StackTraceElementWrapper stack_trace = 3;public UserBitShared.ExceptionWrapper.Builder addStackTrace(int index, UserBitShared.StackTraceElementWrapper value)
repeated .exec.shared.StackTraceElementWrapper stack_trace = 3;public UserBitShared.ExceptionWrapper.Builder addStackTrace(UserBitShared.StackTraceElementWrapper.Builder builderForValue)
repeated .exec.shared.StackTraceElementWrapper stack_trace = 3;public UserBitShared.ExceptionWrapper.Builder addStackTrace(int index, UserBitShared.StackTraceElementWrapper.Builder builderForValue)
repeated .exec.shared.StackTraceElementWrapper stack_trace = 3;public UserBitShared.ExceptionWrapper.Builder addAllStackTrace(Iterable<? extends UserBitShared.StackTraceElementWrapper> values)
repeated .exec.shared.StackTraceElementWrapper stack_trace = 3;public UserBitShared.ExceptionWrapper.Builder clearStackTrace()
repeated .exec.shared.StackTraceElementWrapper stack_trace = 3;public UserBitShared.ExceptionWrapper.Builder removeStackTrace(int index)
repeated .exec.shared.StackTraceElementWrapper stack_trace = 3;public UserBitShared.StackTraceElementWrapper.Builder getStackTraceBuilder(int index)
repeated .exec.shared.StackTraceElementWrapper stack_trace = 3;public UserBitShared.StackTraceElementWrapperOrBuilder getStackTraceOrBuilder(int index)
repeated .exec.shared.StackTraceElementWrapper stack_trace = 3;getStackTraceOrBuilder in interface UserBitShared.ExceptionWrapperOrBuilderpublic List<? extends UserBitShared.StackTraceElementWrapperOrBuilder> getStackTraceOrBuilderList()
repeated .exec.shared.StackTraceElementWrapper stack_trace = 3;getStackTraceOrBuilderList in interface UserBitShared.ExceptionWrapperOrBuilderpublic UserBitShared.StackTraceElementWrapper.Builder addStackTraceBuilder()
repeated .exec.shared.StackTraceElementWrapper stack_trace = 3;public UserBitShared.StackTraceElementWrapper.Builder addStackTraceBuilder(int index)
repeated .exec.shared.StackTraceElementWrapper stack_trace = 3;public List<UserBitShared.StackTraceElementWrapper.Builder> getStackTraceBuilderList()
repeated .exec.shared.StackTraceElementWrapper stack_trace = 3;public boolean hasCause()
optional .exec.shared.ExceptionWrapper cause = 4;hasCause in interface UserBitShared.ExceptionWrapperOrBuilderpublic UserBitShared.ExceptionWrapper getCause()
optional .exec.shared.ExceptionWrapper cause = 4;getCause in interface UserBitShared.ExceptionWrapperOrBuilderpublic UserBitShared.ExceptionWrapper.Builder setCause(UserBitShared.ExceptionWrapper value)
optional .exec.shared.ExceptionWrapper cause = 4;public UserBitShared.ExceptionWrapper.Builder setCause(UserBitShared.ExceptionWrapper.Builder builderForValue)
optional .exec.shared.ExceptionWrapper cause = 4;public UserBitShared.ExceptionWrapper.Builder mergeCause(UserBitShared.ExceptionWrapper value)
optional .exec.shared.ExceptionWrapper cause = 4;public UserBitShared.ExceptionWrapper.Builder clearCause()
optional .exec.shared.ExceptionWrapper cause = 4;public UserBitShared.ExceptionWrapper.Builder getCauseBuilder()
optional .exec.shared.ExceptionWrapper cause = 4;public UserBitShared.ExceptionWrapperOrBuilder getCauseOrBuilder()
optional .exec.shared.ExceptionWrapper cause = 4;getCauseOrBuilder in interface UserBitShared.ExceptionWrapperOrBuilderpublic final UserBitShared.ExceptionWrapper.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<UserBitShared.ExceptionWrapper.Builder>public final UserBitShared.ExceptionWrapper.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<UserBitShared.ExceptionWrapper.Builder>Copyright © 2021 The Apache Software Foundation. All rights reserved.