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.Builder
clear
in class com.google.protobuf.GeneratedMessageLite.Builder<FilterPB.RowRange,FilterPB.RowRange.Builder>
public FilterPB.RowRange.Builder clone()
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessageLite.Builder<FilterPB.RowRange,FilterPB.RowRange.Builder>
public FilterPB.RowRange getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in class com.google.protobuf.GeneratedMessageLite.Builder<FilterPB.RowRange,FilterPB.RowRange.Builder>
public FilterPB.RowRange build()
build
in interface com.google.protobuf.MessageLite.Builder
public FilterPB.RowRange buildPartial()
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public 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.MessageLiteOrBuilder
public FilterPB.RowRange.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessageLite.Builder<FilterPB.RowRange.Builder>
IOException
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 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.RowRangeOrBuilder
public boolean getStartRowInclusive()
optional bool start_row_inclusive = 2;
getStartRowInclusive
in interface FilterPB.RowRangeOrBuilder
public 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.RowRangeOrBuilder
public com.google.protobuf.ByteString getStopRow()
optional bytes stop_row = 3;
getStopRow
in interface FilterPB.RowRangeOrBuilder
public 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.RowRangeOrBuilder
public boolean getStopRowInclusive()
optional bool stop_row_inclusive = 4;
getStopRowInclusive
in interface FilterPB.RowRangeOrBuilder
public 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