public static final class ClientPB.Result extends com.google.protobuf.GeneratedMessageLite<ClientPB.Result,ClientPB.Result.Builder> implements ClientPB.ResultOrBuilder
Result
Modifier and Type | Class and Description |
---|---|
static class |
ClientPB.Result.Builder
Protobuf type
Result |
com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser<T extends com.google.protobuf.GeneratedMessageLite<T,?>>, com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,Type>, com.google.protobuf.GeneratedMessageLite.MergeFromVisitor, com.google.protobuf.GeneratedMessageLite.MethodToInvoke, com.google.protobuf.GeneratedMessageLite.SerializedForm, com.google.protobuf.GeneratedMessageLite.Visitor
Modifier and Type | Field and Description |
---|---|
static int |
ASSOCIATED_CELL_COUNT_FIELD_NUMBER |
static int |
CELL_FIELD_NUMBER |
static int |
EXISTS_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
protected Object |
dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,
Object arg0,
Object arg1) |
int |
getAssociatedCellCount()
The below count is set when the associated cells are
not part of this protobuf message; they are passed alongside
and then this Message is just a placeholder with metadata.
|
CellPB.Cell |
getCell(int index)
Result includes the Cells or else it just has a count of Cells
that are carried otherwise.
|
int |
getCellCount()
Result includes the Cells or else it just has a count of Cells
that are carried otherwise.
|
List<CellPB.Cell> |
getCellList()
Result includes the Cells or else it just has a count of Cells
that are carried otherwise.
|
CellPB.CellOrBuilder |
getCellOrBuilder(int index)
Result includes the Cells or else it just has a count of Cells
that are carried otherwise.
|
List<? extends CellPB.CellOrBuilder> |
getCellOrBuilderList()
Result includes the Cells or else it just has a count of Cells
that are carried otherwise.
|
static ClientPB.Result |
getDefaultInstance() |
boolean |
getExists()
used for Get to check existence only.
|
int |
getSerializedSize() |
boolean |
hasAssociatedCellCount()
The below count is set when the associated cells are
not part of this protobuf message; they are passed alongside
and then this Message is just a placeholder with metadata.
|
boolean |
hasExists()
used for Get to check existence only.
|
static ClientPB.Result.Builder |
newBuilder() |
static ClientPB.Result.Builder |
newBuilder(ClientPB.Result prototype) |
static ClientPB.Result |
parseDelimitedFrom(InputStream input) |
static ClientPB.Result |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientPB.Result |
parseFrom(byte[] data) |
static ClientPB.Result |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientPB.Result |
parseFrom(com.google.protobuf.ByteString data) |
static ClientPB.Result |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientPB.Result |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ClientPB.Result |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientPB.Result |
parseFrom(InputStream input) |
static ClientPB.Result |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ClientPB.Result> |
parser() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
dynamicMethod, dynamicMethod, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, emptyProtobufList, equals, getDefaultInstanceForType, getParserForType, hashCode, isInitialized, isInitialized, makeImmutable, makeImmutable, mergeLengthDelimitedField, mergeUnknownFields, mergeVarintField, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBuilderForType, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseDelimitedFrom, parseDelimitedFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parsePartialFrom, parseUnknownField, toBuilder, toString
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
public static final int CELL_FIELD_NUMBER
public static final int ASSOCIATED_CELL_COUNT_FIELD_NUMBER
public static final int EXISTS_FIELD_NUMBER
public List<CellPB.Cell> getCellList()
Result includes the Cells or else it just has a count of Cells that are carried otherwise.
repeated .Cell cell = 1;
getCellList
in interface ClientPB.ResultOrBuilder
public List<? extends CellPB.CellOrBuilder> getCellOrBuilderList()
Result includes the Cells or else it just has a count of Cells that are carried otherwise.
repeated .Cell cell = 1;
public int getCellCount()
Result includes the Cells or else it just has a count of Cells that are carried otherwise.
repeated .Cell cell = 1;
getCellCount
in interface ClientPB.ResultOrBuilder
public CellPB.Cell getCell(int index)
Result includes the Cells or else it just has a count of Cells that are carried otherwise.
repeated .Cell cell = 1;
getCell
in interface ClientPB.ResultOrBuilder
public CellPB.CellOrBuilder getCellOrBuilder(int index)
Result includes the Cells or else it just has a count of Cells that are carried otherwise.
repeated .Cell cell = 1;
public boolean hasAssociatedCellCount()
The below count is set when the associated cells are not part of this protobuf message; they are passed alongside and then this Message is just a placeholder with metadata. The count is needed to know how many to peel off the block of Cells as ours. NOTE: This is different from the pb managed cell_count of the 'cell' field above which is non-null when the cells are pb'd.
optional int32 associated_cell_count = 2;
hasAssociatedCellCount
in interface ClientPB.ResultOrBuilder
public int getAssociatedCellCount()
The below count is set when the associated cells are not part of this protobuf message; they are passed alongside and then this Message is just a placeholder with metadata. The count is needed to know how many to peel off the block of Cells as ours. NOTE: This is different from the pb managed cell_count of the 'cell' field above which is non-null when the cells are pb'd.
optional int32 associated_cell_count = 2;
getAssociatedCellCount
in interface ClientPB.ResultOrBuilder
public boolean hasExists()
used for Get to check existence only. Not set if existence_only was not set to true in the query.
optional bool exists = 3;
hasExists
in interface ClientPB.ResultOrBuilder
public boolean getExists()
used for Get to check existence only. Not set if existence_only was not set to true in the query.
optional bool exists = 3;
getExists
in interface ClientPB.ResultOrBuilder
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
public static ClientPB.Result parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ClientPB.Result parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ClientPB.Result parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ClientPB.Result parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ClientPB.Result parseFrom(InputStream input) throws IOException
IOException
public static ClientPB.Result parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ClientPB.Result parseDelimitedFrom(InputStream input) throws IOException
IOException
public static ClientPB.Result parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ClientPB.Result parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static ClientPB.Result parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ClientPB.Result.Builder newBuilder()
public static ClientPB.Result.Builder newBuilder(ClientPB.Result prototype)
protected final Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1)
dynamicMethod
in class com.google.protobuf.GeneratedMessageLite<ClientPB.Result,ClientPB.Result.Builder>
public static ClientPB.Result getDefaultInstance()
public static com.google.protobuf.Parser<ClientPB.Result> parser()
Copyright © 2010–2017 The Async HBase Authors. All rights reserved.