public static final class FilterPB.RowRange extends com.google.protobuf.GeneratedMessageLite implements FilterPB.RowRangeOrBuilder
RowRange
Modifier and Type | Class and Description |
---|---|
static class |
FilterPB.RowRange.Builder
Protobuf type
RowRange |
com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,Type>
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<FilterPB.RowRange> |
PARSER |
static int |
START_ROW_FIELD_NUMBER |
static int |
START_ROW_INCLUSIVE_FIELD_NUMBER |
static int |
STOP_ROW_FIELD_NUMBER |
static int |
STOP_ROW_INCLUSIVE_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
static FilterPB.RowRange |
getDefaultInstance() |
FilterPB.RowRange |
getDefaultInstanceForType() |
com.google.protobuf.Parser<FilterPB.RowRange> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.ByteString |
getStartRow()
optional bytes start_row = 1; |
boolean |
getStartRowInclusive()
optional bool start_row_inclusive = 2; |
com.google.protobuf.ByteString |
getStopRow()
optional bytes stop_row = 3; |
boolean |
getStopRowInclusive()
optional bool stop_row_inclusive = 4; |
boolean |
hasStartRow()
optional bytes start_row = 1; |
boolean |
hasStartRowInclusive()
optional bool start_row_inclusive = 2; |
boolean |
hasStopRow()
optional bytes stop_row = 3; |
boolean |
hasStopRowInclusive()
optional bool stop_row_inclusive = 4; |
boolean |
isInitialized() |
static FilterPB.RowRange.Builder |
newBuilder() |
static FilterPB.RowRange.Builder |
newBuilder(FilterPB.RowRange prototype) |
FilterPB.RowRange.Builder |
newBuilderForType() |
static FilterPB.RowRange |
parseDelimitedFrom(InputStream input) |
static FilterPB.RowRange |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FilterPB.RowRange |
parseFrom(byte[] data) |
static FilterPB.RowRange |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FilterPB.RowRange |
parseFrom(com.google.protobuf.ByteString data) |
static FilterPB.RowRange |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FilterPB.RowRange |
parseFrom(com.google.protobuf.CodedInputStream input) |
static FilterPB.RowRange |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FilterPB.RowRange |
parseFrom(InputStream input) |
static FilterPB.RowRange |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
FilterPB.RowRange.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
makeExtensionsImmutable, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseUnknownField
public static com.google.protobuf.Parser<FilterPB.RowRange> PARSER
public static final int START_ROW_FIELD_NUMBER
public static final int START_ROW_INCLUSIVE_FIELD_NUMBER
public static final int STOP_ROW_FIELD_NUMBER
public static final int STOP_ROW_INCLUSIVE_FIELD_NUMBER
public static FilterPB.RowRange getDefaultInstance()
public FilterPB.RowRange getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
public com.google.protobuf.Parser<FilterPB.RowRange> getParserForType()
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageLite
public boolean hasStartRow()
optional bytes start_row = 1;
hasStartRow
in interface FilterPB.RowRangeOrBuilder
public com.google.protobuf.ByteString getStartRow()
optional bytes start_row = 1;
getStartRow
in interface FilterPB.RowRangeOrBuilder
public boolean hasStartRowInclusive()
optional bool start_row_inclusive = 2;
hasStartRowInclusive
in interface FilterPB.RowRangeOrBuilder
public boolean getStartRowInclusive()
optional bool start_row_inclusive = 2;
getStartRowInclusive
in interface FilterPB.RowRangeOrBuilder
public boolean hasStopRow()
optional bytes stop_row = 3;
hasStopRow
in interface FilterPB.RowRangeOrBuilder
public com.google.protobuf.ByteString getStopRow()
optional bytes stop_row = 3;
getStopRow
in interface FilterPB.RowRangeOrBuilder
public boolean hasStopRowInclusive()
optional bool stop_row_inclusive = 4;
hasStopRowInclusive
in interface FilterPB.RowRangeOrBuilder
public boolean getStopRowInclusive()
optional bool stop_row_inclusive = 4;
getStopRowInclusive
in interface FilterPB.RowRangeOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
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
protected Object writeReplace() throws ObjectStreamException
writeReplace
in class com.google.protobuf.GeneratedMessageLite
ObjectStreamException
public static FilterPB.RowRange parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static FilterPB.RowRange parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static FilterPB.RowRange parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static FilterPB.RowRange parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static FilterPB.RowRange parseFrom(InputStream input) throws IOException
IOException
public static FilterPB.RowRange parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static FilterPB.RowRange parseDelimitedFrom(InputStream input) throws IOException
IOException
public static FilterPB.RowRange parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static FilterPB.RowRange parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static FilterPB.RowRange parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static FilterPB.RowRange.Builder newBuilder()
public FilterPB.RowRange.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.MessageLite
public static FilterPB.RowRange.Builder newBuilder(FilterPB.RowRange prototype)
public FilterPB.RowRange.Builder toBuilder()
toBuilder
in interface com.google.protobuf.MessageLite
Copyright © 2010-2017, The Async HBase Authors