public static final class UserBitShared.DrillPBError.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<UserBitShared.DrillPBError.Builder> implements UserBitShared.DrillPBErrorOrBuilder
exec.shared.DrillPBError| Modifier and Type | Method and Description |
|---|---|
UserBitShared.DrillPBError.Builder |
addAllParsingError(Iterable<? extends UserBitShared.ParsingError> values)
optional, used when providing location of error within a piece of text.
|
UserBitShared.DrillPBError.Builder |
addParsingError(int index,
UserBitShared.ParsingError.Builder builderForValue)
optional, used when providing location of error within a piece of text.
|
UserBitShared.DrillPBError.Builder |
addParsingError(int index,
UserBitShared.ParsingError value)
optional, used when providing location of error within a piece of text.
|
UserBitShared.DrillPBError.Builder |
addParsingError(UserBitShared.ParsingError.Builder builderForValue)
optional, used when providing location of error within a piece of text.
|
UserBitShared.DrillPBError.Builder |
addParsingError(UserBitShared.ParsingError value)
optional, used when providing location of error within a piece of text.
|
UserBitShared.ParsingError.Builder |
addParsingErrorBuilder()
optional, used when providing location of error within a piece of text.
|
UserBitShared.ParsingError.Builder |
addParsingErrorBuilder(int index)
optional, used when providing location of error within a piece of text.
|
UserBitShared.DrillPBError.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
UserBitShared.DrillPBError |
build() |
UserBitShared.DrillPBError |
buildPartial() |
UserBitShared.DrillPBError.Builder |
clear() |
UserBitShared.DrillPBError.Builder |
clearEndpoint()
optional .exec.DrillbitEndpoint endpoint = 2; |
UserBitShared.DrillPBError.Builder |
clearErrorId()
for debug tracing purposes
|
UserBitShared.DrillPBError.Builder |
clearErrorType()
optional .exec.shared.DrillPBError.ErrorType error_type = 3; |
UserBitShared.DrillPBError.Builder |
clearException()
optional .exec.shared.ExceptionWrapper exception = 5; |
UserBitShared.DrillPBError.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
UserBitShared.DrillPBError.Builder |
clearMessage()
optional string message = 4; |
UserBitShared.DrillPBError.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
UserBitShared.DrillPBError.Builder |
clearParsingError()
optional, used when providing location of error within a piece of text.
|
UserBitShared.DrillPBError.Builder |
clone() |
UserBitShared.DrillPBError |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
CoordinationProtos.DrillbitEndpoint |
getEndpoint()
optional .exec.DrillbitEndpoint endpoint = 2; |
CoordinationProtos.DrillbitEndpoint.Builder |
getEndpointBuilder()
optional .exec.DrillbitEndpoint endpoint = 2; |
CoordinationProtos.DrillbitEndpointOrBuilder |
getEndpointOrBuilder()
optional .exec.DrillbitEndpoint endpoint = 2; |
String |
getErrorId()
for debug tracing purposes
|
com.google.protobuf.ByteString |
getErrorIdBytes()
for debug tracing purposes
|
UserBitShared.DrillPBError.ErrorType |
getErrorType()
optional .exec.shared.DrillPBError.ErrorType error_type = 3; |
UserBitShared.ExceptionWrapper |
getException()
optional .exec.shared.ExceptionWrapper exception = 5; |
UserBitShared.ExceptionWrapper.Builder |
getExceptionBuilder()
optional .exec.shared.ExceptionWrapper exception = 5; |
UserBitShared.ExceptionWrapperOrBuilder |
getExceptionOrBuilder()
optional .exec.shared.ExceptionWrapper exception = 5; |
String |
getMessage()
optional string message = 4; |
com.google.protobuf.ByteString |
getMessageBytes()
optional string message = 4; |
UserBitShared.ParsingError |
getParsingError(int index)
optional, used when providing location of error within a piece of text.
|
UserBitShared.ParsingError.Builder |
getParsingErrorBuilder(int index)
optional, used when providing location of error within a piece of text.
|
List<UserBitShared.ParsingError.Builder> |
getParsingErrorBuilderList()
optional, used when providing location of error within a piece of text.
|
int |
getParsingErrorCount()
optional, used when providing location of error within a piece of text.
|
List<UserBitShared.ParsingError> |
getParsingErrorList()
optional, used when providing location of error within a piece of text.
|
UserBitShared.ParsingErrorOrBuilder |
getParsingErrorOrBuilder(int index)
optional, used when providing location of error within a piece of text.
|
List<? extends UserBitShared.ParsingErrorOrBuilder> |
getParsingErrorOrBuilderList()
optional, used when providing location of error within a piece of text.
|
boolean |
hasEndpoint()
optional .exec.DrillbitEndpoint endpoint = 2; |
boolean |
hasErrorId()
for debug tracing purposes
|
boolean |
hasErrorType()
optional .exec.shared.DrillPBError.ErrorType error_type = 3; |
boolean |
hasException()
optional .exec.shared.ExceptionWrapper exception = 5; |
boolean |
hasMessage()
optional string message = 4; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
UserBitShared.DrillPBError.Builder |
mergeEndpoint(CoordinationProtos.DrillbitEndpoint value)
optional .exec.DrillbitEndpoint endpoint = 2; |
UserBitShared.DrillPBError.Builder |
mergeException(UserBitShared.ExceptionWrapper value)
optional .exec.shared.ExceptionWrapper exception = 5; |
UserBitShared.DrillPBError.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
UserBitShared.DrillPBError.Builder |
mergeFrom(com.google.protobuf.Message other) |
UserBitShared.DrillPBError.Builder |
mergeFrom(UserBitShared.DrillPBError other) |
UserBitShared.DrillPBError.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
UserBitShared.DrillPBError.Builder |
removeParsingError(int index)
optional, used when providing location of error within a piece of text.
|
UserBitShared.DrillPBError.Builder |
setEndpoint(CoordinationProtos.DrillbitEndpoint.Builder builderForValue)
optional .exec.DrillbitEndpoint endpoint = 2; |
UserBitShared.DrillPBError.Builder |
setEndpoint(CoordinationProtos.DrillbitEndpoint value)
optional .exec.DrillbitEndpoint endpoint = 2; |
UserBitShared.DrillPBError.Builder |
setErrorId(String value)
for debug tracing purposes
|
UserBitShared.DrillPBError.Builder |
setErrorIdBytes(com.google.protobuf.ByteString value)
for debug tracing purposes
|
UserBitShared.DrillPBError.Builder |
setErrorType(UserBitShared.DrillPBError.ErrorType value)
optional .exec.shared.DrillPBError.ErrorType error_type = 3; |
UserBitShared.DrillPBError.Builder |
setException(UserBitShared.ExceptionWrapper.Builder builderForValue)
optional .exec.shared.ExceptionWrapper exception = 5; |
UserBitShared.DrillPBError.Builder |
setException(UserBitShared.ExceptionWrapper value)
optional .exec.shared.ExceptionWrapper exception = 5; |
UserBitShared.DrillPBError.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
UserBitShared.DrillPBError.Builder |
setMessage(String value)
optional string message = 4; |
UserBitShared.DrillPBError.Builder |
setMessageBytes(com.google.protobuf.ByteString value)
optional string message = 4; |
UserBitShared.DrillPBError.Builder |
setParsingError(int index,
UserBitShared.ParsingError.Builder builderForValue)
optional, used when providing location of error within a piece of text.
|
UserBitShared.DrillPBError.Builder |
setParsingError(int index,
UserBitShared.ParsingError value)
optional, used when providing location of error within a piece of text.
|
UserBitShared.DrillPBError.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
UserBitShared.DrillPBError.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.DrillPBError.Builder>public UserBitShared.DrillPBError.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.DrillPBError.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.DrillPBError.Builder>public UserBitShared.DrillPBError getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic UserBitShared.DrillPBError build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic UserBitShared.DrillPBError buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic UserBitShared.DrillPBError.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.DrillPBError.Builder>public UserBitShared.DrillPBError.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.DrillPBError.Builder>public UserBitShared.DrillPBError.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<UserBitShared.DrillPBError.Builder>public UserBitShared.DrillPBError.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<UserBitShared.DrillPBError.Builder>public UserBitShared.DrillPBError.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.DrillPBError.Builder>public UserBitShared.DrillPBError.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.DrillPBError.Builder>public UserBitShared.DrillPBError.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<UserBitShared.DrillPBError.Builder>public UserBitShared.DrillPBError.Builder mergeFrom(UserBitShared.DrillPBError other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<UserBitShared.DrillPBError.Builder>public UserBitShared.DrillPBError.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.DrillPBError.Builder>IOExceptionpublic boolean hasErrorId()
for debug tracing purposes
optional string error_id = 1;hasErrorId in interface UserBitShared.DrillPBErrorOrBuilderpublic String getErrorId()
for debug tracing purposes
optional string error_id = 1;getErrorId in interface UserBitShared.DrillPBErrorOrBuilderpublic com.google.protobuf.ByteString getErrorIdBytes()
for debug tracing purposes
optional string error_id = 1;getErrorIdBytes in interface UserBitShared.DrillPBErrorOrBuilderpublic UserBitShared.DrillPBError.Builder setErrorId(String value)
for debug tracing purposes
optional string error_id = 1;value - The errorId to set.public UserBitShared.DrillPBError.Builder clearErrorId()
for debug tracing purposes
optional string error_id = 1;public UserBitShared.DrillPBError.Builder setErrorIdBytes(com.google.protobuf.ByteString value)
for debug tracing purposes
optional string error_id = 1;value - The bytes for errorId to set.public boolean hasEndpoint()
optional .exec.DrillbitEndpoint endpoint = 2;hasEndpoint in interface UserBitShared.DrillPBErrorOrBuilderpublic CoordinationProtos.DrillbitEndpoint getEndpoint()
optional .exec.DrillbitEndpoint endpoint = 2;getEndpoint in interface UserBitShared.DrillPBErrorOrBuilderpublic UserBitShared.DrillPBError.Builder setEndpoint(CoordinationProtos.DrillbitEndpoint value)
optional .exec.DrillbitEndpoint endpoint = 2;public UserBitShared.DrillPBError.Builder setEndpoint(CoordinationProtos.DrillbitEndpoint.Builder builderForValue)
optional .exec.DrillbitEndpoint endpoint = 2;public UserBitShared.DrillPBError.Builder mergeEndpoint(CoordinationProtos.DrillbitEndpoint value)
optional .exec.DrillbitEndpoint endpoint = 2;public UserBitShared.DrillPBError.Builder clearEndpoint()
optional .exec.DrillbitEndpoint endpoint = 2;public CoordinationProtos.DrillbitEndpoint.Builder getEndpointBuilder()
optional .exec.DrillbitEndpoint endpoint = 2;public CoordinationProtos.DrillbitEndpointOrBuilder getEndpointOrBuilder()
optional .exec.DrillbitEndpoint endpoint = 2;getEndpointOrBuilder in interface UserBitShared.DrillPBErrorOrBuilderpublic boolean hasErrorType()
optional .exec.shared.DrillPBError.ErrorType error_type = 3;hasErrorType in interface UserBitShared.DrillPBErrorOrBuilderpublic UserBitShared.DrillPBError.ErrorType getErrorType()
optional .exec.shared.DrillPBError.ErrorType error_type = 3;getErrorType in interface UserBitShared.DrillPBErrorOrBuilderpublic UserBitShared.DrillPBError.Builder setErrorType(UserBitShared.DrillPBError.ErrorType value)
optional .exec.shared.DrillPBError.ErrorType error_type = 3;value - The errorType to set.public UserBitShared.DrillPBError.Builder clearErrorType()
optional .exec.shared.DrillPBError.ErrorType error_type = 3;public boolean hasMessage()
optional string message = 4;hasMessage in interface UserBitShared.DrillPBErrorOrBuilderpublic String getMessage()
optional string message = 4;getMessage in interface UserBitShared.DrillPBErrorOrBuilderpublic com.google.protobuf.ByteString getMessageBytes()
optional string message = 4;getMessageBytes in interface UserBitShared.DrillPBErrorOrBuilderpublic UserBitShared.DrillPBError.Builder setMessage(String value)
optional string message = 4;value - The message to set.public UserBitShared.DrillPBError.Builder clearMessage()
optional string message = 4;public UserBitShared.DrillPBError.Builder setMessageBytes(com.google.protobuf.ByteString value)
optional string message = 4;value - The bytes for message to set.public boolean hasException()
optional .exec.shared.ExceptionWrapper exception = 5;hasException in interface UserBitShared.DrillPBErrorOrBuilderpublic UserBitShared.ExceptionWrapper getException()
optional .exec.shared.ExceptionWrapper exception = 5;getException in interface UserBitShared.DrillPBErrorOrBuilderpublic UserBitShared.DrillPBError.Builder setException(UserBitShared.ExceptionWrapper value)
optional .exec.shared.ExceptionWrapper exception = 5;public UserBitShared.DrillPBError.Builder setException(UserBitShared.ExceptionWrapper.Builder builderForValue)
optional .exec.shared.ExceptionWrapper exception = 5;public UserBitShared.DrillPBError.Builder mergeException(UserBitShared.ExceptionWrapper value)
optional .exec.shared.ExceptionWrapper exception = 5;public UserBitShared.DrillPBError.Builder clearException()
optional .exec.shared.ExceptionWrapper exception = 5;public UserBitShared.ExceptionWrapper.Builder getExceptionBuilder()
optional .exec.shared.ExceptionWrapper exception = 5;public UserBitShared.ExceptionWrapperOrBuilder getExceptionOrBuilder()
optional .exec.shared.ExceptionWrapper exception = 5;getExceptionOrBuilder in interface UserBitShared.DrillPBErrorOrBuilderpublic List<UserBitShared.ParsingError> getParsingErrorList()
optional, used when providing location of error within a piece of text.
repeated .exec.shared.ParsingError parsing_error = 6;getParsingErrorList in interface UserBitShared.DrillPBErrorOrBuilderpublic int getParsingErrorCount()
optional, used when providing location of error within a piece of text.
repeated .exec.shared.ParsingError parsing_error = 6;getParsingErrorCount in interface UserBitShared.DrillPBErrorOrBuilderpublic UserBitShared.ParsingError getParsingError(int index)
optional, used when providing location of error within a piece of text.
repeated .exec.shared.ParsingError parsing_error = 6;getParsingError in interface UserBitShared.DrillPBErrorOrBuilderpublic UserBitShared.DrillPBError.Builder setParsingError(int index, UserBitShared.ParsingError value)
optional, used when providing location of error within a piece of text.
repeated .exec.shared.ParsingError parsing_error = 6;public UserBitShared.DrillPBError.Builder setParsingError(int index, UserBitShared.ParsingError.Builder builderForValue)
optional, used when providing location of error within a piece of text.
repeated .exec.shared.ParsingError parsing_error = 6;public UserBitShared.DrillPBError.Builder addParsingError(UserBitShared.ParsingError value)
optional, used when providing location of error within a piece of text.
repeated .exec.shared.ParsingError parsing_error = 6;public UserBitShared.DrillPBError.Builder addParsingError(int index, UserBitShared.ParsingError value)
optional, used when providing location of error within a piece of text.
repeated .exec.shared.ParsingError parsing_error = 6;public UserBitShared.DrillPBError.Builder addParsingError(UserBitShared.ParsingError.Builder builderForValue)
optional, used when providing location of error within a piece of text.
repeated .exec.shared.ParsingError parsing_error = 6;public UserBitShared.DrillPBError.Builder addParsingError(int index, UserBitShared.ParsingError.Builder builderForValue)
optional, used when providing location of error within a piece of text.
repeated .exec.shared.ParsingError parsing_error = 6;public UserBitShared.DrillPBError.Builder addAllParsingError(Iterable<? extends UserBitShared.ParsingError> values)
optional, used when providing location of error within a piece of text.
repeated .exec.shared.ParsingError parsing_error = 6;public UserBitShared.DrillPBError.Builder clearParsingError()
optional, used when providing location of error within a piece of text.
repeated .exec.shared.ParsingError parsing_error = 6;public UserBitShared.DrillPBError.Builder removeParsingError(int index)
optional, used when providing location of error within a piece of text.
repeated .exec.shared.ParsingError parsing_error = 6;public UserBitShared.ParsingError.Builder getParsingErrorBuilder(int index)
optional, used when providing location of error within a piece of text.
repeated .exec.shared.ParsingError parsing_error = 6;public UserBitShared.ParsingErrorOrBuilder getParsingErrorOrBuilder(int index)
optional, used when providing location of error within a piece of text.
repeated .exec.shared.ParsingError parsing_error = 6;getParsingErrorOrBuilder in interface UserBitShared.DrillPBErrorOrBuilderpublic List<? extends UserBitShared.ParsingErrorOrBuilder> getParsingErrorOrBuilderList()
optional, used when providing location of error within a piece of text.
repeated .exec.shared.ParsingError parsing_error = 6;getParsingErrorOrBuilderList in interface UserBitShared.DrillPBErrorOrBuilderpublic UserBitShared.ParsingError.Builder addParsingErrorBuilder()
optional, used when providing location of error within a piece of text.
repeated .exec.shared.ParsingError parsing_error = 6;public UserBitShared.ParsingError.Builder addParsingErrorBuilder(int index)
optional, used when providing location of error within a piece of text.
repeated .exec.shared.ParsingError parsing_error = 6;public List<UserBitShared.ParsingError.Builder> getParsingErrorBuilderList()
optional, used when providing location of error within a piece of text.
repeated .exec.shared.ParsingError parsing_error = 6;public final UserBitShared.DrillPBError.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<UserBitShared.DrillPBError.Builder>public final UserBitShared.DrillPBError.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<UserBitShared.DrillPBError.Builder>Copyright © 2021 The Apache Software Foundation. All rights reserved.