public static interface UserBitShared.DrillPBErrorOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
CoordinationProtos.DrillbitEndpoint |
getEndpoint()
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.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.
|
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; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasErrorId()
for debug tracing purposes
optional string error_id = 1;
String getErrorId()
for debug tracing purposes
optional string error_id = 1;
com.google.protobuf.ByteString getErrorIdBytes()
for debug tracing purposes
optional string error_id = 1;
boolean hasEndpoint()
optional .exec.DrillbitEndpoint endpoint = 2;
CoordinationProtos.DrillbitEndpoint getEndpoint()
optional .exec.DrillbitEndpoint endpoint = 2;
CoordinationProtos.DrillbitEndpointOrBuilder getEndpointOrBuilder()
optional .exec.DrillbitEndpoint endpoint = 2;
boolean hasErrorType()
optional .exec.shared.DrillPBError.ErrorType error_type = 3;
UserBitShared.DrillPBError.ErrorType getErrorType()
optional .exec.shared.DrillPBError.ErrorType error_type = 3;
boolean hasMessage()
optional string message = 4;
String getMessage()
optional string message = 4;
com.google.protobuf.ByteString getMessageBytes()
optional string message = 4;
boolean hasException()
optional .exec.shared.ExceptionWrapper exception = 5;
UserBitShared.ExceptionWrapper getException()
optional .exec.shared.ExceptionWrapper exception = 5;
UserBitShared.ExceptionWrapperOrBuilder getExceptionOrBuilder()
optional .exec.shared.ExceptionWrapper exception = 5;
List<UserBitShared.ParsingError> getParsingErrorList()
optional, used when providing location of error within a piece of text.
repeated .exec.shared.ParsingError parsing_error = 6;
UserBitShared.ParsingError getParsingError(int index)
optional, used when providing location of error within a piece of text.
repeated .exec.shared.ParsingError parsing_error = 6;
int getParsingErrorCount()
optional, used when providing location of error within a piece of text.
repeated .exec.shared.ParsingError parsing_error = 6;
List<? extends UserBitShared.ParsingErrorOrBuilder> getParsingErrorOrBuilderList()
optional, used when providing location of error within a piece of text.
repeated .exec.shared.ParsingError parsing_error = 6;
UserBitShared.ParsingErrorOrBuilder getParsingErrorOrBuilder(int index)
optional, used when providing location of error within a piece of text.
repeated .exec.shared.ParsingError parsing_error = 6;
Copyright © 1970 The Apache Software Foundation. All rights reserved.