UserBitShared.ExceptionWrapper.Builder |
UserBitShared.ExceptionWrapper.Builder.addAllStackTrace(Iterable<? extends UserBitShared.StackTraceElementWrapper> values)
repeated .exec.shared.StackTraceElementWrapper stack_trace = 3;
|
UserBitShared.ExceptionWrapper.Builder |
UserBitShared.ExceptionWrapper.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
UserBitShared.ExceptionWrapper.Builder |
UserBitShared.ExceptionWrapper.Builder.addStackTrace(int index,
UserBitShared.StackTraceElementWrapper.Builder builderForValue)
repeated .exec.shared.StackTraceElementWrapper stack_trace = 3;
|
UserBitShared.ExceptionWrapper.Builder |
UserBitShared.ExceptionWrapper.Builder.addStackTrace(int index,
UserBitShared.StackTraceElementWrapper value)
repeated .exec.shared.StackTraceElementWrapper stack_trace = 3;
|
UserBitShared.ExceptionWrapper.Builder |
UserBitShared.ExceptionWrapper.Builder.addStackTrace(UserBitShared.StackTraceElementWrapper.Builder builderForValue)
repeated .exec.shared.StackTraceElementWrapper stack_trace = 3;
|
UserBitShared.ExceptionWrapper.Builder |
UserBitShared.ExceptionWrapper.Builder.addStackTrace(UserBitShared.StackTraceElementWrapper value)
repeated .exec.shared.StackTraceElementWrapper stack_trace = 3;
|
UserBitShared.ExceptionWrapper.Builder |
UserBitShared.ExceptionWrapper.Builder.clear() |
UserBitShared.ExceptionWrapper.Builder |
UserBitShared.ExceptionWrapper.Builder.clearCause()
optional .exec.shared.ExceptionWrapper cause = 4;
|
UserBitShared.ExceptionWrapper.Builder |
UserBitShared.ExceptionWrapper.Builder.clearExceptionClass()
optional string exception_class = 1;
|
UserBitShared.ExceptionWrapper.Builder |
UserBitShared.ExceptionWrapper.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
UserBitShared.ExceptionWrapper.Builder |
UserBitShared.ExceptionWrapper.Builder.clearMessage()
optional string message = 2;
|
UserBitShared.ExceptionWrapper.Builder |
UserBitShared.ExceptionWrapper.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
UserBitShared.ExceptionWrapper.Builder |
UserBitShared.ExceptionWrapper.Builder.clearStackTrace()
repeated .exec.shared.StackTraceElementWrapper stack_trace = 3;
|
UserBitShared.ExceptionWrapper.Builder |
UserBitShared.ExceptionWrapper.Builder.clone() |
UserBitShared.ExceptionWrapper.Builder |
UserBitShared.ExceptionWrapper.Builder.getCauseBuilder()
optional .exec.shared.ExceptionWrapper cause = 4;
|
UserBitShared.ExceptionWrapper.Builder |
UserBitShared.DrillPBError.Builder.getExceptionBuilder()
optional .exec.shared.ExceptionWrapper exception = 5;
|
UserBitShared.ExceptionWrapper.Builder |
UserBitShared.ExceptionWrapper.Builder.mergeCause(UserBitShared.ExceptionWrapper value)
optional .exec.shared.ExceptionWrapper cause = 4;
|
UserBitShared.ExceptionWrapper.Builder |
UserBitShared.ExceptionWrapper.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
UserBitShared.ExceptionWrapper.Builder |
UserBitShared.ExceptionWrapper.Builder.mergeFrom(com.google.protobuf.Message other) |
UserBitShared.ExceptionWrapper.Builder |
UserBitShared.ExceptionWrapper.Builder.mergeFrom(UserBitShared.ExceptionWrapper other) |
UserBitShared.ExceptionWrapper.Builder |
UserBitShared.ExceptionWrapper.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static UserBitShared.ExceptionWrapper.Builder |
UserBitShared.ExceptionWrapper.newBuilder() |
static UserBitShared.ExceptionWrapper.Builder |
UserBitShared.ExceptionWrapper.newBuilder(UserBitShared.ExceptionWrapper prototype) |
UserBitShared.ExceptionWrapper.Builder |
UserBitShared.ExceptionWrapper.newBuilderForType() |
protected UserBitShared.ExceptionWrapper.Builder |
UserBitShared.ExceptionWrapper.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
UserBitShared.ExceptionWrapper.Builder |
SchemaUserBitShared.ExceptionWrapper.BuilderSchema.newMessage() |
UserBitShared.ExceptionWrapper.Builder |
UserBitShared.ExceptionWrapper.Builder.removeStackTrace(int index)
repeated .exec.shared.StackTraceElementWrapper stack_trace = 3;
|
UserBitShared.ExceptionWrapper.Builder |
UserBitShared.ExceptionWrapper.Builder.setCause(UserBitShared.ExceptionWrapper.Builder builderForValue)
optional .exec.shared.ExceptionWrapper cause = 4;
|
UserBitShared.ExceptionWrapper.Builder |
UserBitShared.ExceptionWrapper.Builder.setCause(UserBitShared.ExceptionWrapper value)
optional .exec.shared.ExceptionWrapper cause = 4;
|
UserBitShared.ExceptionWrapper.Builder |
UserBitShared.ExceptionWrapper.Builder.setExceptionClass(String value)
optional string exception_class = 1;
|
UserBitShared.ExceptionWrapper.Builder |
UserBitShared.ExceptionWrapper.Builder.setExceptionClassBytes(com.google.protobuf.ByteString value)
optional string exception_class = 1;
|
UserBitShared.ExceptionWrapper.Builder |
UserBitShared.ExceptionWrapper.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
UserBitShared.ExceptionWrapper.Builder |
UserBitShared.ExceptionWrapper.Builder.setMessage(String value)
optional string message = 2;
|
UserBitShared.ExceptionWrapper.Builder |
UserBitShared.ExceptionWrapper.Builder.setMessageBytes(com.google.protobuf.ByteString value)
optional string message = 2;
|
UserBitShared.ExceptionWrapper.Builder |
UserBitShared.ExceptionWrapper.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
UserBitShared.ExceptionWrapper.Builder |
UserBitShared.ExceptionWrapper.Builder.setStackTrace(int index,
UserBitShared.StackTraceElementWrapper.Builder builderForValue)
repeated .exec.shared.StackTraceElementWrapper stack_trace = 3;
|
UserBitShared.ExceptionWrapper.Builder |
UserBitShared.ExceptionWrapper.Builder.setStackTrace(int index,
UserBitShared.StackTraceElementWrapper value)
repeated .exec.shared.StackTraceElementWrapper stack_trace = 3;
|
UserBitShared.ExceptionWrapper.Builder |
UserBitShared.ExceptionWrapper.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
UserBitShared.ExceptionWrapper.Builder |
UserBitShared.ExceptionWrapper.toBuilder() |