public static final class ClientProtos.Get extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3 implements ClientProtos.GetOrBuilder
The protocol buffer version of Get. Unless existence_only is specified, return all the requested data for the row that matches exactly.Protobuf type
hbase.pb.Get| Modifier and Type | Class and Description |
|---|---|
static class |
ClientProtos.Get.Builder
The protocol buffer version of Get.
|
org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.BuilderParent, org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
ATTRIBUTE_FIELD_NUMBER |
static int |
CACHE_BLOCKS_FIELD_NUMBER |
static int |
CF_TIME_RANGE_FIELD_NUMBER |
static int |
CLOSEST_ROW_BEFORE_FIELD_NUMBER |
static int |
COLUMN_FIELD_NUMBER |
static int |
CONSISTENCY_FIELD_NUMBER |
static int |
EXISTENCE_ONLY_FIELD_NUMBER |
static int |
FILTER_FIELD_NUMBER |
static int |
LOAD_COLUMN_FAMILIES_ON_DEMAND_FIELD_NUMBER |
static int |
MAX_VERSIONS_FIELD_NUMBER |
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<ClientProtos.Get> |
PARSER
Deprecated.
|
static int |
ROW_FIELD_NUMBER |
static int |
STORE_LIMIT_FIELD_NUMBER |
static int |
STORE_OFFSET_FIELD_NUMBER |
static int |
TIME_RANGE_FIELD_NUMBER |
alwaysUseFieldBuilders, unknownFields| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
HBaseProtos.NameBytesPair |
getAttribute(int index)
repeated .hbase.pb.NameBytesPair attribute = 3; |
int |
getAttributeCount()
repeated .hbase.pb.NameBytesPair attribute = 3; |
List<HBaseProtos.NameBytesPair> |
getAttributeList()
repeated .hbase.pb.NameBytesPair attribute = 3; |
HBaseProtos.NameBytesPairOrBuilder |
getAttributeOrBuilder(int index)
repeated .hbase.pb.NameBytesPair attribute = 3; |
List<? extends HBaseProtos.NameBytesPairOrBuilder> |
getAttributeOrBuilderList()
repeated .hbase.pb.NameBytesPair attribute = 3; |
boolean |
getCacheBlocks()
optional bool cache_blocks = 7 [default = true]; |
HBaseProtos.ColumnFamilyTimeRange |
getCfTimeRange(int index)
repeated .hbase.pb.ColumnFamilyTimeRange cf_time_range = 13; |
int |
getCfTimeRangeCount()
repeated .hbase.pb.ColumnFamilyTimeRange cf_time_range = 13; |
List<HBaseProtos.ColumnFamilyTimeRange> |
getCfTimeRangeList()
repeated .hbase.pb.ColumnFamilyTimeRange cf_time_range = 13; |
HBaseProtos.ColumnFamilyTimeRangeOrBuilder |
getCfTimeRangeOrBuilder(int index)
repeated .hbase.pb.ColumnFamilyTimeRange cf_time_range = 13; |
List<? extends HBaseProtos.ColumnFamilyTimeRangeOrBuilder> |
getCfTimeRangeOrBuilderList()
repeated .hbase.pb.ColumnFamilyTimeRange cf_time_range = 13; |
boolean |
getClosestRowBefore()
If the row to get doesn't exist, return the
closest row before.
|
ClientProtos.Column |
getColumn(int index)
repeated .hbase.pb.Column column = 2; |
int |
getColumnCount()
repeated .hbase.pb.Column column = 2; |
List<ClientProtos.Column> |
getColumnList()
repeated .hbase.pb.Column column = 2; |
ClientProtos.ColumnOrBuilder |
getColumnOrBuilder(int index)
repeated .hbase.pb.Column column = 2; |
List<? extends ClientProtos.ColumnOrBuilder> |
getColumnOrBuilderList()
repeated .hbase.pb.Column column = 2; |
ClientProtos.Consistency |
getConsistency()
optional .hbase.pb.Consistency consistency = 12 [default = STRONG]; |
static ClientProtos.Get |
getDefaultInstance() |
ClientProtos.Get |
getDefaultInstanceForType() |
static org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
boolean |
getExistenceOnly()
The result isn't asked for, just check for
the existence.
|
FilterProtos.Filter |
getFilter()
optional .hbase.pb.Filter filter = 4; |
FilterProtos.FilterOrBuilder |
getFilterOrBuilder()
optional .hbase.pb.Filter filter = 4; |
boolean |
getLoadColumnFamiliesOnDemand()
DO NOT add defaults to load_column_families_on_demand.
|
int |
getMaxVersions()
optional uint32 max_versions = 6 [default = 1]; |
org.apache.hbase.thirdparty.com.google.protobuf.Parser<ClientProtos.Get> |
getParserForType() |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getRow()
required bytes row = 1; |
int |
getSerializedSize() |
int |
getStoreLimit()
optional uint32 store_limit = 8; |
int |
getStoreOffset()
optional uint32 store_offset = 9; |
HBaseProtos.TimeRange |
getTimeRange()
optional .hbase.pb.TimeRange time_range = 5; |
HBaseProtos.TimeRangeOrBuilder |
getTimeRangeOrBuilder()
optional .hbase.pb.TimeRange time_range = 5; |
org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasCacheBlocks()
optional bool cache_blocks = 7 [default = true]; |
boolean |
hasClosestRowBefore()
If the row to get doesn't exist, return the
closest row before.
|
boolean |
hasConsistency()
optional .hbase.pb.Consistency consistency = 12 [default = STRONG]; |
boolean |
hasExistenceOnly()
The result isn't asked for, just check for
the existence.
|
boolean |
hasFilter()
optional .hbase.pb.Filter filter = 4; |
int |
hashCode() |
boolean |
hasLoadColumnFamiliesOnDemand()
DO NOT add defaults to load_column_families_on_demand.
|
boolean |
hasMaxVersions()
optional uint32 max_versions = 6 [default = 1]; |
boolean |
hasRow()
required bytes row = 1; |
boolean |
hasStoreLimit()
optional uint32 store_limit = 8; |
boolean |
hasStoreOffset()
optional uint32 store_offset = 9; |
boolean |
hasTimeRange()
optional .hbase.pb.TimeRange time_range = 5; |
protected org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ClientProtos.Get.Builder |
newBuilder() |
static ClientProtos.Get.Builder |
newBuilder(ClientProtos.Get prototype) |
ClientProtos.Get.Builder |
newBuilderForType() |
protected ClientProtos.Get.Builder |
newBuilderForType(org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static ClientProtos.Get |
parseDelimitedFrom(InputStream input) |
static ClientProtos.Get |
parseDelimitedFrom(InputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.Get |
parseFrom(byte[] data) |
static ClientProtos.Get |
parseFrom(byte[] data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.Get |
parseFrom(ByteBuffer data) |
static ClientProtos.Get |
parseFrom(ByteBuffer data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.Get |
parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data) |
static ClientProtos.Get |
parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.Get |
parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input) |
static ClientProtos.Get |
parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.Get |
parseFrom(InputStream input) |
static ClientProtos.Get |
parseFrom(InputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<ClientProtos.Get> |
parser() |
ClientProtos.Get.Builder |
toBuilder() |
void |
writeTo(org.apache.hbase.thirdparty.com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int ROW_FIELD_NUMBER
public static final int COLUMN_FIELD_NUMBER
public static final int ATTRIBUTE_FIELD_NUMBER
public static final int FILTER_FIELD_NUMBER
public static final int TIME_RANGE_FIELD_NUMBER
public static final int MAX_VERSIONS_FIELD_NUMBER
public static final int CACHE_BLOCKS_FIELD_NUMBER
public static final int STORE_LIMIT_FIELD_NUMBER
public static final int STORE_OFFSET_FIELD_NUMBER
public static final int EXISTENCE_ONLY_FIELD_NUMBER
public static final int CLOSEST_ROW_BEFORE_FIELD_NUMBER
public static final int CONSISTENCY_FIELD_NUMBER
public static final int CF_TIME_RANGE_FIELD_NUMBER
public static final int LOAD_COLUMN_FAMILIES_ON_DEMAND_FIELD_NUMBER
@Deprecated public static final org.apache.hbase.thirdparty.com.google.protobuf.Parser<ClientProtos.Get> PARSER
public final org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuildergetUnknownFields in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public static final org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public boolean hasRow()
required bytes row = 1;hasRow in interface ClientProtos.GetOrBuilderpublic org.apache.hbase.thirdparty.com.google.protobuf.ByteString getRow()
required bytes row = 1;getRow in interface ClientProtos.GetOrBuilderpublic List<ClientProtos.Column> getColumnList()
repeated .hbase.pb.Column column = 2;getColumnList in interface ClientProtos.GetOrBuilderpublic List<? extends ClientProtos.ColumnOrBuilder> getColumnOrBuilderList()
repeated .hbase.pb.Column column = 2;getColumnOrBuilderList in interface ClientProtos.GetOrBuilderpublic int getColumnCount()
repeated .hbase.pb.Column column = 2;getColumnCount in interface ClientProtos.GetOrBuilderpublic ClientProtos.Column getColumn(int index)
repeated .hbase.pb.Column column = 2;getColumn in interface ClientProtos.GetOrBuilderpublic ClientProtos.ColumnOrBuilder getColumnOrBuilder(int index)
repeated .hbase.pb.Column column = 2;getColumnOrBuilder in interface ClientProtos.GetOrBuilderpublic List<HBaseProtos.NameBytesPair> getAttributeList()
repeated .hbase.pb.NameBytesPair attribute = 3;getAttributeList in interface ClientProtos.GetOrBuilderpublic List<? extends HBaseProtos.NameBytesPairOrBuilder> getAttributeOrBuilderList()
repeated .hbase.pb.NameBytesPair attribute = 3;getAttributeOrBuilderList in interface ClientProtos.GetOrBuilderpublic int getAttributeCount()
repeated .hbase.pb.NameBytesPair attribute = 3;getAttributeCount in interface ClientProtos.GetOrBuilderpublic HBaseProtos.NameBytesPair getAttribute(int index)
repeated .hbase.pb.NameBytesPair attribute = 3;getAttribute in interface ClientProtos.GetOrBuilderpublic HBaseProtos.NameBytesPairOrBuilder getAttributeOrBuilder(int index)
repeated .hbase.pb.NameBytesPair attribute = 3;getAttributeOrBuilder in interface ClientProtos.GetOrBuilderpublic boolean hasFilter()
optional .hbase.pb.Filter filter = 4;hasFilter in interface ClientProtos.GetOrBuilderpublic FilterProtos.Filter getFilter()
optional .hbase.pb.Filter filter = 4;getFilter in interface ClientProtos.GetOrBuilderpublic FilterProtos.FilterOrBuilder getFilterOrBuilder()
optional .hbase.pb.Filter filter = 4;getFilterOrBuilder in interface ClientProtos.GetOrBuilderpublic boolean hasTimeRange()
optional .hbase.pb.TimeRange time_range = 5;hasTimeRange in interface ClientProtos.GetOrBuilderpublic HBaseProtos.TimeRange getTimeRange()
optional .hbase.pb.TimeRange time_range = 5;getTimeRange in interface ClientProtos.GetOrBuilderpublic HBaseProtos.TimeRangeOrBuilder getTimeRangeOrBuilder()
optional .hbase.pb.TimeRange time_range = 5;getTimeRangeOrBuilder in interface ClientProtos.GetOrBuilderpublic boolean hasMaxVersions()
optional uint32 max_versions = 6 [default = 1];hasMaxVersions in interface ClientProtos.GetOrBuilderpublic int getMaxVersions()
optional uint32 max_versions = 6 [default = 1];getMaxVersions in interface ClientProtos.GetOrBuilderpublic boolean hasCacheBlocks()
optional bool cache_blocks = 7 [default = true];hasCacheBlocks in interface ClientProtos.GetOrBuilderpublic boolean getCacheBlocks()
optional bool cache_blocks = 7 [default = true];getCacheBlocks in interface ClientProtos.GetOrBuilderpublic boolean hasStoreLimit()
optional uint32 store_limit = 8;hasStoreLimit in interface ClientProtos.GetOrBuilderpublic int getStoreLimit()
optional uint32 store_limit = 8;getStoreLimit in interface ClientProtos.GetOrBuilderpublic boolean hasStoreOffset()
optional uint32 store_offset = 9;hasStoreOffset in interface ClientProtos.GetOrBuilderpublic int getStoreOffset()
optional uint32 store_offset = 9;getStoreOffset in interface ClientProtos.GetOrBuilderpublic boolean hasExistenceOnly()
The result isn't asked for, just check for the existence.
optional bool existence_only = 10 [default = false];hasExistenceOnly in interface ClientProtos.GetOrBuilderpublic boolean getExistenceOnly()
The result isn't asked for, just check for the existence.
optional bool existence_only = 10 [default = false];getExistenceOnly in interface ClientProtos.GetOrBuilderpublic boolean hasClosestRowBefore()
If the row to get doesn't exist, return the closest row before. Deprecated. No longer used! Since hbase-2.0.0 but left in place so can test for Gets with this set and throw Exception.
optional bool closest_row_before = 11 [default = false];hasClosestRowBefore in interface ClientProtos.GetOrBuilderpublic boolean getClosestRowBefore()
If the row to get doesn't exist, return the closest row before. Deprecated. No longer used! Since hbase-2.0.0 but left in place so can test for Gets with this set and throw Exception.
optional bool closest_row_before = 11 [default = false];getClosestRowBefore in interface ClientProtos.GetOrBuilderpublic boolean hasConsistency()
optional .hbase.pb.Consistency consistency = 12 [default = STRONG];hasConsistency in interface ClientProtos.GetOrBuilderpublic ClientProtos.Consistency getConsistency()
optional .hbase.pb.Consistency consistency = 12 [default = STRONG];getConsistency in interface ClientProtos.GetOrBuilderpublic List<HBaseProtos.ColumnFamilyTimeRange> getCfTimeRangeList()
repeated .hbase.pb.ColumnFamilyTimeRange cf_time_range = 13;getCfTimeRangeList in interface ClientProtos.GetOrBuilderpublic List<? extends HBaseProtos.ColumnFamilyTimeRangeOrBuilder> getCfTimeRangeOrBuilderList()
repeated .hbase.pb.ColumnFamilyTimeRange cf_time_range = 13;getCfTimeRangeOrBuilderList in interface ClientProtos.GetOrBuilderpublic int getCfTimeRangeCount()
repeated .hbase.pb.ColumnFamilyTimeRange cf_time_range = 13;getCfTimeRangeCount in interface ClientProtos.GetOrBuilderpublic HBaseProtos.ColumnFamilyTimeRange getCfTimeRange(int index)
repeated .hbase.pb.ColumnFamilyTimeRange cf_time_range = 13;getCfTimeRange in interface ClientProtos.GetOrBuilderpublic HBaseProtos.ColumnFamilyTimeRangeOrBuilder getCfTimeRangeOrBuilder(int index)
repeated .hbase.pb.ColumnFamilyTimeRange cf_time_range = 13;getCfTimeRangeOrBuilder in interface ClientProtos.GetOrBuilderpublic boolean hasLoadColumnFamiliesOnDemand()
DO NOT add defaults to load_column_families_on_demand.
optional bool load_column_families_on_demand = 14;hasLoadColumnFamiliesOnDemand in interface ClientProtos.GetOrBuilderpublic boolean getLoadColumnFamiliesOnDemand()
DO NOT add defaults to load_column_families_on_demand.
optional bool load_column_families_on_demand = 14;getLoadColumnFamiliesOnDemand in interface ClientProtos.GetOrBuilderpublic final boolean isInitialized()
isInitialized in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteOrBuilderisInitialized in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public void writeTo(org.apache.hbase.thirdparty.com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLitewriteTo in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLitegetSerializedSize in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface org.apache.hbase.thirdparty.com.google.protobuf.Messageequals in class org.apache.hbase.thirdparty.com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface org.apache.hbase.thirdparty.com.google.protobuf.MessagehashCode in class org.apache.hbase.thirdparty.com.google.protobuf.AbstractMessagepublic static ClientProtos.Get parseFrom(ByteBuffer data) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClientProtos.Get parseFrom(ByteBuffer data, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClientProtos.Get parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClientProtos.Get parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClientProtos.Get parseFrom(byte[] data) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClientProtos.Get parseFrom(byte[] data, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClientProtos.Get parseFrom(InputStream input) throws IOException
IOExceptionpublic static ClientProtos.Get parseFrom(InputStream input, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ClientProtos.Get parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ClientProtos.Get parseDelimitedFrom(InputStream input, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ClientProtos.Get parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ClientProtos.Get parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic ClientProtos.Get.Builder newBuilderForType()
newBuilderForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessagenewBuilderForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLitepublic static ClientProtos.Get.Builder newBuilder()
public static ClientProtos.Get.Builder newBuilder(ClientProtos.Get prototype)
public ClientProtos.Get.Builder toBuilder()
toBuilder in interface org.apache.hbase.thirdparty.com.google.protobuf.MessagetoBuilder in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteprotected ClientProtos.Get.Builder newBuilderForType(org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public static ClientProtos.Get getDefaultInstance()
public static org.apache.hbase.thirdparty.com.google.protobuf.Parser<ClientProtos.Get> parser()
public org.apache.hbase.thirdparty.com.google.protobuf.Parser<ClientProtos.Get> getParserForType()
getParserForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessagegetParserForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLitegetParserForType in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public ClientProtos.Get getDefaultInstanceForType()
getDefaultInstanceForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilderCopyright © 2007–2019 Cloudera. All rights reserved.