|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.protobuf.AbstractMessageLite.Builder<BuilderType>
com.google.protobuf.AbstractMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessage.Builder<ClientProtos.ResultOrException.Builder>
org.apache.hadoop.hbase.protobuf.generated.ClientProtos.ResultOrException.Builder
public static final class ClientProtos.ResultOrException.Builder
Protobuf type ResultOrException
Either a Result or an Exception NameBytesPair (keyed by exception name whose value is the exception stringified) or maybe empty if no result and no exception.
Methods inherited from class com.google.protobuf.GeneratedMessage.Builder |
---|
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields |
Methods inherited from class com.google.protobuf.AbstractMessage.Builder |
---|
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException |
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder |
---|
addAll, newUninitializedMessageException |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.google.protobuf.MessageOrBuilder |
---|
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField |
Method Detail |
---|
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage.Builder<ClientProtos.ResultOrException.Builder>
public ClientProtos.ResultOrException.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessage.Builder<ClientProtos.ResultOrException.Builder>
public ClientProtos.ResultOrException.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessage.Builder<ClientProtos.ResultOrException.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessage.Builder<ClientProtos.ResultOrException.Builder>
public ClientProtos.ResultOrException getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public ClientProtos.ResultOrException build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public ClientProtos.ResultOrException buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public ClientProtos.ResultOrException.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<ClientProtos.ResultOrException.Builder>
public ClientProtos.ResultOrException.Builder mergeFrom(ClientProtos.ResultOrException other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage.Builder<ClientProtos.ResultOrException.Builder>
public ClientProtos.ResultOrException.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<ClientProtos.ResultOrException.Builder>
IOException
public boolean hasIndex()
optional uint32 index = 1;
If part of a multi call, save original index of the list of all passed so can align this response w/ original request.
hasIndex
in interface ClientProtos.ResultOrExceptionOrBuilder
public int getIndex()
optional uint32 index = 1;
If part of a multi call, save original index of the list of all passed so can align this response w/ original request.
getIndex
in interface ClientProtos.ResultOrExceptionOrBuilder
public ClientProtos.ResultOrException.Builder setIndex(int value)
optional uint32 index = 1;
If part of a multi call, save original index of the list of all passed so can align this response w/ original request.
public ClientProtos.ResultOrException.Builder clearIndex()
optional uint32 index = 1;
If part of a multi call, save original index of the list of all passed so can align this response w/ original request.
public boolean hasResult()
optional .Result result = 2;
hasResult
in interface ClientProtos.ResultOrExceptionOrBuilder
public ClientProtos.Result getResult()
optional .Result result = 2;
getResult
in interface ClientProtos.ResultOrExceptionOrBuilder
public ClientProtos.ResultOrException.Builder setResult(ClientProtos.Result value)
optional .Result result = 2;
public ClientProtos.ResultOrException.Builder setResult(ClientProtos.Result.Builder builderForValue)
optional .Result result = 2;
public ClientProtos.ResultOrException.Builder mergeResult(ClientProtos.Result value)
optional .Result result = 2;
public ClientProtos.ResultOrException.Builder clearResult()
optional .Result result = 2;
public ClientProtos.Result.Builder getResultBuilder()
optional .Result result = 2;
public ClientProtos.ResultOrBuilder getResultOrBuilder()
optional .Result result = 2;
getResultOrBuilder
in interface ClientProtos.ResultOrExceptionOrBuilder
public boolean hasException()
optional .NameBytesPair exception = 3;
hasException
in interface ClientProtos.ResultOrExceptionOrBuilder
public HBaseProtos.NameBytesPair getException()
optional .NameBytesPair exception = 3;
getException
in interface ClientProtos.ResultOrExceptionOrBuilder
public ClientProtos.ResultOrException.Builder setException(HBaseProtos.NameBytesPair value)
optional .NameBytesPair exception = 3;
public ClientProtos.ResultOrException.Builder setException(HBaseProtos.NameBytesPair.Builder builderForValue)
optional .NameBytesPair exception = 3;
public ClientProtos.ResultOrException.Builder mergeException(HBaseProtos.NameBytesPair value)
optional .NameBytesPair exception = 3;
public ClientProtos.ResultOrException.Builder clearException()
optional .NameBytesPair exception = 3;
public HBaseProtos.NameBytesPair.Builder getExceptionBuilder()
optional .NameBytesPair exception = 3;
public HBaseProtos.NameBytesPairOrBuilder getExceptionOrBuilder()
optional .NameBytesPair exception = 3;
getExceptionOrBuilder
in interface ClientProtos.ResultOrExceptionOrBuilder
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |