public static final class FilterPB.RowRange.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<FilterPB.RowRange,FilterPB.RowRange.Builder> implements FilterPB.RowRangeOrBuilder
RowRange| Modifier and Type | Method and Description |
|---|---|
FilterPB.RowRange |
build() |
FilterPB.RowRange |
buildPartial() |
FilterPB.RowRange.Builder |
clear() |
FilterPB.RowRange.Builder |
clearStartRow()
optional bytes start_row = 1; |
FilterPB.RowRange.Builder |
clearStartRowInclusive()
optional bool start_row_inclusive = 2; |
FilterPB.RowRange.Builder |
clearStopRow()
optional bytes stop_row = 3; |
FilterPB.RowRange.Builder |
clearStopRowInclusive()
optional bool stop_row_inclusive = 4; |
FilterPB.RowRange.Builder |
clone() |
FilterPB.RowRange |
getDefaultInstanceForType() |
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() |
FilterPB.RowRange.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
FilterPB.RowRange.Builder |
mergeFrom(FilterPB.RowRange other) |
FilterPB.RowRange.Builder |
setStartRow(com.google.protobuf.ByteString value)
optional bytes start_row = 1; |
FilterPB.RowRange.Builder |
setStartRowInclusive(boolean value)
optional bool start_row_inclusive = 2; |
FilterPB.RowRange.Builder |
setStopRow(com.google.protobuf.ByteString value)
optional bytes stop_row = 3; |
FilterPB.RowRange.Builder |
setStopRowInclusive(boolean value)
optional bool stop_row_inclusive = 4; |
public FilterPB.RowRange.Builder clear()
clear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageLite.Builder<FilterPB.RowRange,FilterPB.RowRange.Builder>public FilterPB.RowRange.Builder clone()
clone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageLite.Builder<FilterPB.RowRange,FilterPB.RowRange.Builder>public FilterPB.RowRange getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in class com.google.protobuf.GeneratedMessageLite.Builder<FilterPB.RowRange,FilterPB.RowRange.Builder>public FilterPB.RowRange build()
build in interface com.google.protobuf.MessageLite.Builderpublic FilterPB.RowRange buildPartial()
buildPartial in interface com.google.protobuf.MessageLite.Builderpublic FilterPB.RowRange.Builder mergeFrom(FilterPB.RowRange other)
mergeFrom in class com.google.protobuf.GeneratedMessageLite.Builder<FilterPB.RowRange,FilterPB.RowRange.Builder>public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderpublic FilterPB.RowRange.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessageLite.Builder<FilterPB.RowRange.Builder>IOExceptionpublic boolean hasStartRow()
optional bytes start_row = 1;hasStartRow in interface FilterPB.RowRangeOrBuilderpublic com.google.protobuf.ByteString getStartRow()
optional bytes start_row = 1;getStartRow in interface FilterPB.RowRangeOrBuilderpublic FilterPB.RowRange.Builder setStartRow(com.google.protobuf.ByteString value)
optional bytes start_row = 1;public FilterPB.RowRange.Builder clearStartRow()
optional bytes start_row = 1;public boolean hasStartRowInclusive()
optional bool start_row_inclusive = 2;hasStartRowInclusive in interface FilterPB.RowRangeOrBuilderpublic boolean getStartRowInclusive()
optional bool start_row_inclusive = 2;getStartRowInclusive in interface FilterPB.RowRangeOrBuilderpublic FilterPB.RowRange.Builder setStartRowInclusive(boolean value)
optional bool start_row_inclusive = 2;public FilterPB.RowRange.Builder clearStartRowInclusive()
optional bool start_row_inclusive = 2;public boolean hasStopRow()
optional bytes stop_row = 3;hasStopRow in interface FilterPB.RowRangeOrBuilderpublic com.google.protobuf.ByteString getStopRow()
optional bytes stop_row = 3;getStopRow in interface FilterPB.RowRangeOrBuilderpublic FilterPB.RowRange.Builder setStopRow(com.google.protobuf.ByteString value)
optional bytes stop_row = 3;public FilterPB.RowRange.Builder clearStopRow()
optional bytes stop_row = 3;public boolean hasStopRowInclusive()
optional bool stop_row_inclusive = 4;hasStopRowInclusive in interface FilterPB.RowRangeOrBuilderpublic boolean getStopRowInclusive()
optional bool stop_row_inclusive = 4;getStopRowInclusive in interface FilterPB.RowRangeOrBuilderpublic FilterPB.RowRange.Builder setStopRowInclusive(boolean value)
optional bool stop_row_inclusive = 4;public FilterPB.RowRange.Builder clearStopRowInclusive()
optional bool stop_row_inclusive = 4;Copyright © 2010-2017, The Async HBase Authors